tracing: Add trace_array parameter to create_event_filter()
[sfrench/cifs-2.6.git] / kernel / trace / trace.h
index b711edbef7e7af56bd3a5499141a2603613cd50f..809c5d7f00644f1020a55b064d85663f2186fc9e 100644 (file)
@@ -1553,7 +1553,8 @@ extern int apply_subsystem_event_filter(struct trace_subsystem_dir *dir,
 extern void print_subsystem_event_filter(struct event_subsystem *system,
                                         struct trace_seq *s);
 extern int filter_assign_type(const char *type);
-extern int create_event_filter(struct trace_event_call *call,
+extern int create_event_filter(struct trace_array *tr,
+                              struct trace_event_call *call,
                               char *filter_str, bool set_str,
                               struct event_filter **filterp);
 extern void free_event_filter(struct event_filter *filter);