Searched refs:hit_cycles (Results 1 – 2 of 2) sorted by relevance
319 * @hit_cycles: Total executed cycles.329 * using @hit_insn / @hit_cycles. The actual coverage can be calculated using336 u64 hit_cycles; member
500 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()