Home
last modified time | relevance | path

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

/openbmc/linux/tools/perf/util/
H A Dbranch.c33 st->cond_bwd++; in branch_type_count()
133 if (st->cond_bwd > 0) { in branch_type_stat_display()
136 100.0 * (double)st->cond_bwd / (double)total); in branch_type_stat_display()
191 if (st->cond_bwd > 0) in branch_type_str()
H A Dbranch.h78 u64 cond_bwd; member