OSDN Git Service

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)
commit645df987f7c1740bb1ba783ab907001720a20cf7
treed0ca0ac86bf11c3374fb4a1222e5076f78d92bd8
parentaf658dca221207174fc0a7bcdcd4cff7c589fdd8
tracing: Rename ftrace_print_*() functions ta trace_print_*()

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>
include/linux/trace_events.h
include/trace/trace_events.h
kernel/trace/trace_output.c