Home
last modified time | relevance | path

Searched refs:threshold_files (Results 1 – 2 of 2) sorted by relevance

/external/valgrind/callgrind/
Dcallgrind_annotate.in888 my $threshold_files = {};
961 $threshold_files->{$filename} = 1;
975 return $threshold_files;
1044 my ($threshold_files) = @_;
1052 delete $threshold_files->{"???"};
1053 %all_ann_files = (%user_ann_files, %$threshold_files)
1250 my $threshold_files = print_summary_and_fn_totals();
1251 annotate_ann_files($threshold_files);
/external/valgrind/cachegrind/
Dcg_annotate.in610 my $threshold_files = {};
638 $threshold_files->{$filename} = 1;
646 return $threshold_files;
904 my $threshold_files = print_summary_and_fn_totals();
905 annotate_ann_files($threshold_files);