Home
last modified time | relevance | path

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

/Linux-v4.19/Documentation/dev-tools/
Dcoccinelle.rst197 You can use SPFLAGS to add debugging flags, for instance you may want to
198 add both --profile --show-trying to SPFLAGS when debugging. For instance
203 …make coccicheck DEBUG_FILE="err.log" MODE=report SPFLAGS="--profile --show-trying" M=./drivers/mfd…
244 override any of the kernel's .coccicheck's settings using SPFLAGS.
257 You can override with your own preferred index option by using SPFLAGS. Take
261 carries its own .cocciconfig, you will need to use SPFLAGS to use idutils if
268 Additional flags can be passed to spatch through the SPFLAGS
272 make SPFLAGS=--use-glimpse coccicheck
284 make SPFLAGS=--use-idutils coccicheck
289 make SPFLAGS="--use-idutils /full-path/to/ID" coccicheck
/Linux-v4.19/scripts/
Dcoccicheck51 echo $SPFLAGS | egrep -e "--profile|--show-trying" 2>&1 > /dev/null
171 OPTIONS="$OPTIONS $SPFLAGS"