aboutsummaryrefslogtreecommitdiffstats
path: root/include/trace/syscall.h
diff options
context:
space:
mode:
authorDavid Sharp <dhsharp@google.com>2012-06-07 16:46:24 -0700
committerSteven Rostedt <rostedt@goodmis.org>2012-10-31 16:45:33 -0400
commit01e3e710a9265fb7092efd67243d7b6dd6e2548a (patch)
treeef3e1981db71063f85e1518b78f0265189e4e9de /include/trace/syscall.h
parenttracing: Cache comms only after an event occurred (diff)
downloadlinux-dev-01e3e710a9265fb7092efd67243d7b6dd6e2548a.tar.xz
linux-dev-01e3e710a9265fb7092efd67243d7b6dd6e2548a.zip
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.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/include/trace/syscall.h b/include/trace/syscall.h
index 31966a4fb8cc..0c95796177d7 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,