Home
last modified time | relevance | path

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

/linux-6.3-rc2/tools/perf/util/
A Dannotate.h280 u64 hit_cycles; member
A Dannotate.c1069 notes->hit_cycles += ch->cycles; in annotation__count_and_fill()
1084 notes->hit_cycles = 0; in annotation__compute_ipc()
2961 if (notes->hit_cycles) in ipc_coverage_string()
2962 ipc = notes->hit_insn / ((double)notes->hit_cycles); in ipc_coverage_string()
A Dsort.c549 if (notes->hit_cycles) in hist_entry__sym_ipc_snprintf()
550 ipc = notes->hit_insn / ((double)notes->hit_cycles); in hist_entry__sym_ipc_snprintf()

Completed in 19 milliseconds