aboutsummaryrefslogtreecommitdiffstats
path: root/lib/Kconfig.debug
diff options
context:
space:
mode:
Diffstat (limited to 'lib/Kconfig.debug')
-rw-r--r--lib/Kconfig.debug8
1 files changed, 8 insertions, 0 deletions
diff --git a/lib/Kconfig.debug b/lib/Kconfig.debug
index 3e132b0a59cc..d2099f41aa1e 100644
--- a/lib/Kconfig.debug
+++ b/lib/Kconfig.debug
@@ -217,6 +217,14 @@ config DEBUG_OBJECTS_FREE
217 properly. This can make kmalloc/kfree-intensive workloads 217 properly. This can make kmalloc/kfree-intensive workloads
218 much slower. 218 much slower.
219 219
220config DEBUG_OBJECTS_TIMERS
221 bool "Debug timer objects"
222 depends on DEBUG_OBJECTS
223 help
224 If you say Y here, additional code will be inserted into the
225 timer routines to track the life time of timer objects and
226 validate the timer operations.
227
220config DEBUG_SLAB 228config DEBUG_SLAB
221 bool "Debug slab memory allocations" 229 bool "Debug slab memory allocations"
222 depends on DEBUG_KERNEL && SLAB 230 depends on DEBUG_KERNEL && SLAB