Home | History | Annotate | Download | only in tests

Lines Matching refs:vgopts

61 #   - vgopts: <Valgrind options>                    (default: none;
136 my $vgopts; # valgrind options
273 ($vgopts, $prog, $args) = ("", undef, "");
291 } elsif ($line =~ /^\s*vgopts:\s*(.*)$/) {
294 $vgopts = $vgopts . " " . $addvgopts; # Nb: Make sure there's a space!
440 printf("%-16s valgrind $extraopts $vgopts $prog $args (progB: $progB $argsB)\n",
455 printf("%-16s valgrind $extraopts $vgopts $prog $args\n", "$name:");
470 . "--tool=$tool $extraopts $vgopts "
477 . "--tool=$tool $extraopts $vgopts "