Home
last modified time | relevance | path

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

/openbmc/qemu/contrib/plugins/
H A Dips.c36 uint64_t total_insn; member
74 vcpu->total_insn += vcpu->quantum_insn; in update_system_time()
79 int64_t new_virtual_time = time_for_insn(vcpu->total_insn); in update_system_time()
95 vcpu->total_insn = 0; in vcpu_init()
/openbmc/qemu/target/hexagon/idef-parser/
H A Didef-parser.h236 unsigned total_insn; /**< Number of instructions in input file */ member
H A Didef-parser.y890 if (context.implemented_insn != context.total_insn) {
894 context.total_insn);
H A Dparser-helpers.c1644 c->total_insn++; in gen_inst()
/openbmc/linux/tools/perf/util/
H A Dannotate.h284 unsigned int total_insn; member
H A Dannotate.c1136 notes->branch->total_insn = annotation__count_insn(notes, 0, size - 1); in annotation__compute_ipc()
3091 if (branch && branch->total_insn) { in ipc_coverage_string()
3093 ((double)branch->total_insn); in ipc_coverage_string()
H A Dsort.c598 if (branch && branch->total_insn) { in hist_entry__sym_ipc_snprintf()
600 ((double)branch->total_insn); in hist_entry__sym_ipc_snprintf()