diff options
author | Steven Rostedt (Red Hat) <rostedt@goodmis.org> | 2015-04-29 21:36:05 +0300 |
---|---|---|
committer | Steven Rostedt <rostedt@goodmis.org> | 2015-05-13 21:05:12 +0300 |
commit | af658dca221207174fc0a7bcdcd4cff7c589fdd8 (patch) | |
tree | 62c36ef61699bedde9ce4fcc085ccf940a9d80fa /kernel/module.c | |
parent | ee53bbd172571c944bc2d01b4846fc7c49ebd353 (diff) | |
download | linux-af658dca221207174fc0a7bcdcd4cff7c589fdd8.tar.xz |
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 'kernel/module.c')
-rw-r--r-- | kernel/module.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/kernel/module.c b/kernel/module.c index 42a1d2afb217..4db0dbc14031 100644 --- a/kernel/module.c +++ b/kernel/module.c @@ -18,7 +18,7 @@ */ #include <linux/export.h> #include <linux/moduleloader.h> -#include <linux/ftrace_event.h> +#include <linux/trace_events.h> #include <linux/init.h> #include <linux/kallsyms.h> #include <linux/file.h> |