From 8fe0fccdaa938987a00fdfa0926dab98a92a0a5d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=BF=98=E6=80=80?= Date: Mon, 23 Dec 2024 15:38:14 +0800 Subject: [PATCH] deepin: arm64: config: Enable Enable ftrace syscall It has already enabled in x86 and loongarch config, it well used in some applications. I don`t know why miss it, but we can directly enable it now. Signed-off-by: Wentao Guan --- arch/arm64/configs/deepin_arm64_desktop_defconfig | 1 + 1 file changed, 1 insertion(+) diff --git a/arch/arm64/configs/deepin_arm64_desktop_defconfig b/arch/arm64/configs/deepin_arm64_desktop_defconfig index 48fc5cb89521..9382e55413e1 100644 --- a/arch/arm64/configs/deepin_arm64_desktop_defconfig +++ b/arch/arm64/configs/deepin_arm64_desktop_defconfig @@ -4240,5 +4240,6 @@ CONFIG_MAGIC_SYSRQ=y CONFIG_SCHEDSTATS=y CONFIG_RCU_CPU_STALL_TIMEOUT=60 # CONFIG_RCU_TRACE is not set +CONFIG_FTRACE_SYSCALLS=y # CONFIG_STRICT_DEVMEM is not set # CONFIG_RUNTIME_TESTING_MENU is not set