Home
last modified time | relevance | path

Searched refs:slub_debug (Results 1 – 5 of 5) sorted by relevance

/linux-4.4.14/Documentation/vm/
Dslub.txt11 In order to switch debugging on one can add a option "slub_debug"
27 Some more sophisticated uses of slub_debug:
30 Parameters may be given to slub_debug. If none is specified then full
33 slub_debug=<Debug-Options> Enable options for all slabs
34 slub_debug=<Debug-Options>,<slab name>
52 slub_debug=FZ
56 slub_debug=,dentry
63 slub_debug=F,dentry
71 slub_debug=O
98 SLUB can validate all object if the kernel was booted with slub_debug. In
[all …]
/linux-4.4.14/mm/
Dslub.c463 static int slub_debug = DEBUG_DEFAULT_FLAGS; variable
465 static int slub_debug = SLAB_STORE_USER; variable
467 static int slub_debug; variable
1146 slub_debug = DEBUG_DEFAULT_FLAGS; in setup_slub_debug()
1160 slub_debug = 0; in setup_slub_debug()
1173 slub_debug |= SLAB_DEBUG_FREE; in setup_slub_debug()
1176 slub_debug |= SLAB_RED_ZONE; in setup_slub_debug()
1179 slub_debug |= SLAB_POISON; in setup_slub_debug()
1182 slub_debug |= SLAB_STORE_USER; in setup_slub_debug()
1185 slub_debug |= SLAB_TRACE; in setup_slub_debug()
[all …]
/linux-4.4.14/Documentation/
Dkmemcheck.txt205 (even though it shouldn't by default), use SLUB's boot option "slub_debug",
206 like this: slub_debug=-
210 slub_debug=,dentry", then SLUB debugging will be used only for the "dentry"
Dkernel-parameters.txt3509 slub_debug[=options[,slabs]] [MM, SLUB]
3510 Enabling slub_debug allows one to determine the
3512 slub_debug can create guard zones around objects and
/linux-4.4.14/lib/
DKconfig.debug475 equivalent to specifying the "slub_debug" parameter on boot.
477 possible with slub_debug=xxx. SLUB debugging may be switched
479 "slub_debug=-".