ftrace: Allow access to the boot time function enabling
authorSteven Rostedt <srostedt@redhat.com>
Tue, 20 Dec 2011 02:57:44 +0000 (21:57 -0500)
committerSteven Rostedt <rostedt@goodmis.org>
Wed, 21 Dec 2011 12:26:35 +0000 (07:26 -0500)
commit2a85a37f168d2b4d74d493b578af4dc9032be92e
tree26ed7136e9092e61ae693e117a540045ec5d54a0
parentd2d45c7a03a2b1a14159cbb665e9dd60991a7d4f
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>
include/linux/ftrace.h
kernel/trace/ftrace.c