Searched refs:bb_count (Results 1 – 3 of 3) sorted by relevance
/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()
|
/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()
|