Home
last modified time | relevance | path

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

/linux-4.1.27/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.1.27/lib/
DKconfig.kasan19 and add slub_debug=U to boot cmdline.
DKconfig.debug465 equivalent to specifying the "slub_debug" parameter on boot.
467 possible with slub_debug=xxx. SLUB debugging may be switched
469 "slub_debug=-".
/linux-4.1.27/mm/
Dslub.c463 static int slub_debug = DEBUG_DEFAULT_FLAGS; variable
465 static int slub_debug; variable
1126 slub_debug = DEBUG_DEFAULT_FLAGS; in setup_slub_debug()
1140 slub_debug = 0; in setup_slub_debug()
1153 slub_debug |= SLAB_DEBUG_FREE; in setup_slub_debug()
1156 slub_debug |= SLAB_RED_ZONE; in setup_slub_debug()
1159 slub_debug |= SLAB_POISON; in setup_slub_debug()
1162 slub_debug |= SLAB_STORE_USER; in setup_slub_debug()
1165 slub_debug |= SLAB_TRACE; in setup_slub_debug()
1168 slub_debug |= SLAB_FAILSLAB; in setup_slub_debug()
[all …]
/linux-4.1.27/Documentation/
Dkasan.txt33 at least 'slub_debug=U' in the boot cmdline.
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.txt3389 slub_debug[=options[,slabs]] [MM, SLUB]
3390 Enabling slub_debug allows one to determine the
3392 slub_debug can create guard zones around objects and