Home
last modified time | relevance | path

Searched refs:DEBUG_FILE (Results 1 - 2 of 2) sorted by relevance

/kernel/linux/linux-5.10/scripts/
H A Dcoccicheck43 # $ make coccicheck MODE=report DEBUG_FILE="all.err" SPFLAGS="--profile --show-trying" M=./drivers/mfd/arizona-irq.c
47 # be sent to stdout, if you provide a DEBUG_FILE the profiling data can be
134 if [ "$DEBUG_FILE" != "/dev/null" -a "$DEBUG_FILE" != "" ]; then
135 echo $@>>$DEBUG_FILE
136 $@ 2>>$DEBUG_FILE
258 if [ "$DEBUG_FILE" != "/dev/null" -a "$DEBUG_FILE" != "" ]; then
259 if [ -f $DEBUG_FILE ]; then
260 echo "Debug file $DEBUG_FILE exist
[all...]
/kernel/linux/linux-6.6/scripts/
H A Dcoccicheck42 # $ make coccicheck MODE=report DEBUG_FILE="all.err" SPFLAGS="--profile --show-trying" M=./drivers/mfd/arizona-irq.c
46 # be sent to stdout, if you provide a DEBUG_FILE the profiling data can be
145 if [ "$DEBUG_FILE" != "/dev/null" -a "$DEBUG_FILE" != "" ]; then
146 echo $@>>$DEBUG_FILE
147 $@ 2>>$DEBUG_FILE
266 if [ "$DEBUG_FILE" != "/dev/null" -a "$DEBUG_FILE" != "" ]; then
267 if [ -f $DEBUG_FILE ]; then
268 echo "Debug file $DEBUG_FILE exist
[all...]

Completed in 2 milliseconds