diff options
Diffstat (limited to 'include/trace')
-rw-r--r-- | include/trace/syscall.h | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/include/trace/syscall.h b/include/trace/syscall.h index c5265c81c4e7..ca09561cd578 100644 --- a/include/trace/syscall.h +++ b/include/trace/syscall.h | |||
@@ -15,8 +15,6 @@ | |||
15 | * @nb_args: number of parameters it takes | 15 | * @nb_args: number of parameters it takes |
16 | * @types: list of types as strings | 16 | * @types: list of types as strings |
17 | * @args: list of args as strings (args[i] matches types[i]) | 17 | * @args: list of args as strings (args[i] matches types[i]) |
18 | * @enter_id: associated ftrace enter event id | ||
19 | * @exit_id: associated ftrace exit event id | ||
20 | * @enter_event: associated syscall_enter trace event | 18 | * @enter_event: associated syscall_enter trace event |
21 | * @exit_event: associated syscall_exit trace event | 19 | * @exit_event: associated syscall_exit trace event |
22 | */ | 20 | */ |
@@ -25,8 +23,6 @@ struct syscall_metadata { | |||
25 | int nb_args; | 23 | int nb_args; |
26 | const char **types; | 24 | const char **types; |
27 | const char **args; | 25 | const char **args; |
28 | int enter_id; | ||
29 | int exit_id; | ||
30 | 26 | ||
31 | struct ftrace_event_call *enter_event; | 27 | struct ftrace_event_call *enter_event; |
32 | struct ftrace_event_call *exit_event; | 28 | struct ftrace_event_call *exit_event; |
@@ -35,8 +31,6 @@ struct syscall_metadata { | |||
35 | #ifdef CONFIG_FTRACE_SYSCALLS | 31 | #ifdef CONFIG_FTRACE_SYSCALLS |
36 | extern unsigned long arch_syscall_addr(int nr); | 32 | extern unsigned long arch_syscall_addr(int nr); |
37 | extern int syscall_name_to_nr(const char *name); | 33 | extern int syscall_name_to_nr(const char *name); |
38 | void set_syscall_enter_id(int num, int id); | ||
39 | void set_syscall_exit_id(int num, int id); | ||
40 | 34 | ||
41 | extern int syscall_enter_format(struct ftrace_event_call *call, | 35 | extern int syscall_enter_format(struct ftrace_event_call *call, |
42 | struct trace_seq *s); | 36 | struct trace_seq *s); |