mirror of
https://github.com/Fishwaldo/Star64_linux.git
synced 2025-06-25 16:11:45 +00:00
tracing: Rename ftrace_output functions to trace_output
The name "ftrace" really refers to the function hook infrastructure. It is not about the trace_events. The ftrace_output_*() and ftrace_raw_output_*() functions represent the trace_event code. Rename them to just trace_output or trace_raw_output. Signed-off-by: Steven Rostedt <rostedt@goodmis.org>
This commit is contained in:
parent
3f795dcfc7
commit
892c505aac
4 changed files with 20 additions and 20 deletions
|
@ -58,7 +58,7 @@
|
|||
* }
|
||||
*
|
||||
* static struct trace_event ftrace_event_type_<call> = {
|
||||
* .trace = ftrace_raw_output_<call>, <-- stage 2
|
||||
* .trace = trace_raw_output_<call>, <-- stage 2
|
||||
* };
|
||||
*
|
||||
* static char print_fmt_<call>[] = <TP_printk>;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue