Searched refs:annotation__count_insn (Results 1 - 2 of 2) sorted by relevance
/kernel/linux/linux-5.10/tools/perf/util/ |
H A D | annotate.c | 1032 static unsigned annotation__count_insn(struct annotation *notes, u64 start, u64 end) in annotation__count_insn() function 1050 n_insn = annotation__count_insn(notes, start, end); in annotation__count_and_fill() 1082 notes->total_insn = annotation__count_insn(notes, 0, size - 1); in annotation__compute_ipc()
|
/kernel/linux/linux-6.6/tools/perf/util/ |
H A D | annotate.c | 1074 static unsigned annotation__count_insn(struct annotation *notes, u64 start, u64 end) in annotation__count_insn() function 1092 n_insn = annotation__count_insn(notes, start, end); in annotation__count_and_fill() 1124 notes->total_insn = annotation__count_insn(notes, 0, size - 1); in annotation__compute_ipc()
|
Completed in 13 milliseconds