Home
last modified time | relevance | path

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

/openbmc/qemu/tests/tcg/plugins/
H A Dinline.c281 count_tb = qemu_plugin_scoreboard_u64_in_struct( in qemu_plugin_install()
283 count_insn = qemu_plugin_scoreboard_u64_in_struct( in qemu_plugin_install()
285 count_mem = qemu_plugin_scoreboard_u64_in_struct( in qemu_plugin_install()
287 count_tb_inline = qemu_plugin_scoreboard_u64_in_struct( in qemu_plugin_install()
289 count_insn_inline = qemu_plugin_scoreboard_u64_in_struct( in qemu_plugin_install()
291 count_mem_inline = qemu_plugin_scoreboard_u64_in_struct( in qemu_plugin_install()
293 tb_cond_num_trigger = qemu_plugin_scoreboard_u64_in_struct( in qemu_plugin_install()
295 tb_cond_track_count = qemu_plugin_scoreboard_u64_in_struct( in qemu_plugin_install()
297 insn_cond_num_trigger = qemu_plugin_scoreboard_u64_in_struct( in qemu_plugin_install()
299 insn_cond_track_count = qemu_plugin_scoreboard_u64_in_struct( in qemu_plugin_install()
[all …]
H A Dbb.c122 bb_count = qemu_plugin_scoreboard_u64_in_struct(counts, CPUCount, bb_count); in qemu_plugin_install()
123 insn_count = qemu_plugin_scoreboard_u64_in_struct( in qemu_plugin_install()
H A Dmem.c133 mem_count = qemu_plugin_scoreboard_u64_in_struct( in qemu_plugin_install()
135 io_count = qemu_plugin_scoreboard_u64_in_struct(counts, CPUCount, io_count); in qemu_plugin_install()
H A Dinsn.c225 qemu_plugin_u64 hit_e = qemu_plugin_scoreboard_u64_in_struct(m->counts, MatchCount, hits); in plugin_exit()
/openbmc/qemu/contrib/plugins/
H A Dstoptrigger.c105 insn_count = qemu_plugin_scoreboard_u64_in_struct( in qemu_plugin_install()
H A Dips.c117 qemu_plugin_scoreboard_u64_in_struct(vcpus, vCPUTime, quantum_insn); in vcpu_tb_trans()
/openbmc/qemu/include/qemu/
H A Dqemu-plugin.h904 #define qemu_plugin_scoreboard_u64_in_struct(score, type, member) \ macro