Searched refs:scriptname (Results 1 – 9 of 9) sorted by relevance
| /linux/tools/testing/selftests/rcutorture/bin/ |
| 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 | 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" 194 echo $scriptname $args | tee -a "$rundir/log"
|
| H A D | kvm.sh | 14 scriptname=$0 20 cd `dirname $scriptname`/../../../../../ 64 echo "Usage: $scriptname optional arguments:" 441 echo $scriptname $args 443 echo $scriptname $args >> $resdir/$ds/log
|
| H A D | kvm-series.sh | 21 scriptname=$0 68 echo " --- " $scriptname $args | tee -a $T/log
|
| H A D | torture.sh | 13 scriptname=$0 84 echo "Usage: $scriptname optional arguments:" 267 echo " --- " $scriptname $args | tee -a $T/log 707 echo " --- " $scriptname $args
|
| /linux/tools/docs/ |
| H A D | documentation-file-ref-check | 19 my $scriptname = $0; 20 $scriptname =~ s,tools/docs/([^/]+/),$1,; 39 print "$scriptname [--help] [--fix]\n"; 101 next if ($f eq $scriptname);
|
| /linux/lib/ |
| H A D | build_OID_registry | 41 my $scriptname = $0; 42 $scriptname =~ s#^\Q$abs_srctree/\E##; 43 print C_FILE " * Automatically generated by ", $scriptname, ". Do not edit\n";
|
| /linux/tools/memory-model/scripts/ |
| H A D | parseargs.sh | 35 scriptname=$0 38 echo "Usage $scriptname [ arguments ]"
|
| /linux/tools/perf/ui/browsers/ |
| H A D | scripts.c | 91 static int check_ev_match(int dir_fd, const char *scriptname, struct perf_session *session) in check_ev_match() argument 100 scnprintf(filename, sizeof(filename), "bin/%s-record", scriptname); in check_ev_match()
|