Searched refs:pmc_results (Results 1 – 1 of 1) sorted by relevance
61 } pmc_results; variable99 pmc_results.branches_retired = rdmsr(msr_base + 0) - branches_retired; in run_and_measure_loop()100 pmc_results.instructions_retired = rdmsr(msr_base + 1) - insn_retired; in run_and_measure_loop()166 memset(&pmc_results, 0, sizeof(pmc_results)); in run_vcpu_and_sync_pmc_results()167 sync_global_to_guest(vcpu->vm, pmc_results); in run_vcpu_and_sync_pmc_results()172 sync_global_from_guest(vcpu->vm, pmc_results); in run_vcpu_and_sync_pmc_results()215 uint64_t br = pmc_results.branches_retired; \216 uint64_t ir = pmc_results.instructions_retired; \229 uint64_t br = pmc_results.branches_retired; \230 uint64_t ir = pmc_results.instructions_retired; \[all …]