commit | 9023c930902fbbcf0cebf6110828700f792989a4 | [log] [tgz] |
---|---|---|
author | Steven Rostedt (Red Hat) <rostedt@goodmis.org> | Tue May 05 09:39:12 2015 -0400 |
committer | Steven Rostedt <rostedt@goodmis.org> | Wed May 13 14:05:14 2015 -0400 |
tree | 241287baff4585962adc10587b2bc3647706c9ec | |
parent | 645df987f7c1740bb1ba783ab907001720a20cf7 [diff] |
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 <rostedt@goodmis.org>