commit | 2167ae727215714d25fe44945cdbe6157f7ac481 | [log] [tgz] |
---|---|---|
author | Steven Rostedt (Red Hat) <rostedt@goodmis.org> | Wed Apr 29 09:57:36 2015 -0400 |
committer | Steven Rostedt <rostedt@goodmis.org> | Wed May 13 14:05:05 2015 -0400 |
tree | e4856e8b38501cc720d83f3bf0b5539c588eb816 | |
parent | f267caab44451baa70d25fa3191a68bb79ad1b08 [diff] |
tracing: Rename trace/ftrace.h to trace/trace_events.h The name "ftrace" really refers to the function hook infrastructure. It is not about the TRACE_EVENT() macros. The file trace/ftrace.h was originally written to be mostly focused toward the "ftrace" code (that in kernel/trace/) but ended up being generic and used by perf and others. Rename the file to be less confusing about what infrastructure it belongs to. Signed-off-by: Steven Rostedt <rostedt@goodmis.org>