From 33d0f35eea7ac9027dee4fff819fc54afc8615e5 Mon Sep 17 00:00:00 2001 From: "Steven Rostedt (Red Hat)" Date: Wed, 13 May 2015 15:37:57 -0400 Subject: [PATCH] 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 --- Reading git-format-patch failed