Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/tools/perf/util/
H A Dannotate.h280 unsigned int cover_insn; member
H A Dannotate.c1047 unsigned int cover_insn = 0; in annotation__count_and_fill() local
1063 cover_insn++; in annotation__count_and_fill()
1067 if (cover_insn) { in annotation__count_and_fill()
1070 notes->cover_insn += cover_insn; in annotation__count_and_fill()
1085 notes->cover_insn = 0; in annotation__compute_ipc()
2900 coverage = notes->cover_insn * 100.0 / in ipc_coverage_string()
H A Dsort.c472 coverage = notes->cover_insn * 100.0 / in hist_entry__sym_ipc_snprintf()
/kernel/linux/linux-6.6/tools/perf/util/
H A Dannotate.h280 unsigned int cover_insn; member
H A Dannotate.c1089 unsigned int cover_insn = 0; in annotation__count_and_fill() local
1105 cover_insn++; in annotation__count_and_fill()
1109 if (cover_insn) { in annotation__count_and_fill()
1112 notes->cover_insn += cover_insn; in annotation__count_and_fill()
1127 notes->cover_insn = 0; in annotation__compute_ipc()
3060 coverage = notes->cover_insn * 100.0 / in ipc_coverage_string()
H A Dsort.c599 coverage = notes->cover_insn * 100.0 / in hist_entry__sym_ipc_snprintf()

Completed in 20 milliseconds