Home
last modified time | relevance | path

Searched refs:pmu_idx (Results 1 – 5 of 5) sorted by relevance

/linux-4.4.14/arch/x86/kernel/cpu/
Dperf_event_intel_uncore.h78 int pmu_idx; member
180 pmu->type->msr_offsets[pmu->pmu_idx] : in uncore_msr_box_offset()
181 pmu->type->msr_offset * pmu->pmu_idx; in uncore_msr_box_offset()
Dperf_event_intel_uncore_nhmex.c360 if (box->pmu->pmu_idx == 0) in nhmex_bbox_hw_config()
445 if (box->pmu->pmu_idx == 0) in nhmex_sbox_hw_config()
777 msr = er->msr + type->msr_offset * box->pmu->pmu_idx; in nhmex_mbox_hw_config()
804 if (box->pmu->pmu_idx == 0) in nhmex_mbox_hw_config()
1112 port = idx / 6 + box->pmu->pmu_idx * 4; in nhmex_rbox_msr_enable_event()
Dperf_event_intel_uncore.c693 if (pmu->type->single_fixed && pmu->pmu_idx > 0) in uncore_pmu_event_init()
759 pmu->pmu_idx); in uncore_pmu_register()
804 pmus[i].pmu_idx = i; in uncore_type_init()
Dperf_event_intel_uncore_snbep.c739 SNBEP_CBO_MSR_OFFSET * box->pmu->pmu_idx; in snbep_cbox_hw_config()
921 int idx = box->pmu->pmu_idx + SNBEP_PCI_QPI_PORT0_FILTER; in snbep_qpi_enable_event()
1409 SNBEP_CBO_MSR_OFFSET * box->pmu->pmu_idx; in ivbep_cbox_hw_config()
1895 HSWEP_CBO_MSR_OFFSET * box->pmu->pmu_idx; in hswep_cbox_hw_config()
Dperf_event_intel_uncore_snb.c91 if (box->pmu->pmu_idx == 0) { in snb_uncore_msr_init_box()