commit | 2425bcb9240f8c97d793cb31c8e8d8d0a843fa29 | [log] [tgz] |
---|---|---|
author | Steven Rostedt (Red Hat) <rostedt@goodmis.org> | Tue May 05 11:45:27 2015 -0400 |
committer | Steven Rostedt <rostedt@goodmis.org> | Wed May 13 14:06:10 2015 -0400 |
tree | 2177ae6e6a1d6abe8fe0caec482f3430332cb02f | |
parent | 7f1d2f8210195c8c309d424a77dbf06a6d2186f4 [diff] |
tracing: Rename ftrace_event_{call,class} to trace_event_{call,class} 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>