Home
last modified time | relevance | path

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

/openbmc/linux/tools/perf/util/
H A Dbranch.c31 st->cond_fwd++; in branch_type_count()
127 if (st->cond_fwd > 0) { in branch_type_stat_display()
130 100.0 * (double)st->cond_fwd / (double)total); in branch_type_stat_display()
188 if (st->cond_fwd > 0) in branch_type_str()
H A Dbranch.h77 u64 cond_fwd; member