From b8821ed5de6f9ac63472a163e92ab9030c5f57eb Mon Sep 17 00:00:00 2001 From: Wentao Guan Date: Fri, 30 May 2025 15:17:20 +0800 Subject: [PATCH] deepin: deepin_loongarch_desktop_defconfig: disable irqsoff_tracer deepin inclusion category: performance Disable the debug config shows that +20% improvement in old version UnixBench syscall test from 4914 to 5898(3A6000). And improve the whole score by 8%. Signed-off-by: Wentao Guan --- arch/loongarch/configs/deepin_loongarch_desktop_defconfig | 1 - 1 file changed, 1 deletion(-) diff --git a/arch/loongarch/configs/deepin_loongarch_desktop_defconfig b/arch/loongarch/configs/deepin_loongarch_desktop_defconfig index 6923305e4290a..7256e1e1974c9 100644 --- a/arch/loongarch/configs/deepin_loongarch_desktop_defconfig +++ b/arch/loongarch/configs/deepin_loongarch_desktop_defconfig @@ -5996,7 +5996,6 @@ CONFIG_FUNCTION_GRAPH_RETVAL=y CONFIG_FPROBE=y CONFIG_FUNCTION_PROFILER=y CONFIG_STACK_TRACER=y -CONFIG_IRQSOFF_TRACER=y CONFIG_SCHED_TRACER=y CONFIG_HWLAT_TRACER=y CONFIG_TIMERLAT_TRACER=y