Home
last modified time | relevance | path

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

/scripts/gendwarfksyms/
A Ddie.c100 unsigned int stats[DIE_LAST + 1]; in die_map_free() local
104 memset(stats, 0, sizeof(stats)); in die_map_free()
107 stats[cd->state]++; in die_map_free()
119 debug("%s: %u entries", die_state_name(i), stats[i]); in die_map_free()
/scripts/
A Dget_maintainer.pl1621 my @stats = ();
1635 @stats = grep(/$stat_pattern/, @lines);
1639 return (0, \@signatures, \@authors, \@stats) if !@signatures;
1651 return ($commits, $signers_ref, $authors_ref, \@stats);
2240 my @stats = ();
2253 @stats = @{$stats_ref} if defined $stats_ref;
2263 if ($#authors == $#stats) {
2269 for (my $i = 0; $i <= $#stats; $i++) {
2270 if ($stats[$i] =~ /$stat_pattern/) {
2285 for (my $i = 0; $i <= $#stats; $i++) {
[all …]

Completed in 5 milliseconds