]> Pileus Git - ~andy/linux/commit
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)
commitfc13cb0ce45296f331263a6034aa1814203e1ac3
tree2c66d6296ee01bcbd27cb9df4b72885339300ba6
parent06a51d9307380c78bb5c92e68fc80ad2c7d7f890
ftrace: Allow other users of function tracing to use the output listing

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>
include/linux/ftrace.h
kernel/trace/ftrace.c