diff options
author | Ingo Molnar <mingo@elte.hu> | 2009-08-26 02:29:02 -0400 |
---|---|---|
committer | Ingo Molnar <mingo@elte.hu> | 2009-08-26 02:29:02 -0400 |
commit | 35dce1a99d010f3d738af4ce1b9b77302fdfe69c (patch) | |
tree | e34a37de965a79a2ae301de4d0557f500111dde6 /include/trace/syscall.h | |
parent | 7cb2e3ee2aeec5b83ecadba929a2dc575dd4008f (diff) | |
parent | 1c569f0264ea629c10bbab471dd0626ce4d3f19f (diff) |
Merge branch 'tracing/core' of git://git.kernel.org/pub/scm/linux/kernel/git/frederic/random-tracing into tracing/core
Conflicts:
include/linux/tracepoint.h
Signed-off-by: Ingo Molnar <mingo@elte.hu>
Diffstat (limited to 'include/trace/syscall.h')
-rw-r--r-- | include/trace/syscall.h | 17 |
1 files changed, 0 insertions, 17 deletions
diff --git a/include/trace/syscall.h b/include/trace/syscall.h index 9661dd406b9..5dc283ba5ae 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 | extern void syscall_regfunc(void); | ||
12 | extern void syscall_unregfunc(void); | ||
13 | |||
14 | DECLARE_TRACE_WITH_CALLBACK(syscall_enter, | ||
15 | TP_PROTO(struct pt_regs *regs, long id), | ||
16 | TP_ARGS(regs, id), | ||
17 | syscall_regfunc, | ||
18 | syscall_unregfunc | ||
19 | ); | ||
20 | |||
21 | DECLARE_TRACE_WITH_CALLBACK(syscall_exit, | ||
22 | TP_PROTO(struct pt_regs *regs, long ret), | ||
23 | TP_ARGS(regs, ret), | ||
24 | syscall_regfunc, | ||
25 | syscall_unregfunc | ||
26 | ); | ||
27 | |||
28 | /* | 11 | /* |
29 | * A syscall entry in the ftrace syscalls array. | 12 | * A syscall entry in the ftrace syscalls array. |
30 | * | 13 | * |