ftrace: Allow other users of function tracing to use the output listing
authorSteven Rostedt <srostedt@redhat.com>
Mon, 19 Dec 2011 19:41:25 +0000 (14:41 -0500)
committerSteven Rostedt <rostedt@goodmis.org>
Wed, 21 Dec 2011 12:25:06 +0000 (07:25 -0500)
The function tracer is set up to allow any other subsystem (like perf)
to use it. Ftrace already has a way to list what functions are enabled
by the global_ops. It would be very helpful to let other users of
the function tracer to be able to use the same code.

Signed-off-by: Steven Rostedt <rostedt@goodmis.org>

No differences found