OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:auto_annotate
(Results
1 - 2
of
2
) sorted by null
/external/valgrind/main/cachegrind/
cg_annotate.in
129
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/main/callgrind/
callgrind_annotate.in
144
my $
auto_annotate
= 0;
269
$
auto_annotate
= 1 if ($1 eq "yes");
270
$
auto_annotate
= 0 if ($1 eq "no");
584
if ($
auto_annotate
|| defined $user_ann_files{$curr_file}) {
751
my $is_on = ($
auto_annotate
? "on" : "off");
[
all
...]
Completed in 41 milliseconds