summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorPekka Enberg <penberg@cs.helsinki.fi>2009-09-16 20:27:48 +0300
committerPekka Enberg <penberg@cs.helsinki.fi>2009-09-16 20:27:48 +0300
commitf4d7562891d5f767f4a0fcf10b0f12eb96dbdfd8 (patch)
tree69fbbd4d88370efab00976502743ecbb9ba67d32 /lib
parentab86e5765d41a5eb4239a1c04d613db87bea5ed8 (diff)
parent8cb28191c927930a67363ba994763a768c518f1d (diff)
Merge branch 'slqb/core' into for-next
Diffstat (limited to 'lib')
-rw-r--r--lib/Kconfig.debug20
1 files changed, 20 insertions, 0 deletions
diff --git a/lib/Kconfig.debug b/lib/Kconfig.debug
index d57b12f59c8c..e3c64a66b0a1 100644
--- a/lib/Kconfig.debug
+++ b/lib/Kconfig.debug
@@ -336,6 +336,26 @@ config SLUB_STATS
out which slabs are relevant to a particular load.
Try running: slabinfo -DA
+config SLQB_DEBUG
+ default y
+ bool "Enable SLQB debugging support"
+ depends on SLQB
+
+config SLQB_DEBUG_ON
+ default n
+ bool "SLQB debugging on by default"
+ depends on SLQB_DEBUG
+
+config SLQB_SYSFS
+ bool "Create SYSFS entries for slab caches"
+ default n
+ depends on SLQB
+
+config SLQB_STATS
+ bool "Enable SLQB performance statistics"
+ default n
+ depends on SLQB_SYSFS
+
config DEBUG_KMEMLEAK
bool "Kernel memory leak detector"
depends on DEBUG_KERNEL && EXPERIMENTAL && (X86 || ARM || PPC) && \