aboutsummaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
Diffstat (limited to 'include')
-rw-r--r--include/linux/ftrace_event.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/linux/ftrace_event.h b/include/linux/ftrace_event.h
index e61a7403f3d0..5fff40c9ff59 100644
--- a/include/linux/ftrace_event.h
+++ b/include/linux/ftrace_event.h
@@ -112,7 +112,7 @@ struct ftrace_event_call {
112#endif 112#endif
113}; 113};
114 114
115#define MAX_FILTER_PRED 8 115#define MAX_FILTER_PRED 32
116#define MAX_FILTER_STR_VAL 128 116#define MAX_FILTER_STR_VAL 128
117 117
118extern int init_preds(struct ftrace_event_call *call); 118extern int init_preds(struct ftrace_event_call *call);