From 539df7fcb303f2cbe8021a27839928485937cd6b Mon Sep 17 00:00:00 2001 From: Balbir Singh Date: Thu, 13 Apr 2017 17:03:09 +1000 Subject: powerpc/configs: Enable function trace by default Most (all?) distros turn these on, so it makes sense to enable them for testing coverage, and they're also useful for developers. Signed-off-by: Balbir Singh Acked-by: Naveen N. Rao [mpe: Reword change log] Signed-off-by: Michael Ellerman --- arch/powerpc/configs/powernv_defconfig | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'arch/powerpc/configs/powernv_defconfig') diff --git a/arch/powerpc/configs/powernv_defconfig b/arch/powerpc/configs/powernv_defconfig index f89d9b1799b6..caee834760d2 100644 --- a/arch/powerpc/configs/powernv_defconfig +++ b/arch/powerpc/configs/powernv_defconfig @@ -289,7 +289,11 @@ CONFIG_DEBUG_STACKOVERFLOW=y CONFIG_SOFTLOCKUP_DETECTOR=y CONFIG_HARDLOCKUP_DETECTOR=y CONFIG_LATENCYTOP=y +CONFIG_FTRACE=y +CONFIG_FUNCTION_TRACER=y +CONFIG_FUNCTION_GRAPH_TRACER=y CONFIG_SCHED_TRACER=y +CONFIG_FTRACE_SYSCALLS=y CONFIG_BLK_DEV_IO_TRACE=y CONFIG_CODE_PATCHING_SELFTEST=y CONFIG_FTR_FIXUP_SELFTEST=y -- cgit