Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/scripts/
H A Dcoccicheck35 # You can use SPFLAGS to append extra arguments to coccicheck or override any
39 # A good example for use of SPFLAGS is if you want to debug your cocci script,
43 # $ make coccicheck MODE=report DEBUG_FILE="all.err" SPFLAGS="--profile --show-trying" M=./drivers/mfd/arizona-irq.c
51 echo $SPFLAGS | egrep -e "--profile|--show-trying" 2>&1 > /dev/null
94 # You can override by using SPFLAGS
181 # You can override heuristics with SPFLAGS, these must always go last
182 OPTIONS="$OPTIONS $SPFLAGS"
/kernel/linux/linux-6.6/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
105 # You can override by using SPFLAGS
192 # You can override heuristics with SPFLAGS, these must always go last
193 OPTIONS="$OPTIONS $SPFLAGS"

Completed in 1 milliseconds