tracing: Rename FTRACE_EVENT_FL_* flags to EVENT_FILE_FL_*
authorSteven Rostedt (Red Hat) <rostedt@goodmis.org>
Wed, 13 May 2015 19:12:33 +0000 (15:12 -0400)
committerSteven Rostedt <rostedt@goodmis.org>
Wed, 13 May 2015 19:24:57 +0000 (15:24 -0400)
The name "ftrace" really refers to the function hook infrastructure. It
is not about the trace_events. The FTRACE_EVENT_FL_* flags are flags to
do with the trace_event files in the tracefs directory. They are not related
to function tracing. Rename them to a more descriptive name.

Signed-off-by: Steven Rostedt <rostedt@goodmis.org>

No differences found