aboutsummaryrefslogtreecommitdiffstats
path: root/include/trace/syscall.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/trace/syscall.h')
-rw-r--r--include/trace/syscall.h17
1 files changed, 0 insertions, 17 deletions
diff --git a/include/trace/syscall.h b/include/trace/syscall.h
index 4e1943001854..5dc283ba5ae0 100644
--- a/include/trace/syscall.h
+++ b/include/trace/syscall.h
@@ -8,23 +8,6 @@
8#include <asm/ptrace.h> 8#include <asm/ptrace.h>
9 9
10 10
11#ifdef CONFIG_HAVE_SYSCALL_TRACEPOINTS
12
13extern void syscall_regfunc(void);
14extern void syscall_unregfunc(void);
15
16DECLARE_TRACE(syscall_enter,
17 TP_PROTO(struct pt_regs *regs, long id),
18 TP_ARGS(regs, id)
19);
20
21DECLARE_TRACE(syscall_exit,
22 TP_PROTO(struct pt_regs *regs, long ret),
23 TP_ARGS(regs, ret)
24);
25
26#endif
27
28/* 11/*
29 * A syscall entry in the ftrace syscalls array. 12 * A syscall entry in the ftrace syscalls array.
30 * 13 *