Home | History | Annotate | Download | only in tests

Lines Matching refs:vgopts

66 #   - vgopts: <Valgrind options>                    (default: none;
149 my $vgopts; # valgrind options
292 ($vgopts, $prog, $args) = ("", undef, "");
310 } elsif ($line =~ /^\s*vgopts:\s*(.*)$/) {
313 $vgopts = $vgopts . " " . $addvgopts; # Nb: Make sure there's a space!
474 printf("%-16s valgrind $extraopts $vgopts $prog $args (progB: $progB $argsB)\n",
491 printf("%-16s valgrind $extraopts $vgopts $prog $args\n", "$name:");
512 . "--tool=$tool $extraopts $vgopts "
519 . "--tool=$tool $extraopts $vgopts "