From: Steven Rostedt (Red Hat) Date: Wed, 13 May 2015 19:40:23 +0000 (-0400) Subject: tracing: Rename ftrace_get_offsets_##call() to trace_event_get_offsets_##call() X-Git-Tag: omap-for-v4.3/legacy-v2-signed~124^2~10 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d0ee8f4a1f5f3df933cdc9a80f5dea13e2fb5022;p=pandora-kernel.git tracing: Rename ftrace_get_offsets_##call() to trace_event_get_offsets_##call() The name "ftrace" really refers to the function hook infrastructure. It is not about the trace_events. The function ftrace_get_offsets_##call() is used to find the offset into dynamically allocated trace event fields for printing. It has nothing to do with function tracing. Rename it. Signed-off-by: Steven Rostedt --- Reading git-diff-tree failed