]> Pileus Git - ~andy/linux/commit
tracing: Remove double-underscore naming in syscall trigger invocations
authorTom Zanussi <tom.zanussi@linux.intel.com>
Mon, 6 Jan 2014 19:44:20 +0000 (13:44 -0600)
committerSteven Rostedt <rostedt@goodmis.org>
Mon, 6 Jan 2014 20:22:07 +0000 (15:22 -0500)
commit4bf0566db15eda214cc64a77d4d3b96e010ec6ac
tree3cc1a5e635a2ad891ea0a13138264d02edc137ea
parent0641d368f206f2fe7725c9fa5f1461229ef8010f
tracing: Remove double-underscore naming in syscall trigger invocations

There's no reason to use double-underscores for any variable name in
ftrace_syscall_enter()/exit(), since those functions aren't generated
and there's no need to avoid namespace collisions as with the event
macros, which is where the original invocation code came from.

Link: http://lkml.kernel.org/r/0b489c9d1f7ee315cff60fa0e4c2b433ade8ae0d.1389036657.git.tom.zanussi@linux.intel.com
Signed-off-by: Tom Zanussi <tom.zanussi@linux.intel.com>
Signed-off-by: Steven Rostedt <rostedt@goodmis.org>
kernel/trace/trace_syscalls.c