commit | 09a5059aa1a2cbf8c8993e61b013cc83a0dd5833 | [log] [tgz] |
---|---|---|
author | Steven Rostedt (Red Hat) <rostedt@goodmis.org> | Wed May 13 15:21:25 2015 -0400 |
committer | Steven Rostedt <rostedt@goodmis.org> | Wed May 13 15:25:39 2015 -0400 |
tree | 751b58cfad60eab0f637ea4966888b7828bd94de | |
parent | 5d6ad960a71f0b36d95d74ef93285733b9f62f59 [diff] |
tracing: Rename ftrace_trigger_soft_disabled() to trace_trigger_soft_disabled() 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>