OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:vgopts
(Results
1 - 4
of
4
) sorted by null
/external/valgrind/none/tests/scripts/
shell_valid4.vgtest
7
vgopts
: -q
/external/valgrind/drd/tests/
verify-xml-output
17
vgopts
="$(sed -n 's/^
vgopts
: //p' $f)"
19
../../vg-in-place --tool=drd --xml=yes --xml-file="$b-%q{USER}.xml" --xml-user-comment="<runBy>$(basename $0)</runBy>" --child-silent-after-fork=yes --gen-suppressions=all $
vgopts
./$prog $args
/external/valgrind/tests/
vg_regtest.in
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
"
[
all
...]
/external/valgrind/perf/
vg_perf.in
40
# -
vgopts
: <Valgrind options> (default: none)
83
my $
vgopts
; # valgrind options
191
($
vgopts
, $prog, $args, $prereq, $cleanup)
199
} elsif ($line =~ /^\s*
vgopts
:\s*(.*)$/) {
200
$
vgopts
= $1;
347
. "$
vgopts
";
Completed in 335 milliseconds