commit | fc13cb0ce45296f331263a6034aa1814203e1ac3 | [log] [tgz] |
---|---|---|
author | Steven Rostedt <srostedt@redhat.com> | Mon Dec 19 14:41:25 2011 -0500 |
committer | Steven Rostedt <rostedt@goodmis.org> | Wed Dec 21 07:25:06 2011 -0500 |
tree | 2c66d6296ee01bcbd27cb9df4b72885339300ba6 | |
parent | 06a51d9307380c78bb5c92e68fc80ad2c7d7f890 [diff] |
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>