commit | 2a85a37f168d2b4d74d493b578af4dc9032be92e | [log] [tgz] |
---|---|---|
author | Steven Rostedt <srostedt@redhat.com> | Mon Dec 19 21:57:44 2011 -0500 |
committer | Steven Rostedt <rostedt@goodmis.org> | Wed Dec 21 07:26:35 2011 -0500 |
tree | 26ed7136e9092e61ae693e117a540045ec5d54a0 | |
parent | d2d45c7a03a2b1a14159cbb665e9dd60991a7d4f [diff] |
ftrace: Allow access to the boot time function enabling Change set_ftrace_early_filter() to ftrace_set_early_filter() and make it a global function. This will allow other subsystems in the kernel to be able to enable function tracing at start up and reuse the ftrace function parsing code. Signed-off-by: Steven Rostedt <rostedt@goodmis.org>