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 /kernel/rcu/tree.c | |
| parent | ee53bbd172571c944bc2d01b4846fc7c49ebd353 (diff) | |
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/rcu/tree.c')
| -rw-r--r-- | kernel/rcu/tree.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/kernel/rcu/tree.c b/kernel/rcu/tree.c index 8cf7304b2867..45a6141e19be 100644 --- a/kernel/rcu/tree.c +++ b/kernel/rcu/tree.c | |||
| @@ -54,7 +54,7 @@ | |||
| 54 | #include <linux/delay.h> | 54 | #include <linux/delay.h> |
| 55 | #include <linux/stop_machine.h> | 55 | #include <linux/stop_machine.h> |
| 56 | #include <linux/random.h> | 56 | #include <linux/random.h> |
| 57 | #include <linux/ftrace_event.h> | 57 | #include <linux/trace_events.h> |
| 58 | #include <linux/suspend.h> | 58 | #include <linux/suspend.h> |
| 59 | 59 | ||
| 60 | #include "tree.h" | 60 | #include "tree.h" |
