
hulk inclusion category: feature bugzilla: https://gitee.com/openeuler/kernel/issues/ICAOAT -------------------------------- Add CGROUP_IFS_DEFAULT_ENABLED config which will enable cgroup-based interference statistics by default. Signed-off-by: Pu Lehui <pulehui@huawei.com> --- init/Kconfig | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/init/Kconfig b/init/Kconfig index 4ff11eff5906..e560adcd08c1 100644 --- a/init/Kconfig +++ b/init/Kconfig @@ -1353,6 +1353,17 @@ config CGROUP_IFS Say N if unsure. +config CGROUP_IFS_DEFAULT_ENABLED + bool "Enable Cgroup-based Interference Statistics by default" + default y + depends on CGROUP_IFS + help + This option will enable cgroup-based interference statistics + by default. If this option is N, you need to enable cgroup-based + interference statistics by configuring the cgroup_ifs startup param. + + Say Y if unsure. + endif # CGROUPS menuconfig NAMESPACES -- 2.34.1