Home | History | Annotate | Download | only in tests

Lines Matching refs:vgopts

68 #   - vgopts: <Valgrind options>                    (default: none;
151 my $vgopts; # valgrind options
304 ($vgopts, $prog, $args) = ("", undef, "");
322 } elsif ($line =~ /^\s*vgopts:\s*(.*)$/) {
325 $vgopts = $vgopts . " " . $addvgopts; # Nb: Make sure there's a space!
486 printf("%-16s valgrind $extraopts $vgopts $prog $args (progB: $progB $argsB)\n",
503 printf("%-16s valgrind $extraopts $vgopts $prog $args\n", "$name:");
524 . "--tool=$tool $extraopts $vgopts "
531 . "--tool=$tool $extraopts $vgopts "