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

From: Guido Günther
Date: Fri Dec 18 2020 - 12:33:28 EST


This allows for way easier runtime inspection and debugging.

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

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
--
2.29.2