pmu_idx          1634 arch/powerpc/perf/imc-pmu.c int init_imc_pmu(struct device_node *parent, struct imc_pmu *pmu_ptr, int pmu_idx)
pmu_idx          1638 arch/powerpc/perf/imc-pmu.c 	ret = imc_mem_init(pmu_ptr, parent, pmu_idx);
pmu_idx           742 arch/x86/events/intel/uncore.c 		if (pmu->type->single_fixed && pmu->pmu_idx > 0)
pmu_idx           859 arch/x86/events/intel/uncore.c 			pmu->pmu_idx);
pmu_idx           922 arch/x86/events/intel/uncore.c 		pmus[i].pmu_idx	= i;
pmu_idx            99 arch/x86/events/intel/uncore.h 	int				pmu_idx;
pmu_idx           202 arch/x86/events/intel/uncore.h 	       box->pmu->type->mmio_offset * box->pmu->pmu_idx;
pmu_idx           239 arch/x86/events/intel/uncore.h 		pmu->type->msr_offsets[pmu->pmu_idx] :
pmu_idx           240 arch/x86/events/intel/uncore.h 		pmu->type->msr_offset * pmu->pmu_idx;
pmu_idx           313 arch/x86/events/intel/uncore.h 	       pmu->type->freerunning[type].box_offset * pmu->pmu_idx;
pmu_idx           367 arch/x86/events/intel/uncore_nhmex.c 	if (box->pmu->pmu_idx == 0)
pmu_idx           452 arch/x86/events/intel/uncore_nhmex.c 	if (box->pmu->pmu_idx == 0)
pmu_idx           784 arch/x86/events/intel/uncore_nhmex.c 		msr = er->msr + type->msr_offset * box->pmu->pmu_idx;
pmu_idx           811 arch/x86/events/intel/uncore_nhmex.c 		if (box->pmu->pmu_idx == 0)
pmu_idx          1119 arch/x86/events/intel/uncore_nhmex.c 	port = idx / 6 + box->pmu->pmu_idx * 4;
pmu_idx           138 arch/x86/events/intel/uncore_snb.c 	if (box->pmu->pmu_idx == 0) {
pmu_idx           152 arch/x86/events/intel/uncore_snb.c 	if (box->pmu->pmu_idx == 0)
pmu_idx           237 arch/x86/events/intel/uncore_snb.c 	if (box->pmu->pmu_idx == 0) {
pmu_idx           243 arch/x86/events/intel/uncore_snb.c 	if (box->pmu->pmu_idx == 7)
pmu_idx           255 arch/x86/events/intel/uncore_snb.c 	if (box->pmu->pmu_idx == 0)
pmu_idx           940 arch/x86/events/intel/uncore_snbep.c 			SNBEP_CBO_MSR_OFFSET * box->pmu->pmu_idx;
pmu_idx          1123 arch/x86/events/intel/uncore_snbep.c 		int idx = box->pmu->pmu_idx + SNBEP_PCI_QPI_PORT0_FILTER;
pmu_idx          1624 arch/x86/events/intel/uncore_snbep.c 			SNBEP_CBO_MSR_OFFSET * box->pmu->pmu_idx;
pmu_idx          2052 arch/x86/events/intel/uncore_snbep.c 			    KNL_CHA_MSR_OFFSET * box->pmu->pmu_idx;
pmu_idx          2607 arch/x86/events/intel/uncore_snbep.c 			    HSWEP_CBO_MSR_OFFSET * box->pmu->pmu_idx;
pmu_idx          3500 arch/x86/events/intel/uncore_snbep.c 			    HSWEP_CBO_MSR_OFFSET * box->pmu->pmu_idx;
pmu_idx          4072 arch/x86/events/intel/uncore_snbep.c 		    box->pmu->type->msr_offset * box->pmu->pmu_idx;
pmu_idx           680 drivers/perf/arm_dsu_pmu.c 	static atomic_t pmu_idx = ATOMIC_INIT(-1);
pmu_idx           699 drivers/perf/arm_dsu_pmu.c 				PMUNAME, atomic_inc_return(&pmu_idx));
pmu_idx           289 drivers/perf/arm_pmu_acpi.c 	int pmu_idx = 0;
pmu_idx           322 drivers/perf/arm_pmu_acpi.c 		pmu->name = kasprintf(GFP_KERNEL, "%s_%d", base_name, pmu_idx++);
pmu_idx           879 drivers/perf/arm_spe_pmu.c 	static atomic_t pmu_idx = ATOMIC_INIT(-1);
pmu_idx           910 drivers/perf/arm_spe_pmu.c 	idx = atomic_inc_return(&pmu_idx);