Home
last modified time | relevance | path

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

/linux-5.19.10/tools/perf/util/ !
Dannotate.h282 unsigned int cover_insn; member
Dannotate.c1049 unsigned int cover_insn = 0; in annotation__count_and_fill() local
1065 cover_insn++; in annotation__count_and_fill()
1069 if (cover_insn) { in annotation__count_and_fill()
1072 notes->cover_insn += cover_insn; in annotation__count_and_fill()
1087 notes->cover_insn = 0; in annotation__compute_ipc()
2946 coverage = notes->cover_insn * 100.0 / in ipc_coverage_string()
Dsort.c475 coverage = notes->cover_insn * 100.0 / in hist_entry__sym_ipc_snprintf()