From 892c505aac2bdded3c8ec2ec27abc6d74fd210f5 Mon Sep 17 00:00:00 2001 From: "Steven Rostedt (Red Hat)" Date: Tue, 5 May 2015 14:18:11 -0400 Subject: 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 --- include/trace/perf.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'include/trace/perf.h') diff --git a/include/trace/perf.h b/include/trace/perf.h index b1d7399df449..0dbdbfe0ec41 100644 --- a/include/trace/perf.h +++ b/include/trace/perf.h @@ -58,7 +58,7 @@ * } * * static struct trace_event ftrace_event_type_ = { - * .trace = ftrace_raw_output_, <-- stage 2 + * .trace = trace_raw_output_, <-- stage 2 * }; * * static char print_fmt_[] = ; -- cgit v1.2.3