From: Steven Rostedt (Red Hat) Date: Wed, 13 May 2015 19:35:44 +0000 (-0400) Subject: tracing: Rename ftrace_event_type_funcs_##call to trace_event_type_funcs_##call X-Git-Tag: omap-for-v4.3/legacy-v2-signed~124^2~12 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=3ad017bac94ac86edf18d0e2218ebafe71e23d45;p=pandora-kernel.git tracing: Rename ftrace_event_type_funcs_##call to trace_event_type_funcs_##call The name "ftrace" really refers to the function hook infrastructure. It is not about the trace_events. The structure ftrace_event_type_funcs_##call is used to define how the trace_events will be printed. It has nothing to do with function tracing. Rename it. Signed-off-by: Steven Rostedt --- Reading git-diff-tree failed