aboutsummaryrefslogtreecommitdiffstats
path: root/include/linux/ftrace_event.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/linux/ftrace_event.h')
-rw-r--r--include/linux/ftrace_event.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/include/linux/ftrace_event.h b/include/linux/ftrace_event.h
index 78a9ba24cbf6..46a27f2695a6 100644
--- a/include/linux/ftrace_event.h
+++ b/include/linux/ftrace_event.h
@@ -101,8 +101,8 @@ struct ftrace_event_call {
101 int (*show_format)(struct trace_seq *s); 101 int (*show_format)(struct trace_seq *s);
102 int (*define_fields)(void); 102 int (*define_fields)(void);
103 struct list_head fields; 103 struct list_head fields;
104 int n_preds; 104 int filter_active;
105 struct filter_pred **preds; 105 void *filter;
106 void *mod; 106 void *mod;
107 107
108#ifdef CONFIG_EVENT_PROFILE 108#ifdef CONFIG_EVENT_PROFILE