Home
last modified time | relevance | path

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

/scripts/gendwarfksyms/
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/
Dget_maintainer.pl1609 my @stats = ();
1623 @stats = grep(/$stat_pattern/, @lines);
1627 return (0, \@signatures, \@authors, \@stats) if !@signatures;
1639 return ($commits, $signers_ref, $authors_ref, \@stats);
2227 my @stats = ();
2240 @stats = @{$stats_ref} if defined $stats_ref;
2250 if ($#authors == $#stats) {
2256 for (my $i = 0; $i <= $#stats; $i++) {
2257 if ($stats[$i] =~ /$stat_pattern/) {
2272 for (my $i = 0; $i <= $#stats; $i++) {
[all …]