From af658dca221207174fc0a7bcdcd4cff7c589fdd8 Mon Sep 17 00:00:00 2001 From: Steven Rostedt (Red Hat) Date: Wed, 29 Apr 2015 14:36:05 -0400 Subject: 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 --- include/trace/events/power.h | 2 +- include/trace/syscall.h | 2 +- include/trace/trace_events.h | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) (limited to 'include/trace') diff --git a/include/trace/events/power.h b/include/trace/events/power.h index d19840b0cac8..a9c88d0a1ca8 100644 --- a/include/trace/events/power.h +++ b/include/trace/events/power.h @@ -7,7 +7,7 @@ #include #include #include -#include +#include #define TPS(x) tracepoint_string(x) diff --git a/include/trace/syscall.h b/include/trace/syscall.h index 9674145e2f6a..58df48c9d04e 100644 --- a/include/trace/syscall.h +++ b/include/trace/syscall.h @@ -3,7 +3,7 @@ #include #include -#include +#include #include #include diff --git a/include/trace/trace_events.h b/include/trace/trace_events.h index 19af616e9dbd..17d85ca992ee 100644 --- a/include/trace/trace_events.h +++ b/include/trace/trace_events.h @@ -16,7 +16,7 @@ * in the structure. */ -#include +#include #ifndef TRACE_SYSTEM_VAR #define TRACE_SYSTEM_VAR TRACE_SYSTEM -- cgit v1.2.3-55-g7522