Lines Matching refs:yes
209 --auto=yes|no annotate all source files containing functions
213 --inclusive=yes|no add subroutine costs to functions calls [no]
267 # --auto=yes|no
268 } elsif ($arg =~ /^--auto=(yes|no)$/) {
269 $auto_annotate = 1 if ($1 eq "yes");
279 # --inclusive=yes|no
280 } elsif ($arg =~ /^--inclusive=(yes|no)$/) {
281 $inclusive = 1 if ($1 eq "yes");
1000 @@ solution: Recompile program and rerun under "valgrind --cachesim=yes" to