Home
last modified time | relevance | path

Searched refs:pmc_read_counter (Results 1 – 4 of 4) sorted by relevance

/linux-4.4.14/arch/x86/kvm/
Dpmu.h40 static inline u64 pmc_read_counter(struct kvm_pmc *pmc) in pmc_read_counter() function
55 pmc->counter = pmc_read_counter(pmc); in pmc_stop_counter()
Dpmu_amd.c113 *data = pmc_read_counter(pmc); in amd_pmu_get_msr()
136 pmc->counter += data - pmc_read_counter(pmc); in amd_pmu_set_msr()
Dpmu_intel.c188 *data = pmc_read_counter(pmc); in intel_pmu_get_msr()
242 pmc->counter += data - pmc_read_counter(pmc); in intel_pmu_set_msr()
Dpmu.c250 ctr_val = pmc_read_counter(pmc); in kvm_pmu_rdpmc()