commit | 645df987f7c1740bb1ba783ab907001720a20cf7 | [log] [tgz] |
---|---|---|
author | Steven Rostedt (Red Hat) <rostedt@goodmis.org> | Mon May 04 18:12:44 2015 -0400 |
committer | Steven Rostedt <rostedt@goodmis.org> | Wed May 13 14:05:13 2015 -0400 |
tree | d0ca0ac86bf11c3374fb4a1222e5076f78d92bd8 | |
parent | af658dca221207174fc0a7bcdcd4cff7c589fdd8 [diff] |
tracing: Rename ftrace_print_*() functions ta trace_print_*() The name "ftrace" really refers to the function hook infrastructure. It is not about the trace_events. The functions ftrace_print_*() are not part of the function infrastructure, and the names can be confusing. Rename them to be trace_print_*(). Signed-off-by: Steven Rostedt <rostedt@goodmis.org>