diff options
author | Steven Rostedt (Red Hat) <rostedt@goodmis.org> | 2015-04-29 20:36:05 +0200 |
---|---|---|
committer | Steven Rostedt <rostedt@goodmis.org> | 2015-05-13 20:05:12 +0200 |
commit | af658dca221207174fc0a7bcdcd4cff7c589fdd8 (patch) | |
tree | 62c36ef61699bedde9ce4fcc085ccf940a9d80fa /mm | |
parent | tracing: Move the perf code out of trace_event.h (diff) | |
download | linux-af658dca221207174fc0a7bcdcd4cff7c589fdd8.tar.xz linux-af658dca221207174fc0a7bcdcd4cff7c589fdd8.zip |
tracing: Rename ftrace_event.h to trace_events.h
The term "ftrace" is really the infrastructure of the function hooks,
and not the trace events. Rename ftrace_event.h to trace_events.h to
represent the trace_event infrastructure and decouple the term ftrace
from it.
Signed-off-by: Steven Rostedt <rostedt@goodmis.org>
Diffstat (limited to 'mm')
-rw-r--r-- | mm/debug.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mm/debug.c b/mm/debug.c index 3eb3ac2fcee7..76089ddf99ea 100644 --- a/mm/debug.c +++ b/mm/debug.c @@ -7,7 +7,7 @@ #include <linux/kernel.h> #include <linux/mm.h> -#include <linux/ftrace_event.h> +#include <linux/trace_events.h> #include <linux/memcontrol.h> static const struct trace_print_flags pageflag_names[] = { |