Searched refs:pmc_results (Results 1 – 1 of 1) sorted by relevance
116 } pmc_results; variable154 pmc_results.branches_retired = rdmsr(msr_base + 0) - branches_retired; in run_and_measure_loop()155 pmc_results.instructions_retired = rdmsr(msr_base + 1) - insn_retired; in run_and_measure_loop()221 memset(&pmc_results, 0, sizeof(pmc_results)); in run_vcpu_and_sync_pmc_results()222 sync_global_to_guest(vcpu->vm, pmc_results); in run_vcpu_and_sync_pmc_results()227 sync_global_from_guest(vcpu->vm, pmc_results); in run_vcpu_and_sync_pmc_results()270 uint64_t br = pmc_results.branches_retired; \271 uint64_t ir = pmc_results.instructions_retired; \284 uint64_t br = pmc_results.branches_retired; \285 uint64_t ir = pmc_results.instructions_retired; \[all …]