diff options
author | Steven Rostedt (Red Hat) <rostedt@goodmis.org> | 2015-04-29 14:36:05 -0400 |
---|---|---|
committer | Steven Rostedt <rostedt@goodmis.org> | 2015-05-13 14:05:12 -0400 |
commit | af658dca221207174fc0a7bcdcd4cff7c589fdd8 (patch) | |
tree | 62c36ef61699bedde9ce4fcc085ccf940a9d80fa /include/trace | |
parent | ee53bbd172571c944bc2d01b4846fc7c49ebd353 (diff) | |
download | op-kernel-dev-af658dca221207174fc0a7bcdcd4cff7c589fdd8.zip op-kernel-dev-af658dca221207174fc0a7bcdcd4cff7c589fdd8.tar.gz |
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 'include/trace')
-rw-r--r-- | include/trace/events/power.h | 2 | ||||
-rw-r--r-- | include/trace/syscall.h | 2 | ||||
-rw-r--r-- | include/trace/trace_events.h | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/include/trace/events/power.h b/include/trace/events/power.h index d19840b..a9c88d0a 100644 --- a/include/trace/events/power.h +++ b/include/trace/events/power.h @@ -7,7 +7,7 @@ #include <linux/ktime.h> #include <linux/pm_qos.h> #include <linux/tracepoint.h> -#include <linux/ftrace_event.h> +#include <linux/trace_events.h> #define TPS(x) tracepoint_string(x) diff --git a/include/trace/syscall.h b/include/trace/syscall.h index 9674145..58df48c 100644 --- a/include/trace/syscall.h +++ b/include/trace/syscall.h @@ -3,7 +3,7 @@ #include <linux/tracepoint.h> #include <linux/unistd.h> -#include <linux/ftrace_event.h> +#include <linux/trace_events.h> #include <linux/thread_info.h> #include <asm/ptrace.h> diff --git a/include/trace/trace_events.h b/include/trace/trace_events.h index 19af616..17d85ca 100644 --- a/include/trace/trace_events.h +++ b/include/trace/trace_events.h @@ -16,7 +16,7 @@ * in the structure. */ -#include <linux/ftrace_event.h> +#include <linux/trace_events.h> #ifndef TRACE_SYSTEM_VAR #define TRACE_SYSTEM_VAR TRACE_SYSTEM |