Home
last modified time | relevance | path

Searched refs:dryrun (Results 1 – 5 of 5) sorted by relevance

/tools/testing/selftests/rcutorture/bin/
A Dkvm-again.sh54 dryrun=
103 --dryrun)
104 dryrun=1
215 if test -n "$dryrun"
A Dkvm.sh26 dryrun=""
156 --dryrun)
157 checkarg --dryrun "batches|sched|script" $# "$2" 'batches\|scenarios\|sched\|script' '^--'
158 dryrun=$2
278 if test -n "$dryrun" || test -z "$TORTURE_INITRD" || tools/testing/selftests/rcutorture/bin/mkinitr…
624 if test "$dryrun" = script
628 elif test "$dryrun" = sched
640 elif test "$dryrun" = batches
644 elif test "$dryrun" = scenarios
A Dkvm-remote.sh84 kvm-again.sh $oldrun --dryrun --remote --rundir "$rundir" > $T/kvm-again.sh.out 2>&1
102 kvm-again.sh "$oldrun" "$@" --dryrun --remote --rundir "$rundir" > $T/kvm-again.sh.out 2>&1
/tools/objtool/
A Dbuiltin-check.c94 OPT_BOOLEAN(0, "dry-run", &opts.dryrun, "don't write modifications"),
251 if (opts.output || opts.dryrun) in print_args()
308 if (!opts.dryrun && opts.output) { in objtool_run()
330 if (!opts.dryrun && file->elf->changed && elf_write(file->elf)) in objtool_run()
/tools/objtool/include/objtool/
A Dbuiltin.h32 bool dryrun; member

Completed in 7 milliseconds