Home
last modified time | relevance | path

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

/linux/tools/perf/util/
H A Dannotate.h350 unsigned int total_insn; member
H A Dannotate.c520 notes->branch->total_insn = annotation__count_insn(notes, 0, size - 1); in annotation__compute_ipc()
1803 if (branch && branch->total_insn) { in ipc_coverage_string()
1805 ((double)branch->total_insn); in ipc_coverage_string()
H A Dsort.c683 if (branch && branch->total_insn) { in hist_entry__sym_ipc_snprintf()
685 ((double)branch->total_insn); in hist_entry__sym_ipc_snprintf()