Home
last modified time | relevance | path

Searched refs:hit_insn (Results 1 – 3 of 3) sorted by relevance

/linux/tools/perf/util/
H A Dannotate.h349 u64 hit_insn; member
H A Dannotate.c503 branch->hit_insn += n_insn * ch->num; in annotation__count_and_fill()
521 notes->branch->hit_insn = 0; in annotation__compute_ipc()
1800 ipc = branch->hit_insn / ((double)branch->hit_cycles); in ipc_coverage_string()
H A Dsort.c801 ipc = branch->hit_insn / ((double)branch->hit_cycles); in hist_entry__callchain_branch_cycles_snprintf()