From 6e4f11cc3eb522be86ec507fe267ec8be6fadbc4 Mon Sep 17 00:00:00 2001 From: Gratian Crisan Date: Thu, 14 Aug 2025 15:59:38 -0500 Subject: [PATCH] nati_x86_64_defconfig: Enable CONFIG_SCHED_DEBUG Enable CONFIG_SCHED_DEBUG in order to gain access to the scheduler's debugfs interface. This allows us to configure scheduler parameters for optimum real-time performance. Per config option's help: "The runtime overhead of this option is minimal" Signed-off-by: Gratian Crisan --- arch/x86/configs/nati_x86_64_defconfig | 1 - 1 file changed, 1 deletion(-) diff --git a/arch/x86/configs/nati_x86_64_defconfig b/arch/x86/configs/nati_x86_64_defconfig index 0b230ab6249f4..3a885fa83e1b2 100644 --- a/arch/x86/configs/nati_x86_64_defconfig +++ b/arch/x86/configs/nati_x86_64_defconfig @@ -612,7 +612,6 @@ CONFIG_DEBUG_FS=y # CONFIG_SLUB_DEBUG is not set CONFIG_PANIC_ON_OOPS=y CONFIG_PANIC_TIMEOUT=30 -# CONFIG_SCHED_DEBUG is not set CONFIG_RCU_CPU_STALL_TIMEOUT=60 # CONFIG_RCU_TRACE is not set CONFIG_FUNCTION_TRACER=y