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.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/linux/ftrace_event.h b/include/linux/ftrace_event.h
index 496b76d9f9d8..17810853b4f8 100644
--- a/include/linux/ftrace_event.h
+++ b/include/linux/ftrace_event.h
@@ -83,6 +83,7 @@ void trace_current_buffer_discard_commit(struct ring_buffer_event *event);
83void tracing_record_cmdline(struct task_struct *tsk); 83void tracing_record_cmdline(struct task_struct *tsk);
84 84
85struct ftrace_event_call { 85struct ftrace_event_call {
86 struct list_head list;
86 char *name; 87 char *name;
87 char *system; 88 char *system;
88 struct dentry *dir; 89 struct dentry *dir;