Home
last modified time | relevance | path

Searched refs:DEBUG_FILE (Results 1 – 4 of 4) sorted by relevance

/openbmc/linux/scripts/
H A Dcoccicheck145 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 exists, bailing"
272 DEBUG_FILE="/dev/null"
/openbmc/u-boot/scripts/
H A Dcoccicheck126 if [ "$DEBUG_FILE" != "/dev/null" -a "$DEBUG_FILE" != "" ]; then
127 if [ -f $DEBUG_FILE ]; then
128 echo "Debug file $DEBUG_FILE exists, bailing"
132 DEBUG_FILE="/dev/null"
134 $@ 2>$DEBUG_FILE
/openbmc/linux/Documentation/dev-tools/
H A Dcoccinelle.rst214 can specify the ``DEBUG_FILE="file.txt"`` option to coccicheck. For
218 make coccicheck COCCI=scripts/coccinelle/free/kfree.cocci MODE=report DEBUG_FILE=cocci.err
227 … make coccicheck DEBUG_FILE="err.log" MODE=report SPFLAGS="--profile --show-trying" M=./drivers/mfd
235 DEBUG_FILE support is only supported when using coccinelle >= 1.0.2.
237 Currently, DEBUG_FILE support is only available to check folders, and
239 to be called twice leading to DEBUG_FILE being set both times to the same value,
/openbmc/u-boot/doc/
H A DREADME.coccinelle193 can specify the ``DEBUG_FILE="file.txt"`` option to coccicheck. For
197 make coccicheck COCCI=scripts/coccinelle/free/kfree.cocci MODE=report DEBUG_FILE=cocci.err
206 …make coccicheck DEBUG_FILE="err.log" MODE=report SPFLAGS="--profile --show-trying" M=./drivers/mfd…
212 DEBUG_FILE support is only supported when using coccinelle >= 1.2.