Re: Does function_graph support x86_32?

From: Li Zefan
Date: Wed Mar 17 2010 - 20:55:41 EST


Ryan Wang wrote:
> Does function_graph support x86_32?
>

Yes, but you need to disable CONFIG_CC_OPTIMIZE_FOR_SIZE

config FUNCTION_GRAPH_TRACER
bool "Kernel Function Graph Tracer"
depends on HAVE_FUNCTION_GRAPH_TRACER
depends on FUNCTION_TRACER
depends on !X86_32 || !CC_OPTIMIZE_FOR_SIZE

--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/