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 <rostedt@goodmis.org>
Šī revīzija ir iekļauta:
Steven Rostedt (Red Hat)
2015-05-13 15:40:23 -04:00
revīziju iesūtīja Steven Rostedt
vecāks 33d0f35eea
revīzija d0ee8f4a1f
2 mainīti faili ar 4 papildinājumiem un 4 dzēšanām

Parādīt failu

@@ -485,7 +485,7 @@ trace_event_define_fields_##call(struct trace_event_call *event_call) \
#undef DECLARE_EVENT_CLASS
#define DECLARE_EVENT_CLASS(call, proto, args, tstruct, assign, print) \
static inline notrace int ftrace_get_offsets_##call( \
static inline notrace int trace_event_get_offsets_##call( \
struct trace_event_data_offsets_##call *__data_offsets, proto) \
{ \
int __data_size = 0; \