Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/tools/perf/util/
H A 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()
H A Dbranch.h75 u64 cond_fwd; member
/kernel/linux/linux-6.6/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

Completed in 2 milliseconds