diff options
| author | Felix Fietkau <nbd@openwrt.org> | 2014-05-25 22:39:54 +0000 |
|---|---|---|
| committer | Felix Fietkau <nbd@openwrt.org> | 2014-05-25 22:39:54 +0000 |
| commit | 56702140b6ab8af28487f7b55dae611a8e15dcb1 (patch) | |
| tree | 6a17d33c40720f0c036c4e18ce0e748ce0020d21 | |
| parent | 2898951c9ce7cc7e24f56418faa7fa35651eb63e (diff) | |
| download | upstream-56702140b6ab8af28487f7b55dae611a8e15dcb1.tar.gz upstream-56702140b6ab8af28487f7b55dae611a8e15dcb1.tar.bz2 upstream-56702140b6ab8af28487f7b55dae611a8e15dcb1.zip | |
kernel: add a config option for enabling /proc/slabinfo
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
SVN-Revision: 40858
| -rw-r--r-- | config/Config-kernel.in | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/config/Config-kernel.in b/config/Config-kernel.in index 543b638f651..e64c4b77523 100644 --- a/config/Config-kernel.in +++ b/config/Config-kernel.in @@ -134,6 +134,17 @@ config KERNEL_PRINTK_TIME bool "Enable printk timestamps" default y +config KERNEL_SLUB_DEBUG + bool + +config KERNEL_SLUB_DEBUG_ON + bool + +config KERNEL_SLABINFO + select KERNEL_SLUB_DEBUG + select KERNEL_SLUB_DEBUG_ON + bool "Enable /proc slab debug info" + config KERNEL_PROC_PAGE_MONITOR bool "Enable /proc page monitoring" |
