From: Steven Rostedt Date: Thu, 19 Feb 2009 03:06:18 +0000 (-0500) Subject: tracing: have function trace select kallsyms X-Git-Tag: v2.6.29-rc6~37^2^2~1 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=4d7a077c0c7bfdba04cf0aa0b79053cf4ebaacf8;p=pandora-kernel.git tracing: have function trace select kallsyms Impact: fix output of function tracer to be useful The function tracer is pretty useless if KALLSYMS is not configured. Unless you are good at reading hex values, the function tracer should select the KALLSYMS configuration. Also, the dynamic function tracer will fail its self test if KALLSYMS is not selected. Signed-off-by: Steven Rostedt --- Reading git-diff-tree failed