From 62323a148fbeb0258be2c92854d758572bee2a46 Mon Sep 17 00:00:00 2001 From: "Steven Rostedt (Red Hat)" Date: Wed, 13 May 2015 15:33:52 -0400 Subject: [PATCH] tracing: Rename ftrace_data_offset_##call to trace_event_data_offset_##call The name "ftrace" really refers to the function hook infrastructure. It is not about the trace_events. The structure ftrace_data_offset_##call is used to find the offsets of dynamically allocated fields in trace_events. It has nothing to do with function tracing. Rename it. Signed-off-by: Steven Rostedt --- Reading git-format-patch failed