From: Steven Rostedt (Red Hat) Date: Wed, 13 May 2015 19:21:25 +0000 (-0400) Subject: tracing: Rename ftrace_trigger_soft_disabled() to trace_trigger_soft_disabled() X-Git-Tag: omap-for-v4.3/legacy-v2-signed~124^2~15 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=09a5059aa1a2cbf8c8993e61b013cc83a0dd5833;p=pandora-kernel.git 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 --- Reading git-diff-tree failed