From 33d0f35eea7ac9027dee4fff819fc54afc8615e5 Mon Sep 17 00:00:00 2001 From: Steven Rostedt (Red Hat) Date: Wed, 13 May 2015 15:37:57 -0400 Subject: tracing: Rename ftrace_define_fields_##call() to trace_event_define_fields_##call() The name "ftrace" really refers to the function hook infrastructure. It is not about the trace_events. The function ftrace_define_fields_##call() is used to define how to process the trace_event fields. It has nothing to do with function tracing. Rename it. Signed-off-by: Steven Rostedt --- include/trace/trace_events.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'include/trace/trace_events.h') diff --git a/include/trace/trace_events.h b/include/trace/trace_events.h index d88bd0f0844d..e27b87ef5724 100644 --- a/include/trace/trace_events.h +++ b/include/trace/trace_events.h @@ -407,7 +407,7 @@ static struct trace_event_functions trace_event_type_funcs_##call = { \ #undef DECLARE_EVENT_CLASS #define DECLARE_EVENT_CLASS(call, proto, args, tstruct, func, print) \ static int notrace __init \ -ftrace_define_fields_##call(struct trace_event_call *event_call) \ +trace_event_define_fields_##call(struct trace_event_call *event_call) \ { \ struct trace_event_raw_##call field; \ int ret; \ -- cgit v1.2.3-55-g7522