]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commitf62d0f454db9dcac918bd3d50b509050747942f3
tree26ed7136e9092e61ae693e117a540045ec5d54a0
parentf0b7c92e8725a3c7bcab78ed8a3c59c90d99dbbc
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