tracing: Rename ftrace_get_offsets_##call() to trace_event_get_offsets_##call()
authorSteven Rostedt (Red Hat) <rostedt@goodmis.org>
Wed, 13 May 2015 19:40:23 +0000 (15:40 -0400)
committerSteven Rostedt <rostedt@goodmis.org>
Thu, 14 May 2015 01:49:01 +0000 (21:49 -0400)
commitd0ee8f4a1f5f3df933cdc9a80f5dea13e2fb5022
treedfe75df4f5f1df1ca78b3729d0faba9e0fbbb89e
parent33d0f35eea7ac9027dee4fff819fc54afc8615e5
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>
include/trace/perf.h
include/trace/trace_events.h
This page took 0.025914 seconds and 5 git commands to generate.