diff options
Diffstat (limited to 'include/trace/syscall.h')
-rw-r--r-- | include/trace/syscall.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/include/trace/syscall.h b/include/trace/syscall.h index 9674145e2f6a..7434f0f5d3f6 100644 --- a/include/trace/syscall.h +++ b/include/trace/syscall.h | |||
@@ -3,7 +3,7 @@ | |||
3 | 3 | ||
4 | #include <linux/tracepoint.h> | 4 | #include <linux/tracepoint.h> |
5 | #include <linux/unistd.h> | 5 | #include <linux/unistd.h> |
6 | #include <linux/ftrace_event.h> | 6 | #include <linux/trace_events.h> |
7 | #include <linux/thread_info.h> | 7 | #include <linux/thread_info.h> |
8 | 8 | ||
9 | #include <asm/ptrace.h> | 9 | #include <asm/ptrace.h> |
@@ -29,8 +29,8 @@ struct syscall_metadata { | |||
29 | const char **args; | 29 | const char **args; |
30 | struct list_head enter_fields; | 30 | struct list_head enter_fields; |
31 | 31 | ||
32 | struct ftrace_event_call *enter_event; | 32 | struct trace_event_call *enter_event; |
33 | struct ftrace_event_call *exit_event; | 33 | struct trace_event_call *exit_event; |
34 | }; | 34 | }; |
35 | 35 | ||
36 | #if defined(CONFIG_TRACEPOINTS) && defined(CONFIG_HAVE_SYSCALL_TRACEPOINTS) | 36 | #if defined(CONFIG_TRACEPOINTS) && defined(CONFIG_HAVE_SYSCALL_TRACEPOINTS) |