Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/tools/perf/util/
H A Dannotate.h277 u64 hit_cycles; member
H A Dannotate.c1060 notes->hit_cycles += ch->cycles; in annotation__count_and_fill()
1075 notes->hit_cycles = 0; in annotation__compute_ipc()
2882 if (notes->hit_cycles) in ipc_coverage_string()
2883 ipc = notes->hit_insn / ((double)notes->hit_cycles); in ipc_coverage_string()
H A Dsort.c468 if (notes->hit_cycles) in hist_entry__sym_ipc_snprintf()
469 ipc = notes->hit_insn / ((double)notes->hit_cycles); in hist_entry__sym_ipc_snprintf()