Home
last modified time | relevance | path

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

/openbmc/linux/tools/perf/util/
H A Dbranch.c25 st->new_counts[flags->new_type]++; in branch_type_count()
160 if (st->new_counts[i] > 0) in branch_type_stat_display()
164 (double)st->new_counts[i] / (double)total); in branch_type_stat_display()
183 total += st->new_counts[i]; in branch_type_str()
203 if (st->new_counts[i] > 0) in branch_type_str()
H A Dbranch.h76 u64 new_counts[PERF_BR_NEW_MAX]; member