Home
last modified time | relevance | path

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

/Linux-v5.4/tools/perf/util/
Dbranch.c28 st->cond_fwd++; in branch_type_count()
76 if (st->cond_fwd > 0) { in branch_type_stat_display()
79 100.0 * (double)st->cond_fwd / (double)total); in branch_type_stat_display()
125 if (st->cond_fwd > 0) in branch_type_str()
Dbranch.h48 u64 cond_fwd; member