Searched refs:scriptname (Results 1 - 10 of 10) sorted by relevance
/kernel/linux/linux-6.6/tools/testing/selftests/rcutorture/bin/ |
H A D | kvm-again.sh | 12 scriptname=$0 20 echo $scriptname must be run from top-level directory of kernel source tree. 28 echo "Usage: $scriptname /path/to/old/run [ options ]" 66 echo "Usage: $scriptname $oldrun [ arguments ]:" 74 echo "Command line: $scriptname $args" 184 echo $scriptname $args | tee -a "$rundir/log"
|
H A D | kvm-remote.sh | 13 scriptname=$0 18 echo $scriptname must be run from top-level directory of kernel source tree. 31 echo $scriptname: Empty list of systems will go nowhere good, giving up. 54 echo $scriptname $args 72 echo $scriptname: kvm.sh failed exit code $? 78 echo $scriptname $args >> "$oldrun/remote-log" 88 echo $scriptname: kvm-again.sh failed exit code $? | tee -a "$oldrun/remote-log" 101 echo $scriptname $args >> "$oldrun/remote-log" 106 echo $scriptname: kvm-again.sh failed exit code $? | tee -a "$oldrun/remote-log"
|
H A D | srcu_lockdep.sh | 11 echo "Usage: $scriptname optional arguments:" 17 scriptname="$0"
|
H A D | kvm.sh | 14 scriptname=$0 20 cd `dirname $scriptname`/../../../../../ 62 echo "Usage: $scriptname optional arguments:" 424 echo $scriptname $args 426 echo $scriptname $args >> $resdir/$ds/log
|
H A D | torture.sh | 13 scriptname=$0 72 echo "Usage: $scriptname optional arguments:" 226 echo " --- " $scriptname $args | tee -a $T/log 581 echo " --- " $scriptname $args
|
/kernel/linux/linux-5.10/tools/testing/selftests/rcutorture/bin/ |
H A D | kvm.sh | 14 scriptname=$0 21 cd `dirname $scriptname`/../../../../../ 51 echo "Usage: $scriptname optional arguments:" 370 echo $scriptname $args 372 echo $scriptname $args >> $resdir/$ds/log
|
/kernel/linux/linux-5.10/tools/memory-model/scripts/ |
H A D | parseargs.sh | 34 scriptname=$0 37 echo "Usage $scriptname [ arguments ]"
|
/kernel/linux/linux-6.6/tools/memory-model/scripts/ |
H A D | parseargs.sh | 35 scriptname=$0 38 echo "Usage $scriptname [ arguments ]"
|
/kernel/linux/linux-5.10/tools/perf/ |
H A D | builtin-script.c | 3041 static int check_ev_match(char *dir_name, char *scriptname, in check_ev_match() argument 3050 scnprintf(filename, MAXPATHLEN, "%s/bin/%s-record", dir_name, scriptname); in check_ev_match()
|
/kernel/linux/linux-6.6/tools/perf/ |
H A D | builtin-script.c | 3416 static int check_ev_match(char *dir_name, char *scriptname, in check_ev_match() argument 3425 scnprintf(filename, MAXPATHLEN, "%s/bin/%s-record", dir_name, scriptname); in check_ev_match()
|
Completed in 15 milliseconds