Searched refs:per_vcpu (Results 1 – 1 of 1) sorted by relevance
66 const uint64_t per_vcpu = qemu_plugin_u64_sum(count_insn); in stats_insn() local76 g_string_append_printf(stats, "insn: %" PRIu64 " (per vcpu)\n", per_vcpu); in stats_insn()81 g_assert(per_vcpu == expected); in stats_insn()89 const uint64_t per_vcpu = qemu_plugin_u64_sum(count_tb); in stats_tb() local98 g_string_append_printf(stats, "tb: %" PRIu64 " (per vcpu)\n", per_vcpu); in stats_tb()103 g_assert(per_vcpu == expected); in stats_tb()111 const uint64_t per_vcpu = qemu_plugin_u64_sum(count_mem); in stats_mem() local116 g_string_append_printf(stats, "mem: %" PRIu64 " (per vcpu)\n", per_vcpu); in stats_mem()120 g_assert(per_vcpu == expected); in stats_mem()