diff options
Diffstat (limited to 'include/linux/ftrace_event.h')
-rw-r--r-- | include/linux/ftrace_event.h | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/include/linux/ftrace_event.h b/include/linux/ftrace_event.h index b1a007d6e8fd..0be028527633 100644 --- a/include/linux/ftrace_event.h +++ b/include/linux/ftrace_event.h | |||
@@ -149,14 +149,13 @@ struct ftrace_event_call { | |||
149 | char *name; | 149 | char *name; |
150 | struct dentry *dir; | 150 | struct dentry *dir; |
151 | struct trace_event event; | 151 | struct trace_event event; |
152 | int enabled; | ||
153 | int id; | ||
154 | const char *print_fmt; | 152 | const char *print_fmt; |
155 | int filter_active; | ||
156 | struct event_filter *filter; | 153 | struct event_filter *filter; |
157 | void *mod; | 154 | void *mod; |
158 | void *data; | 155 | void *data; |
159 | 156 | ||
157 | int enabled; | ||
158 | int filter_active; | ||
160 | int perf_refcount; | 159 | int perf_refcount; |
161 | }; | 160 | }; |
162 | 161 | ||