Searched refs:slub_debug (Results 1 – 5 of 5) 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 …]
463 static int slub_debug = DEBUG_DEFAULT_FLAGS; variable465 static int slub_debug = SLAB_STORE_USER; variable467 static int slub_debug; variable1146 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 …]
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"
3509 slub_debug[=options[,slabs]] [MM, SLUB]3510 Enabling slub_debug allows one to determine the3512 slub_debug can create guard zones around objects and
475 equivalent to specifying the "slub_debug" parameter on boot.477 possible with slub_debug=xxx. SLUB debugging may be switched479 "slub_debug=-".