Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 234489
b: refs/heads/master
c: bf93f9e
h: refs/heads/master
i:
  234487: 408dad6
v: v3
  • Loading branch information
Steven Rostedt authored and Steven Rostedt committed Feb 8, 2011
1 parent f1d92b7 commit 555dc61
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 2 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 4a3d27e98a7f2682e96d6f863752e0424b00d691
refs/heads/master: bf93f9ed3a2cb89eb7e58851139d3be375b98027
9 changes: 8 additions & 1 deletion trunk/kernel/trace/trace.h
Original file line number Diff line number Diff line change
Expand Up @@ -680,7 +680,14 @@ struct event_subsystem {
#define FILTER_PRED_IS_RIGHT (1 << 15)
#define FILTER_PRED_FOLD (1 << 15)

#define MAX_FILTER_PRED 32
/*
* The max preds is the size of unsigned short with
* two flags at the MSBs. One bit is used for both the IS_RIGHT
* and FOLD flags. The other is reserved.
*
* 2^14 preds is way more than enough.
*/
#define MAX_FILTER_PRED 16384

struct filter_pred;
struct regex;
Expand Down

0 comments on commit 555dc61

Please sign in to comment.