n_insn 1013 tools/perf/util/annotate.c unsigned n_insn = 0; n_insn 1018 tools/perf/util/annotate.c n_insn++; n_insn 1020 tools/perf/util/annotate.c return n_insn; n_insn 1025 tools/perf/util/annotate.c unsigned n_insn; n_insn 1029 tools/perf/util/annotate.c n_insn = annotation__count_insn(notes, start, end); n_insn 1030 tools/perf/util/annotate.c if (n_insn && ch->num && ch->cycles) { n_insn 1031 tools/perf/util/annotate.c float ipc = n_insn / ((double)ch->cycles / (double)ch->num); n_insn 1048 tools/perf/util/annotate.c notes->hit_insn += n_insn * ch->num;