tracing: Rename ftrace_print_*() functions ta trace_print_*()
authorSteven Rostedt (Red Hat) <rostedt@goodmis.org>
Mon, 4 May 2015 22:12:44 +0000 (18:12 -0400)
committerSteven Rostedt <rostedt@goodmis.org>
Wed, 13 May 2015 18:05:13 +0000 (14:05 -0400)
The name "ftrace" really refers to the function hook infrastructure. It
is not about the trace_events. The functions ftrace_print_*() are not part of
the function infrastructure, and the names can be confusing. Rename them
to be trace_print_*().

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

No differences found