Home
last modified time | relevance | path

Searched refs:total_insn (Results 1 - 6 of 6) sorted by relevance

/kernel/linux/linux-5.10/tools/perf/util/
H A Dannotate.h279 unsigned int total_insn; member
H A Dannotate.c1082 notes->total_insn = annotation__count_insn(notes, 0, size - 1); in annotation__compute_ipc()
2899 if (notes->total_insn) { in ipc_coverage_string()
2901 ((double)notes->total_insn); in ipc_coverage_string()
H A Dsort.c471 if (notes->total_insn) { in hist_entry__sym_ipc_snprintf()
473 ((double)notes->total_insn); in hist_entry__sym_ipc_snprintf()
/kernel/linux/linux-6.6/tools/perf/util/
H A Dannotate.h279 unsigned int total_insn; member
H A Dannotate.c1124 notes->total_insn = annotation__count_insn(notes, 0, size - 1); in annotation__compute_ipc()
3059 if (notes->total_insn) { in ipc_coverage_string()
3061 ((double)notes->total_insn); in ipc_coverage_string()
H A Dsort.c598 if (notes->total_insn) { in hist_entry__sym_ipc_snprintf()
600 ((double)notes->total_insn); in hist_entry__sym_ipc_snprintf()

Completed in 20 milliseconds