Searched refs:bb_count (Results 1 – 4 of 4) sorted by relevance
/openbmc/qemu/tests/tcg/plugins/ |
H A D | bb.c | 20 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 D | bbv.c | 86 uint64_t bb_count = qemu_plugin_u64_get(bb_count_u64(bb), vcpu_index); in vcpu_interval_exec() local 88 if (!bb_count) { in vcpu_interval_exec() 92 fprintf(vcpu->file, ":%u:%" PRIu64 " ", bb->index, bb_count); in vcpu_interval_exec()
|
H A D | lockstep.c | 42 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 D | virtio_mem.c | 212 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()
|