diff options
Diffstat (limited to 'kernel/trace')
| -rw-r--r-- | kernel/trace/trace_syscalls.c | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/kernel/trace/trace_syscalls.c b/kernel/trace/trace_syscalls.c index 63aa8070365d..00d6e176f5b6 100644 --- a/kernel/trace/trace_syscalls.c +++ b/kernel/trace/trace_syscalls.c | |||
| @@ -444,14 +444,6 @@ void unreg_event_syscall_exit(struct ftrace_event_call *call) | |||
| 444 | mutex_unlock(&syscall_trace_lock); | 444 | mutex_unlock(&syscall_trace_lock); |
| 445 | } | 445 | } |
| 446 | 446 | ||
| 447 | struct trace_event event_syscall_enter = { | ||
| 448 | .trace = print_syscall_enter, | ||
| 449 | }; | ||
| 450 | |||
| 451 | struct trace_event event_syscall_exit = { | ||
| 452 | .trace = print_syscall_exit, | ||
| 453 | }; | ||
| 454 | |||
| 455 | int __init init_ftrace_syscalls(void) | 447 | int __init init_ftrace_syscalls(void) |
| 456 | { | 448 | { |
| 457 | struct syscall_metadata *meta; | 449 | struct syscall_metadata *meta; |
