tracing: Rename struct ftrace_subsystem_dir to trace_subsystem_dir
authorSteven Rostedt (Red Hat) <rostedt@goodmis.org>
Wed, 13 May 2015 18:59:40 +0000 (14:59 -0400)
committerSteven Rostedt <rostedt@goodmis.org>
Wed, 13 May 2015 18:59:40 +0000 (14:59 -0400)
The name "ftrace" really refers to the function hook infrastructure. It
is not about the trace_events. The structure ftrace_subsystem_dir holds
the information about trace event subsystems. It should not be named
ftrace, rename it to trace_subsystem_dir.

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

No differences found