Home
last modified time | relevance | path

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

/linux/tools/perf/util/
H A Dannotate.h319 * @hit_cycles: Total executed cycles.
329 * using @hit_insn / @hit_cycles. The actual coverage can be calculated using
336 u64 hit_cycles; member
H A Dannotate.c500 branch->hit_cycles += ch->cycles; in annotation__count_and_fill()
518 notes->branch->hit_cycles = 0; in annotation__compute_ipc()
1783 if (branch && branch->hit_cycles) in ipc_coverage_string()
1784 ipc = branch->hit_insn / ((double)branch->hit_cycles); in ipc_coverage_string()