Home
last modified time | relevance | path

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

/openbmc/qemu/tests/tcg/plugins/
H A Dbb.c20 uint64_t bb_count; member
25 static qemu_plugin_u64 bb_count; variable
35 if (count->bb_count) { in gen_one_cpu_report()
39 count->bb_count, count->insn_count); in gen_one_cpu_report()
53 qemu_plugin_u64_sum(bb_count), in plugin_exit()
77 count->bb_count++; in vcpu_tb_exec()
86 tb, QEMU_PLUGIN_INLINE_ADD_U64, bb_count, 1); in vcpu_tb_trans()
122 bb_count = qemu_plugin_scoreboard_u64_in_struct(counts, CPUCount, bb_count); in qemu_plugin_install()
/openbmc/qemu/contrib/plugins/
H A Dlockstep.c42 static unsigned long bb_count; variable
97 bb_count, g_slist_length(log)); in plugin_exit()
244 bb_count++; in vcpu_tb_exec()
248 exec->block_count = bb_count; in vcpu_tb_exec()
/openbmc/linux/drivers/virtio/
H A Dvirtio_mem.c212 unsigned long bb_count[VIRTIO_MEM_BBM_BB_COUNT]; member
376 BUG_ON(vm->bbm.bb_count[old_state] == 0); in virtio_mem_bbm_set_bb_state()
377 vm->bbm.bb_count[old_state]--; in virtio_mem_bbm_set_bb_state()
378 vm->bbm.bb_count[state]++; in virtio_mem_bbm_set_bb_state()
420 _bb_id < vm->bbm.next_bb_id && _vm->bbm.bb_count[_state]; \
426 _bb_id >= vm->bbm.first_bb_id && _vm->bbm.bb_count[_state]; \
1847 vm->bbm.bb_count[VIRTIO_MEM_BBM_BB_UNUSED]++; in virtio_mem_bbm_prepare_next_bb()