Searched refs:qemu_plugin_scoreboard_u64_in_struct (Results 1 – 7 of 7) sorted by relevance
/openbmc/qemu/tests/tcg/plugins/ |
H A D | inline.c | 281 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 D | bb.c | 122 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 D | mem.c | 133 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 D | insn.c | 225 qemu_plugin_u64 hit_e = qemu_plugin_scoreboard_u64_in_struct(m->counts, MatchCount, hits); in plugin_exit()
|
/openbmc/qemu/contrib/plugins/ |
H A D | stoptrigger.c | 105 insn_count = qemu_plugin_scoreboard_u64_in_struct( in qemu_plugin_install()
|
H A D | ips.c | 117 qemu_plugin_scoreboard_u64_in_struct(vcpus, vCPUTime, quantum_insn); in vcpu_tb_trans()
|
/openbmc/qemu/include/qemu/ |
H A D | qemu-plugin.h | 904 #define qemu_plugin_scoreboard_u64_in_struct(score, type, member) \ macro
|