Home
last modified time | relevance | path

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

/openbmc/linux/tools/perf/util/
H A Dbranch.c37 st->cross_2m++; in branch_type_count()
145 if (st->cross_2m > 0) { in branch_type_stat_display()
148 100.0 * (double)st->cross_2m / (double)total); in branch_type_stat_display()
210 if (st->cross_2m > 0) in branch_type_str()
H A Dbranch.h80 u64 cross_2m; member