Lines Matching refs:debug
39 files will appear in /sys/kernel/debug/wimax:wmxX can tweak for
42 2.1. Obtaining debug information: debugfs entries
44 The WiMAX stack is compiled, by default, with debug messages that can
48 debug settings.
54 2.1.1. Increasing debug output
56 The files named *dl_* indicate knobs for controlling the debug output
59 # find /sys/kernel/debug/wimax\:wmx0 -name \*dl_\*
60 /sys/kernel/debug/wimax:wmx0/wimax_dl_stack
61 /sys/kernel/debug/wimax:wmx0/wimax_dl_op_rfkill
62 /sys/kernel/debug/wimax:wmx0/wimax_dl_op_reset
63 /sys/kernel/debug/wimax:wmx0/wimax_dl_op_msg
64 /sys/kernel/debug/wimax:wmx0/wimax_dl_id_table
65 /sys/kernel/debug/wimax:wmx0/wimax_dl_debugfs
66 /sys/kernel/debug/wimax:wmx0/.... # other driver specific files
69 /sys/kernel/debug, those paths will change.
71 By reading the file you can obtain the current value of said debug
74 To increase the debug level of, for example, the id-table submodule,
77 $ echo 3 > /sys/kernel/debug/wimax:wmx0/wimax_dl_id_table
79 Increasing numbers yield increasing debug information; for details of