Searched refs:total_insn (Results 1 - 3 of 3) sorted by relevance

/linux-master/tools/perf/util/
H A Dannotate.h331 * @total_insn: Number of instructions in the function.
339 * @cover_insn / @total_insn. The @cycles_hist can give IPC for each (longest)
347 unsigned int total_insn; member in struct:annotated_branch
H A Dannotate.c1213 notes->branch->total_insn = annotation__count_insn(notes, 0, size - 1);
3199 if (branch && branch->total_insn) {
3201 ((double)branch->total_insn);
H A Dsort.c645 if (branch && branch->total_insn) {
647 ((double)branch->total_insn);

Completed in 126 milliseconds