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