]> git.kernelconcepts.de Git - karo-tx-linux.git/commit
tracing: Rename ftrace_output functions to trace_output
authorSteven Rostedt (Red Hat) <rostedt@goodmis.org>
Tue, 5 May 2015 18:18:11 +0000 (14:18 -0400)
committerSteven Rostedt <rostedt@goodmis.org>
Wed, 13 May 2015 18:06:41 +0000 (14:06 -0400)
commit892c505aac2bdded3c8ec2ec27abc6d74fd210f5
tree10fe9d8fa127bd84f4829103f31c3693c03fe3ab
parent3f795dcfc7364cd811c3f6f03d115fcefbbdc1ca
tracing: Rename ftrace_output functions to trace_output

The name "ftrace" really refers to the function hook infrastructure. It
is not about the trace_events. The ftrace_output_*() and ftrace_raw_output_*()
functions represent the trace_event code. Rename them to just trace_output
or trace_raw_output.

Signed-off-by: Steven Rostedt <rostedt@goodmis.org>
include/linux/trace_events.h
include/trace/perf.h
include/trace/trace_events.h
kernel/trace/trace_output.c