Searched refs:auto_annotate (Results 1 - 2 of 2) sorted by relevance

/external/valgrind/cachegrind/
H A Dcg_annotate.in129 my $auto_annotate = 0;
224 $auto_annotate = 1;
226 $auto_annotate = 0;
404 if ($auto_annotate || defined $user_ann_files{$currFileName}) {
483 my $is_on = ($auto_annotate ? "on" : "off");
722 if ($auto_annotate) {
/external/valgrind/callgrind/
H A Dcallgrind_annotate.in145 my $auto_annotate = 0;
270 $auto_annotate = 1 if ($1 eq "yes");
271 $auto_annotate = 0 if ($1 eq "no");
582 if ($auto_annotate || defined $user_ann_files{$curr_file}) {
755 my $is_on = ($auto_annotate ? "on" : "off");
1048 if ($auto_annotate) {

Completed in 335 milliseconds