]> git.kernelconcepts.de Git - karo-tx-linux.git/commitdiff
tracing: Rename trace/ftrace.h to trace/trace_events.h
authorSteven Rostedt (Red Hat) <rostedt@goodmis.org>
Wed, 29 Apr 2015 13:57:36 +0000 (09:57 -0400)
committerSteven Rostedt <rostedt@goodmis.org>
Wed, 13 May 2015 18:05:05 +0000 (14:05 -0400)
The name "ftrace" really refers to the function hook infrastructure. It
is not about the TRACE_EVENT() macros. The file trace/ftrace.h was originally
written to be mostly focused toward the "ftrace" code (that in kernel/trace/)
but ended up being generic and used by perf and others.

Rename the file to be less confusing about what infrastructure it belongs to.

Signed-off-by: Steven Rostedt <rostedt@goodmis.org>
include/trace/define_trace.h
include/trace/trace_events.h [moved from include/trace/ftrace.h with 100% similarity]

index 02e1003568a414584431181603913de0cfb4cb21..b13ba2fc76f7b8a8edb8f4d7a8d5e0e65666fd93 100644 (file)
@@ -87,7 +87,7 @@
 #define DECLARE_TRACE(name, proto, args)
 
 #ifdef CONFIG_EVENT_TRACING
-#include <trace/ftrace.h>
+#include <trace/trace_events.h>
 #endif
 
 #undef TRACE_EVENT