Searched refs:pmu_id (Results 1 - 3 of 3) sorted by relevance

/linux-master/arch/powerpc/include/asm/
H A Dimc-pmu.h168 struct imc_pmu *pmu_ptr, int pmu_id);
/linux-master/arch/arm64/kvm/
H A Dpmu-emul.c951 static int kvm_arm_pmu_v3_set_pmu(struct kvm_vcpu *vcpu, int pmu_id) argument
963 if (arm_pmu->pmu.type == pmu_id) {
1070 int pmu_id; local
1072 if (get_user(pmu_id, uaddr))
1075 return kvm_arm_pmu_v3_set_pmu(vcpu, pmu_id);
/linux-master/tools/perf/util/
H A Dpmu.c730 static char *pmu_id(const char *name) function
1034 pmu->id = pmu_id(name);

Completed in 179 milliseconds