Home
last modified time | relevance | path

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

/linux/tools/perf/util/
H A Dannotate.h350 unsigned int total_insn; member
H A Dannotate.c519 notes->branch->total_insn = annotation__count_insn(notes, 0, size - 1); in annotation__compute_ipc()
1802 if (branch && branch->total_insn) { in ipc_coverage_string()
1804 ((double)branch->total_insn); in ipc_coverage_string()
H A Dsort.c803 if (branch && branch->total_insn) { in hist_entry__callchain_branch_cycles_snprintf()
805 ((double)branch->total_insn);