commit | 7967b3e0c40ff72fb2cf44d3b50e2cb388ef6c67 | [log] [tgz] |
---|---|---|
author | Steven Rostedt (Red Hat) <rostedt@goodmis.org> | Wed May 13 14:59:40 2015 -0400 |
committer | Steven Rostedt <rostedt@goodmis.org> | Wed May 13 14:59:40 2015 -0400 |
tree | 49616966408f5de94e7ea8f057e3deff82d2d089 | |
parent | 687fcc4aee4567df14e31e82d6993418b826f408 [diff] |
tracing: Rename struct ftrace_subsystem_dir to trace_subsystem_dir 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>