Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/tools/perf/util/
Dannotate.c1026 unsigned n_insn = 0; in annotation__count_insn() local
1031 n_insn++; in annotation__count_insn()
1033 return n_insn; in annotation__count_insn()
1038 unsigned n_insn; in annotation__count_and_fill() local
1042 n_insn = annotation__count_insn(notes, start, end); in annotation__count_and_fill()
1043 if (n_insn && ch->num && ch->cycles) { in annotation__count_and_fill()
1044 float ipc = n_insn / ((double)ch->cycles / (double)ch->num); in annotation__count_and_fill()
1061 notes->hit_insn += n_insn * ch->num; in annotation__count_and_fill()