Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/tools/perf/util/
H A Dbranch.c30 st->cond_bwd++; in branch_type_count()
82 if (st->cond_bwd > 0) { in branch_type_stat_display()
85 100.0 * (double)st->cond_bwd / (double)total); in branch_type_stat_display()
128 if (st->cond_bwd > 0) in branch_type_str()
H A Dbranch.h76 u64 cond_bwd; member
/kernel/linux/linux-6.6/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

Completed in 2 milliseconds