From: Steven Rostedt (Red Hat) Date: Tue, 5 May 2015 13:39:12 +0000 (-0400) Subject: tracing: Rename (un)register_ftrace_event() to (un)register_trace_event() X-Git-Tag: omap-for-v4.3/legacy-v2-signed~124^2~24 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=9023c930902fbbcf0cebf6110828700f792989a4;p=pandora-kernel.git tracing: Rename (un)register_ftrace_event() to (un)register_trace_event() The name "ftrace" really refers to the function hook infrastructure. It is not about the trace_events. The functions (un)register_ftrace_event() is really about trace_events, and the name should be register_trace_event() instead. Also renamed ftrace_event_reg() to trace_event_reg() for the same reason. Signed-off-by: Steven Rostedt --- Reading git-diff-tree failed