mirror of https://github.com/hak5/openwrt.git
kernel: add a config option for enabling /proc/slabinfo
Signed-off-by: Felix Fietkau <nbd@openwrt.org> SVN-Revision: 40858lede-17.01
parent
2898951c9c
commit
56702140b6
|
@ -134,6 +134,17 @@ config KERNEL_PRINTK_TIME
|
||||||
bool "Enable printk timestamps"
|
bool "Enable printk timestamps"
|
||||||
default y
|
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
|
config KERNEL_PROC_PAGE_MONITOR
|
||||||
bool "Enable /proc page monitoring"
|
bool "Enable /proc page monitoring"
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue