tracing: Rename (un)register_ftrace_event() to (un)register_trace_event()
authorSteven Rostedt (Red Hat) <rostedt@goodmis.org>
Tue, 5 May 2015 13:39:12 +0000 (09:39 -0400)
committerSteven Rostedt <rostedt@goodmis.org>
Wed, 13 May 2015 18:05:14 +0000 (14:05 -0400)
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 <rostedt@goodmis.org>

No differences found