From: Rabin Vincent Date: Sat, 6 Nov 2010 17:33:53 +0000 (+0530) Subject: ARM: ftrace: enable function graph tracer X-Git-Tag: v2.6.38-rc1~471^2^2~9^2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=0e341af835fdf553820a1fa98341b93ab32ce466;p=pandora-kernel.git ARM: ftrace: enable function graph tracer Add the options to enable the function graph tracer on ARM. Function graph tracer support requires frame pointers, so exclude Thumb-2 and also make sure FRAME_POINTER gets enabled when FUNCTION_GRAPH_TRACER is used, since FUNCTION_TRACER doesn't "select FRAME_POINTER" when ARM_UNWIND is used. Therefore, with GCC 4.4.0+, you get plain function tracing without frame pointers, but you'll need them if you want function graph tracing. Acked-by: Catalin Marinas Signed-off-by: Rabin Vincent --- Reading git-diff-tree failed