From: Steven Rostedt Date: Fri, 11 Jul 2008 00:58:16 +0000 (-0400) Subject: ftrace: separate out the function enabled variable X-Git-Tag: v2.6.27-rc1~1102^2^2^2~1 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=60bc080090e3bf6afa29c62cb25f913706551010;p=pandora-kernel.git ftrace: separate out the function enabled variable Currently the function tracer uses the global tracer_enabled variable that is used to keep track if the tracer is enabled or not. The function tracing startup needs to be separated out, otherwise the internal happenings of the tracer startup is also recorded. This patch creates a ftrace_function_enabled variable to all the starting of the function traces to happen after everything has been started. Signed-off-by: Steven Rostedt Cc: Steven Rostedt Cc: Peter Zijlstra Cc: Andrew Morton Signed-off-by: Ingo Molnar --- Reading git-diff-tree failed