diff options
author | David Sharp <dhsharp@google.com> | 2012-06-07 16:46:24 -0700 |
---|---|---|
committer | Steven Rostedt <rostedt@goodmis.org> | 2012-10-31 16:45:33 -0400 |
commit | 01e3e710a9265fb7092efd67243d7b6dd6e2548a (patch) | |
tree | ef3e1981db71063f85e1518b78f0265189e4e9de /include/trace/syscall.h | |
parent | 7ffbd48d5cab22bcd1120eb2349db1319e2d827a (diff) | |
download | op-kernel-dev-01e3e710a9265fb7092efd67243d7b6dd6e2548a.zip op-kernel-dev-01e3e710a9265fb7092efd67243d7b6dd6e2548a.tar.gz |
tracing: Trivial cleanup
Remove ftrace_format_syscall() declaration; it is neither defined nor
used. Also update a comment and formatting.
Link: http://lkml.kernel.org/r/1339112785-21806-1-git-send-email-vnagarnaik@google.com
Signed-off-by: David Sharp <dhsharp@google.com>
Signed-off-by: Vaibhav Nagarnaik <vnagarnaik@google.com>
Signed-off-by: Steven Rostedt <rostedt@goodmis.org>
Diffstat (limited to 'include/trace/syscall.h')
-rw-r--r-- | include/trace/syscall.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/include/trace/syscall.h b/include/trace/syscall.h index 31966a4..0c95796 100644 --- a/include/trace/syscall.h +++ b/include/trace/syscall.h @@ -39,8 +39,6 @@ extern int reg_event_syscall_enter(struct ftrace_event_call *call); extern void unreg_event_syscall_enter(struct ftrace_event_call *call); extern int reg_event_syscall_exit(struct ftrace_event_call *call); extern void unreg_event_syscall_exit(struct ftrace_event_call *call); -extern int -ftrace_format_syscall(struct ftrace_event_call *call, struct trace_seq *s); enum print_line_t print_syscall_enter(struct trace_iterator *iter, int flags, struct trace_event *event); enum print_line_t print_syscall_exit(struct trace_iterator *iter, int flags, |