]> git.baikalelectronics.ru Git - kernel.git/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)
commit33dd0e04521597f9356c8cb47cbd2ac7abdfbd64
tree2c66d6296ee01bcbd27cb9df4b72885339300ba6
parent6f7f8d649906186332cc7e9440cf0e1751330d94
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