Home
last modified time | relevance | path

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

/openbmc/qemu/tests/tcg/plugins/
H A Dbb.c22 } CPUCount; typedef
32 static void gen_one_cpu_report(CPUCount *count, GString *report, in gen_one_cpu_report()
48 CPUCount *count = qemu_plugin_scoreboard_find(counts, i); in plugin_exit()
61 CPUCount *count = qemu_plugin_scoreboard_find(counts, cpu_index); in vcpu_idle()
73 CPUCount *count = qemu_plugin_scoreboard_find(counts, cpu_index); in vcpu_tb_exec()
121 counts = qemu_plugin_scoreboard_new(sizeof(CPUCount)); in qemu_plugin_install()
122 bb_count = qemu_plugin_scoreboard_u64_in_struct(counts, CPUCount, bb_count); in qemu_plugin_install()
124 counts, CPUCount, insn_count); in qemu_plugin_install()
H A Dinline.c27 } CPUCount; typedef
282 counts, CPUCount, count_tb); in qemu_plugin_install()
284 counts, CPUCount, count_insn); in qemu_plugin_install()
286 counts, CPUCount, count_mem); in qemu_plugin_install()
288 counts, CPUCount, count_tb_inline); in qemu_plugin_install()
290 counts, CPUCount, count_insn_inline); in qemu_plugin_install()
292 counts, CPUCount, count_mem_inline); in qemu_plugin_install()
294 counts, CPUCount, tb_cond_num_trigger); in qemu_plugin_install()
296 counts, CPUCount, tb_cond_track_count); in qemu_plugin_install()
298 counts, CPUCount, insn_cond_num_trigger); in qemu_plugin_install()
[all …]
H A Dmem.c22 } CPUCount; typedef
132 counts = qemu_plugin_scoreboard_new(sizeof(CPUCount)); in qemu_plugin_install()
134 counts, CPUCount, mem_count); in qemu_plugin_install()
135 io_count = qemu_plugin_scoreboard_u64_in_struct(counts, CPUCount, io_count); in qemu_plugin_install()