summaryrefslogtreecommitdiffstats
path: root/mm/Kconfig
diff options
context:
space:
mode:
Diffstat (limited to 'mm/Kconfig')
-rw-r--r--mm/Kconfig8
1 files changed, 8 insertions, 0 deletions
diff --git a/mm/Kconfig b/mm/Kconfig
index beb7a455915d..8fae42606d56 100644
--- a/mm/Kconfig
+++ b/mm/Kconfig
@@ -706,3 +706,11 @@ config ARCH_USES_HIGH_VMA_FLAGS
706 bool 706 bool
707config ARCH_HAS_PKEYS 707config ARCH_HAS_PKEYS
708 bool 708 bool
709
710config PERCPU_STATS
711 bool "Collect percpu memory statistics"
712 default n
713 help
714 This feature collects and exposes statistics via debugfs. The
715 information includes global and per chunk statistics, which can
716 be used to help understand percpu memory usage.