HomeSort by relevance Sort by last modified time
    Searched refs:vgopts (Results 1 - 4 of 4) sorted by null

  /external/valgrind/main/perf/
vg_perf 40 # - vgopts: <Valgrind options> (default: none)
71 my $vgopts; # valgrind options
166 ($vgopts, $prog, $args, $prereq, $cleanup)
174 } elsif ($line =~ /^\s*vgopts:\s*(.*)$/) {
175 $vgopts = $1;
288 . "$vgopts ";
vg_perf.in 40 # - vgopts: <Valgrind options> (default: none)
71 my $vgopts; # valgrind options
166 ($vgopts, $prog, $args, $prereq, $cleanup)
174 } elsif ($line =~ /^\s*vgopts:\s*(.*)$/) {
175 $vgopts = $1;
288 . "$vgopts ";
  /external/valgrind/main/tests/
vg_regtest 54 # - vgopts: <Valgrind options> (default: none;
110 my $vgopts; # valgrind options
207 ($vgopts, $prog, $args) = ("", undef, "");
219 } elsif ($line =~ /^\s*vgopts:\s*(.*)$/) {
222 $vgopts = $vgopts . " " . $addvgopts; # Nb: Make sure there's a space!
336 printf("%-16s valgrind $extraopts $vgopts $prog $args\n", "$name:");
345 . "--tool=$tool $extraopts $vgopts "
vg_regtest.in 54 # - vgopts: <Valgrind options> (default: none;
110 my $vgopts; # valgrind options
207 ($vgopts, $prog, $args) = ("", undef, "");
219 } elsif ($line =~ /^\s*vgopts:\s*(.*)$/) {
222 $vgopts = $vgopts . " " . $addvgopts; # Nb: Make sure there's a space!
336 printf("%-16s valgrind $extraopts $vgopts $prog $args\n", "$name:");
345 . "--tool=$tool $extraopts $vgopts "

Completed in 45 milliseconds