Searched refs:cpu_pmu (Results 1 – 1 of 1) sorted by relevance
542 struct arm_pmu *cpu_pmu = to_arm_pmu(perf_event->pmu); in kvm_pmu_perf_overflow() local547 cpu_pmu->pmu.stop(perf_event, PERF_EF_UPDATE); in kvm_pmu_perf_overflow()574 cpu_pmu->pmu.start(perf_event, PERF_EF_RELOAD); in kvm_pmu_perf_overflow()881 struct arm_pmu *cpu_pmu = vcpu->kvm->arch.arm_pmu; in kvm_pmu_get_pmceid() local887 val = compute_pmceid0(cpu_pmu); in kvm_pmu_get_pmceid()890 val = compute_pmceid1(cpu_pmu); in kvm_pmu_get_pmceid()
Completed in 5 milliseconds