]> bbs.cooldavid.org Git - net-next-2.6.git/commit
tracing: Have syscall tracing call its own init function
authorSteven Rostedt <srostedt@redhat.com>
Tue, 29 Dec 2009 02:13:59 +0000 (21:13 -0500)
committerSteven Rostedt <rostedt@goodmis.org>
Wed, 6 Jan 2010 17:02:32 +0000 (12:02 -0500)
commitc7ef3a9004201bca90626db246a19dadd2c29c9b
treeae6ffbf65a5e75f4cfcded814ea28eb1d35b025c
parenta342a0280b981c130e32dbb94dbd3a57959c4d04
tracing: Have syscall tracing call its own init function

In the clean up of having all events call one specific function,
the syscall event init was changed to call this helper function.

With the new print_fmt updates, the syscalls need to do special
initializations. This patch converts the syscall events to call
its own init function again.

Cc: Lai Jiangshan <laijs@cn.fujitsu.com>
Cc: Li Zefan <lizf@cn.fujitsu.com>
Signed-off-by: Steven Rostedt <rostedt@goodmis.org>
include/linux/syscalls.h
kernel/trace/trace_syscalls.c