]> git.kernelconcepts.de Git - karo-tx-linux.git/commit
tracing: Rename ftrace_raw_##call event structures to trace_event_raw_##call
authorSteven Rostedt (Red Hat) <rostedt@goodmis.org>
Wed, 13 May 2015 19:27:47 +0000 (15:27 -0400)
committerSteven Rostedt <rostedt@goodmis.org>
Thu, 14 May 2015 01:48:40 +0000 (21:48 -0400)
commita7237765730a10d429736f47ac4b89779ec6c534
treebd2c5a88bc120170bfa2a775c6c5dd48d1eae370
parent09a5059aa1a2cbf8c8993e61b013cc83a0dd5833
tracing: Rename ftrace_raw_##call event structures to trace_event_raw_##call

The name "ftrace" really refers to the function hook infrastructure. It
is not about the trace_events. The ftrace_raw_##call structures are built
by macros for trace events. They have nothing to do with function tracing.
Rename them.

Signed-off-by: Steven Rostedt <rostedt@goodmis.org>
include/trace/perf.h
include/trace/trace_events.h
kernel/trace/trace_events_filter.c
kernel/trace/trace_events_trigger.c