cover_insn       1026 tools/perf/util/annotate.c 	unsigned int cover_insn = 0;
cover_insn       1042 tools/perf/util/annotate.c 				cover_insn++;
cover_insn       1046 tools/perf/util/annotate.c 		if (cover_insn) {
cover_insn       1049 tools/perf/util/annotate.c 			notes->cover_insn += cover_insn;
cover_insn       1064 tools/perf/util/annotate.c 	notes->cover_insn = 0;
cover_insn       2800 tools/perf/util/annotate.c 		coverage = notes->cover_insn * 100.0 /
cover_insn        277 tools/perf/util/annotate.h 	unsigned int		cover_insn;
cover_insn        462 tools/perf/util/sort.c 		coverage = notes->cover_insn * 100.0 /