Home
last modified time | relevance | path

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

/linux-6.15/tools/perf/util/
H A Dannotate.h336 unsigned int total_insn; member
H A Dannotate.c517 notes->branch->total_insn = annotation__count_insn(notes, 0, size - 1); in annotation__compute_ipc()
1785 if (branch && branch->total_insn) { in ipc_coverage_string()
1787 ((double)branch->total_insn); in ipc_coverage_string()
H A Dsort.c646 if (branch && branch->total_insn) { in hist_entry__sym_ipc_snprintf()
648 ((double)branch->total_insn); in hist_entry__sym_ipc_snprintf()