From: Steven Rostedt (Red Hat) Date: Wed, 13 May 2015 18:20:14 +0000 (-0400) Subject: tracing: Rename ftrace_event_name() to trace_event_name() X-Git-Tag: omap-for-v4.3/legacy-v2-signed~124^2~18 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=687fcc4aee4567df14e31e82d6993418b826f408;p=pandora-kernel.git tracing: Rename ftrace_event_name() to trace_event_name() The name "ftrace" really refers to the function hook infrastructure. It is not about the trace_events. ftrace_event_name() returns the name of an event tracepoint, has nothing to do with function tracing. Rename it to trace_event_name(). Signed-off-by: Steven Rostedt --- Reading git-diff-tree failed