ftrace: Add ops parameter to ftrace_startup/shutdown functions
commitbd69c30b1d08032d97ab0dabd7a1eb7fb73ca2b2
authorSteven Rostedt <srostedt@redhat.com>
Wed, 4 May 2011 01:55:54 +0000 (3 21:55 -0400)
committerSteven Rostedt <rostedt@goodmis.org>
Wed, 18 May 2011 19:29:48 +0000 (18 15:29 -0400)
treee8bd00dc87de4f10f049e0c41fd09f630b96585d
parent647bcd03d5b2fb44fd9c9ef1a4f50c2eee8f779a
ftrace: Add ops parameter to ftrace_startup/shutdown functions

In order to allow different ops to enable different functions,
the ftrace_startup() and ftrace_shutdown() functions need the
ops parameter passed to them.

Signed-off-by: Steven Rostedt <rostedt@goodmis.org>
kernel/trace/ftrace.c