Home
last modified time | relevance | path

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

/linux/tools/perf/util/
H A Dannotate.c445 unsigned n_insn = 0; in annotation__count_insn() local
456 n_insn++; in annotation__count_insn()
458 return n_insn; in annotation__count_insn()
472 unsigned n_insn; in annotation__count_and_fill() local
475 n_insn = annotation__count_insn(notes, start, end); in annotation__count_and_fill()
476 if (n_insn && ch->num && ch->cycles) { in annotation__count_and_fill()
479 float ipc = n_insn / ((double)ch->cycles / (double)ch->num); in annotation__count_and_fill()
503 branch->hit_insn += n_insn * ch->num; in annotation__count_and_fill()