diff options
Diffstat (limited to 'mm/Kconfig')
-rw-r--r-- | mm/Kconfig | 8 |
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 |
707 | config ARCH_HAS_PKEYS | 707 | config ARCH_HAS_PKEYS |
708 | bool | 708 | bool |
709 | |||
710 | config 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. | ||