Home | History | Annotate | Download | only in perf

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).
83 my $vgopts; # valgrind options
94 # Outer valgrind to use, and args to use for it.
95 # If this is set, --valgrind should be set to the installed inner valgrind,
96 # and --valgrind-lib will be ignore
159 } elsif ($arg =~ /^--outer-valgrind=(.*)$/) {
293 validate_program($vgdir, "./coregrind/valgrind", 1, 1);
297 validate_program($vgdir, "./coregrind/valgrind", 1, 1);
310 # Print the Valgrind version if we are measuring more than one.
343 my $vgcmd = "$vgdir/coregrind/valgrind "
359 # in case this Valgrind was configured with --enable-inner. And
361 # allow comparison against old Valgrind versions (eg. 2.4.X).