hit_insn         1048 tools/perf/util/annotate.c 			notes->hit_insn += n_insn * ch->num;
hit_insn         1063 tools/perf/util/annotate.c 	notes->hit_insn = 0;
hit_insn         2797 tools/perf/util/annotate.c 		ipc = notes->hit_insn / ((double)notes->hit_cycles);
hit_insn          275 tools/perf/util/annotate.h 	u64			hit_insn;
hit_insn          459 tools/perf/util/sort.c 		ipc = notes->hit_insn / ((double)notes->hit_cycles);