Home
last modified time | relevance | path

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

/openbmc/linux/tools/perf/util/
H A Dannotate.h285 unsigned int cover_insn; member
H A Dannotate.c1098 unsigned int cover_insn = 0; in annotation__count_and_fill() local
1115 cover_insn++; in annotation__count_and_fill()
1120 if (cover_insn && branch) { in annotation__count_and_fill()
1123 branch->cover_insn += cover_insn; in annotation__count_and_fill()
1139 notes->branch->cover_insn = 0; in annotation__compute_ipc()
3092 coverage = branch->cover_insn * 100.0 / in ipc_coverage_string()
H A Dsort.c599 coverage = branch->cover_insn * 100.0 / in hist_entry__sym_ipc_snprintf()