Lines Matching refs:Valgrind
3 ##--- Valgrind performance testing script vg_perf ---##
6 # This file is part of Valgrind, a dynamic binary instrumentation
10 # njn@valgrind.org
40 # - vgopts: <Valgrind options> (default: none)
49 # and handed to valgrind prior to any other flags specified by the
66 --vg=<dir> top-level directory containing Valgrind to measure
67 [Valgrind in the current directory, i.e. --vg=.]
71 --outer-valgrind: run these Valgrind(s) under the given outer valgrind.
72 These Valgrind(s) must be configured with --enable-inner.
73 --outer-tool: tool to use by the outer valgrind (default cachegrind).
85 my $vgopts; # valgrind options
96 # Outer valgrind to use, and args to use for it.
97 # If this is set, --valgrind should be set to the installed inner valgrind,
98 # and --valgrind-lib will be ignore
161 } elsif ($arg =~ /^--outer-valgrind=(.*)$/) {
295 validate_program($vgdir, "./coregrind/valgrind", 1, 1);
299 validate_program($vgdir, "./coregrind/valgrind", 1, 1);
312 # Print the Valgrind version if we are measuring more than one.
349 my $vgcmd = "$vgdir/coregrind/valgrind "
365 # in case this Valgrind was configured with --enable-inner. And
367 # allow comparison against old Valgrind versions (eg. 2.4.X).