Searched refs:slub_debug (Results 1 – 7 of 7) sorted by relevance
11 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 full33 slub_debug=<Debug-Options> Enable options for all slabs34 slub_debug=<Debug-Options>,<slab name>52 slub_debug=FZ56 slub_debug=,dentry63 slub_debug=F,dentry71 slub_debug=O98 SLUB can validate all object if the kernel was booted with slub_debug. In[all …]
19 and add slub_debug=U to boot cmdline.
465 equivalent to specifying the "slub_debug" parameter on boot.467 possible with slub_debug=xxx. SLUB debugging may be switched469 "slub_debug=-".
463 static int slub_debug = DEBUG_DEFAULT_FLAGS; variable465 static int slub_debug; variable1126 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 …]
33 at least 'slub_debug=U' in the boot cmdline.
205 (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"
3389 slub_debug[=options[,slabs]] [MM, SLUB]3390 Enabling slub_debug allows one to determine the3392 slub_debug can create guard zones around objects and