tracing: Rename ftrace_trigger_soft_disabled() to trace_trigger_soft_disabled()
authorSteven Rostedt (Red Hat) <rostedt@goodmis.org>
Wed, 13 May 2015 19:21:25 +0000 (15:21 -0400)
committerSteven Rostedt <rostedt@goodmis.org>
Wed, 13 May 2015 19:25:39 +0000 (15:25 -0400)
The name "ftrace" really refers to the function hook infrastructure. It
is not about the trace_events. The ftrace_trigger_soft_disabled() tests if a
trace_event is soft disabled (called but not traced), and returns true if
it is. It has nothing to do with function tracing and should be renamed.

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

No differences found