diff options
Diffstat (limited to 'include/linux/ftrace_event.h')
-rw-r--r-- | include/linux/ftrace_event.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/linux/ftrace_event.h b/include/linux/ftrace_event.h index 5fff40c9ff59..662c1becf367 100644 --- a/include/linux/ftrace_event.h +++ b/include/linux/ftrace_event.h | |||
@@ -116,6 +116,7 @@ struct ftrace_event_call { | |||
116 | #define MAX_FILTER_STR_VAL 128 | 116 | #define MAX_FILTER_STR_VAL 128 |
117 | 117 | ||
118 | extern int init_preds(struct ftrace_event_call *call); | 118 | extern int init_preds(struct ftrace_event_call *call); |
119 | extern void destroy_preds(struct ftrace_event_call *call); | ||
119 | extern int filter_match_preds(struct ftrace_event_call *call, void *rec); | 120 | extern int filter_match_preds(struct ftrace_event_call *call, void *rec); |
120 | extern int filter_current_check_discard(struct ftrace_event_call *call, | 121 | extern int filter_current_check_discard(struct ftrace_event_call *call, |
121 | void *rec, | 122 | void *rec, |