From: Steven Rostedt Date: Sat, 7 Jan 2012 22:26:49 +0000 (-0500) Subject: tracing: Fix compile error when static ftrace is enabled X-Git-Tag: v3.3-rc1~51^2~11^2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=96de37b62ca525cd77d2e85aea1472846ee31c4d;p=pandora-kernel.git tracing: Fix compile error when static ftrace is enabled The stack tracer uses the call ftrace_set_early_filter() function to allow the stack tracer to pick its own functions on boot. But this function is not defined if dynamic ftrace is not set. This causes a compiler error when stack tracer is enabled and dynamic ftrace is not. Reported-by: Ingo Molnar Signed-off-by: Steven Rostedt --- Reading git-diff-tree failed