Home
last modified time | relevance | path

Searched refs:cross_2m (Results 1 - 4 of 4) sorted by relevance

/kernel/linux/linux-5.10/tools/perf/util/
H A Dbranch.c34 st->cross_2m++; in branch_type_count()
94 if (st->cross_2m > 0) { in branch_type_stat_display()
97 100.0 * (double)st->cross_2m / (double)total); in branch_type_stat_display()
142 if (st->cross_2m > 0) in branch_type_str()
H A Dbranch.h78 u64 cross_2m; member
/kernel/linux/linux-6.6/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

Completed in 2 milliseconds