Searched refs:ignore_sections (Results 1 - 1 of 1) sorted by last modified time

/external/valgrind/main/helgrind/tests/
H A Dfilter_xml46 my %ignore_sections = (
78 foreach my $tag (keys %ignore_sections) {
79 if ($line =~ $ignore_sections{$tag}) {
80 print "$tag...$ignore_sections{$tag}\n";
86 foreach my $tag (keys %ignore_sections) {

Completed in 609 milliseconds