diff options
Diffstat (limited to 'include/linux')
-rw-r--r-- | include/linux/ftrace_event.h | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/include/linux/ftrace_event.h b/include/linux/ftrace_event.h index ac8c6f8cf242..8544f121d9f1 100644 --- a/include/linux/ftrace_event.h +++ b/include/linux/ftrace_event.h | |||
@@ -112,8 +112,8 @@ struct ftrace_event_call { | |||
112 | struct dentry *dir; | 112 | struct dentry *dir; |
113 | struct trace_event *event; | 113 | struct trace_event *event; |
114 | int enabled; | 114 | int enabled; |
115 | int (*regfunc)(void); | 115 | int (*regfunc)(void *); |
116 | void (*unregfunc)(void); | 116 | void (*unregfunc)(void *); |
117 | int id; | 117 | int id; |
118 | int (*raw_init)(void); | 118 | int (*raw_init)(void); |
119 | int (*show_format)(struct trace_seq *s); | 119 | int (*show_format)(struct trace_seq *s); |
@@ -122,6 +122,7 @@ struct ftrace_event_call { | |||
122 | int filter_active; | 122 | int filter_active; |
123 | struct event_filter *filter; | 123 | struct event_filter *filter; |
124 | void *mod; | 124 | void *mod; |
125 | void *data; | ||
125 | 126 | ||
126 | atomic_t profile_count; | 127 | atomic_t profile_count; |
127 | int (*profile_enable)(struct ftrace_event_call *); | 128 | int (*profile_enable)(struct ftrace_event_call *); |