Lines Matching full:levels
17 * The decission power is at two levels: at compile-time (what does
23 * if the action should be taken because the current debug levels
30 * DEBUG LEVELS
35 * will always be taken). The increasing debug levels are used for
48 * - a debug-levels.h header file that declares the list of
52 * - some (optional) .c code to manipulate the runtime debug levels
55 * The debug-levels.h file would look like:
98 * To manipulate from user space the levels, create a debugfs dentry
113 * #define D_SUBMODULE submodule_x // matches one in debug-levels.h
114 * #include "debug-levels.h"
205 * List of available submodules and their debug levels
230 #error D_MODULENAME is not defined in your debug-levels.h file
234 * #define in your module's debug-levels.h, making sure it is
246 * #define in your debug-levels.h file to the maximum debug level the
254 * Maximum one definition per module (at the debug-levels.h file).
264 * #define in your submodule .c file before #including debug-levels.h
267 * debug-levels.h) and D_SUBMODULE_DEFINE().
269 * This is used to provide runtime-control over the debug levels.
284 * Declare in the module's debug-levels.h header file as:
315 * debug-levels.h header file.