From 0e8a240960320a42bb1a4f167d063ad67e2ba067 Mon Sep 17 00:00:00 2001 From: zhangtianyang Date: Mon, 8 Sep 2025 09:52:02 +0800 Subject: [PATCH] anolis: Loongarch:Enable CONFIG_PSI_DEFAULT_DISABLED=y ANBZ: #35711 Enable CONFIG_PSI_DEFAULT_DISABLED in loongson3_defconfig to prevent PSI from working by default. This improves system performance by avoiding the overhead of PSI periodic sampling. Users who need PSI monitoring can enable it explicitly when required. Signed-off-by: zhangtianyang Signed-off-by: Juxin Gao --- anolis/configs/L2-OPTIONAL/default/CONFIG_PSI_DEFAULT_DISABLED | 1 + .../loongarch}/CONFIG_PSI_DEFAULT_DISABLED | 0 2 files changed, 1 insertion(+) create mode 100644 anolis/configs/L2-OPTIONAL/default/CONFIG_PSI_DEFAULT_DISABLED rename anolis/configs/{L1-RECOMMEND/default => L2-OPTIONAL/loongarch}/CONFIG_PSI_DEFAULT_DISABLED (100%) diff --git a/anolis/configs/L2-OPTIONAL/default/CONFIG_PSI_DEFAULT_DISABLED b/anolis/configs/L2-OPTIONAL/default/CONFIG_PSI_DEFAULT_DISABLED new file mode 100644 index 000000000000..d45ac483153f --- /dev/null +++ b/anolis/configs/L2-OPTIONAL/default/CONFIG_PSI_DEFAULT_DISABLED @@ -0,0 +1 @@ +# CONFIG_PSI_DEFAULT_DISABLED is not set diff --git a/anolis/configs/L1-RECOMMEND/default/CONFIG_PSI_DEFAULT_DISABLED b/anolis/configs/L2-OPTIONAL/loongarch/CONFIG_PSI_DEFAULT_DISABLED similarity index 100% rename from anolis/configs/L1-RECOMMEND/default/CONFIG_PSI_DEFAULT_DISABLED rename to anolis/configs/L2-OPTIONAL/loongarch/CONFIG_PSI_DEFAULT_DISABLED -- Gitee