From: Steven Rostedt (Red Hat) Date: Wed, 29 Apr 2015 13:57:36 +0000 (-0400) Subject: tracing: Rename trace/ftrace.h to trace/trace_events.h X-Git-Tag: v4.2-rc1~91^2~28 X-Git-Url: https://asedeno.scripts.mit.edu/gitweb/?a=commitdiff_plain;h=2167ae727215714d25fe44945cdbe6157f7ac481;p=linux.git tracing: Rename trace/ftrace.h to trace/trace_events.h 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 --- diff --git a/include/trace/define_trace.h b/include/trace/define_trace.h index 02e1003568a4..b13ba2fc76f7 100644 --- a/include/trace/define_trace.h +++ b/include/trace/define_trace.h @@ -87,7 +87,7 @@ #define DECLARE_TRACE(name, proto, args) #ifdef CONFIG_EVENT_TRACING -#include +#include #endif #undef TRACE_EVENT diff --git a/include/trace/ftrace.h b/include/trace/trace_events.h similarity index 100% rename from include/trace/ftrace.h rename to include/trace/trace_events.h