diff mbox series

[v1,1/3] arm64: defconfig: Enable function tracer

Message ID 4df27aca6a15c5de17640562baf9a2bff2d99def.1608312654.git.agx@sigxcpu.org (mailing list archive)
State New, archived
Headers show
Series arm64: defconfig: Enable some (hopefully) useful options | expand

Commit Message

Guido Günther Dec. 18, 2020, 5:32 p.m. UTC
This allows for way easier runtime inspection and debugging.

Signed-off-by: Guido Günther <agx@sigxcpu.org>
---
 arch/arm64/configs/defconfig | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
diff mbox series

Patch

diff --git a/arch/arm64/configs/defconfig b/arch/arm64/configs/defconfig
index e7aef72206e3..e42ba0c8f302 100644
--- a/arch/arm64/configs/defconfig
+++ b/arch/arm64/configs/defconfig
@@ -1135,5 +1135,5 @@  CONFIG_DEBUG_FS=y
 CONFIG_DEBUG_KERNEL=y
 # CONFIG_SCHED_DEBUG is not set
 # CONFIG_DEBUG_PREEMPT is not set
-# CONFIG_FTRACE is not set
+CONFIG_FUNCTION_TRACER=y
 CONFIG_MEMTEST=y