Searched refs:CPUCount (Results 1 – 3 of 3) sorted by relevance
/openbmc/qemu/tests/tcg/plugins/ |
H A D | bb.c | 22 } 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 D | inline.c | 27 } CPUCount; typedef 280 counts = qemu_plugin_scoreboard_new(sizeof(CPUCount)); in qemu_plugin_install() 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() [all …]
|
H A D | mem.c | 31 } CPUCount; typedef 398 counts = qemu_plugin_scoreboard_new(sizeof(CPUCount)); in qemu_plugin_install() 400 counts, CPUCount, mem_count); in qemu_plugin_install() 401 io_count = qemu_plugin_scoreboard_u64_in_struct(counts, CPUCount, io_count); in qemu_plugin_install()
|