tracing: Rename ftrace_event_buffer to trace_event_buffer.
authorSteven Rostedt (Red Hat) <rostedt@goodmis.org>
Tue, 5 May 2015 17:18:46 +0000 (13:18 -0400)
committerSteven Rostedt <rostedt@goodmis.org>
Wed, 13 May 2015 18:06:36 +0000 (14:06 -0400)
The name "ftrace" really refers to the function hook infrastructure. It
is not about the trace_events. The ftrace_event_buffer functions and data
structures are for trace_events and not for function hooks. Rename them
to trace_event_buffer*.

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

No differences found