Home
last modified time | relevance | path

Searched refs:SPFLAGS (Results 1 – 5 of 5) sorted by relevance

/openbmc/u-boot/scripts/
H A Dcoccicheck57 echo $SPFLAGS | egrep -e "--profile|--show-trying" 2>&1 > /dev/null
174 OPTIONS="$OPTIONS $SPFLAGS"
/openbmc/linux/scripts/
H A Dcoccicheck50 echo $SPFLAGS | grep -E -e "--profile|--show-trying" 2>&1 > /dev/null
193 OPTIONS="$OPTIONS $SPFLAGS"
/openbmc/u-boot/doc/
H A DREADME.coccinelle200 You can use SPFLAGS to add debugging flags, for instance you may want to
201 add both --profile --show-trying to SPFLAGS when debugging. For instance
206 …make coccicheck DEBUG_FILE="err.log" MODE=report SPFLAGS="--profile --show-trying" M=./drivers/mfd…
247 override any of the kernel's .coccicheck's settings using SPFLAGS.
260 You can override with your own preferred index option by using SPFLAGS. Take
264 carries its own .cocciconfig, you will need to use SPFLAGS to use idutils if
271 Additional flags can be passed to spatch through the SPFLAGS
275 make SPFLAGS=--use-glimpse coccicheck
287 make SPFLAGS=--use-idutils coccicheck
292 make SPFLAGS="--use-idutils /full-path/to/ID" coccicheck
/openbmc/linux/Documentation/dev-tools/
H A Dcoccinelle.rst221 You can use SPFLAGS to add debugging flags; for instance you may want to
222 add both ``--profile --show-trying`` to SPFLAGS when debugging. For example
227 … make coccicheck DEBUG_FILE="err.log" MODE=report SPFLAGS="--profile --show-trying" M=./drivers/mfd
275 override any of the kernel's .coccicheck's settings using SPFLAGS.
288 You can override with your own preferred index option by using SPFLAGS. Take
292 carries its own .cocciconfig, you will need to use SPFLAGS to use idutils if
299 Additional flags can be passed to spatch through the SPFLAGS
303 make SPFLAGS=--use-glimpse coccicheck
315 make SPFLAGS=--use-idutils coccicheck
320 make SPFLAGS="--use-idutils /full-path/to/ID" coccicheck
/openbmc/linux/scripts/coccinelle/api/
H A Dstream_open.cocci11 virtual explain // explain decisions in the patch (SPFLAGS="-D explain")