tracing: Rename ftrace_event_{call,class} to trace_event_{call,class}
authorSteven Rostedt (Red Hat) <rostedt@goodmis.org>
Tue, 5 May 2015 15:45:27 +0000 (11:45 -0400)
committerSteven Rostedt <rostedt@goodmis.org>
Wed, 13 May 2015 18:06:10 +0000 (14:06 -0400)
The name "ftrace" really refers to the function hook infrastructure. It
is not about the trace_events. The structures ftrace_event_call and
ftrace_event_class have nothing to do with the function hooks, and are
really trace_event structures. Rename ftrace_event_* to trace_event_*.

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

No differences found