Home
last modified time | relevance | path

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

/linux-6.1.9/tools/perf/util/
Dannotate.h281 u64 hit_insn; member
Dannotate.c1070 notes->hit_insn += n_insn * ch->num; in annotation__count_and_fill()
1085 notes->hit_insn = 0; in annotation__compute_ipc()
2962 ipc = notes->hit_insn / ((double)notes->hit_cycles); in ipc_coverage_string()
Dsort.c472 ipc = notes->hit_insn / ((double)notes->hit_cycles); in hist_entry__sym_ipc_snprintf()