Searched refs:tb_cond_track_count (Results 1 – 1 of 1) sorted by relevance
/openbmc/qemu/tests/tcg/plugins/ |
H A D | inline.c | 24 uint64_t tb_cond_track_count; member 45 static qemu_plugin_u64 tb_cond_track_count; variable 93 const uint64_t cond_track_left = qemu_plugin_u64_sum(tb_cond_track_count); in stats_tb() 140 qemu_plugin_u64_get(tb_cond_track_count, i); in plugin_exit() 189 g_assert(qemu_plugin_u64_get(tb_cond_track_count, cpu_index) == in vcpu_tb_cond_exec() 192 qemu_plugin_u64_set(tb_cond_track_count, cpu_index, 0); in vcpu_tb_cond_exec() 237 tb, QEMU_PLUGIN_INLINE_ADD_U64, tb_cond_track_count, 1); in vcpu_tb_trans() 240 QEMU_PLUGIN_COND_EQ, tb_cond_track_count, cond_trigger_limit, tb_store); in vcpu_tb_trans() 295 tb_cond_track_count = qemu_plugin_scoreboard_u64_in_struct( in qemu_plugin_install() 296 counts, CPUCount, tb_cond_track_count); in qemu_plugin_install()
|