Home
last modified time | relevance | path

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

/linux/scripts/
H A Dcoccicheck34 # You can use SPFLAGS to append extra arguments to coccicheck or override any
38 # A good example for use of SPFLAGS is if you want to debug your cocci script,
42 # $ make coccicheck MODE=report DEBUG_FILE="all.err" SPFLAGS="--profile --show-trying" M=./drivers/mfd/arizona-irq.c
50 echo $SPFLAGS | grep -E -e "--profile|--show-trying" 2>&1 > /dev/null
101 # You can override by using SPFLAGS
188 # You can override heuristics with SPFLAGS, these must always go last
189 OPTIONS="$OPTIONS $SPFLAGS"
/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
267 override any of the kernel's .coccicheck's settings using SPFLAGS.
280 You can override with your own preferred index option by using SPFLAGS. Take
284 carries its own .cocciconfig, you will need to use SPFLAGS to use idutils if
291 Additional flags can be passed to spatch through the SPFLAGS
295 make SPFLAGS=--use-glimpse coccicheck
307 make SPFLAGS=--use-idutils coccicheck
312 make SPFLAGS="--use-idutils /full-path/to/ID" coccicheck
/linux/scripts/coccinelle/api/
H A Dstream_open.cocci11 virtual explain // explain decisions in the patch (SPFLAGS="-D explain")