Home
last modified time | relevance | path

Searched refs:intel_uncore_pmu (Results 1 – 3 of 3) sorted by relevance

/linux-4.4.14/arch/x86/kernel/cpu/
Dperf_event_intel_uncore.h28 struct intel_uncore_pmu;
51 struct intel_uncore_pmu *pmus;
75 struct intel_uncore_pmu { struct
104 struct intel_uncore_pmu *pmu; argument
178 struct intel_uncore_pmu *pmu = box->pmu; in uncore_msr_box_offset()
313 struct intel_uncore_pmu *uncore_event_to_pmu(struct perf_event *event);
314 struct intel_uncore_box *uncore_pmu_to_box(struct intel_uncore_pmu *pmu, int cpu);
Dperf_event_intel_uncore.c85 struct intel_uncore_pmu *uncore_event_to_pmu(struct perf_event *event) in uncore_event_to_pmu()
87 return container_of(event->pmu, struct intel_uncore_pmu, pmu); in uncore_event_to_pmu()
90 struct intel_uncore_box *uncore_pmu_to_box(struct intel_uncore_pmu *pmu, int cpu) in uncore_pmu_to_box()
607 static int uncore_validate_group(struct intel_uncore_pmu *pmu, in uncore_validate_group()
644 struct intel_uncore_pmu *pmu; in uncore_pmu_event_init()
732 static int uncore_pmu_register(struct intel_uncore_pmu *pmu) in uncore_pmu_register()
787 struct intel_uncore_pmu *pmus; in uncore_type_init()
860 struct intel_uncore_pmu *pmu; in uncore_pci_probe()
912 struct intel_uncore_pmu *pmu; in uncore_pci_remove()
1035 struct intel_uncore_pmu *pmu; in uncore_cpu_dying()
[all …]
Dperf_event_intel_uncore_snb.c259 struct intel_uncore_pmu *pmu; in snb_uncore_imc_event_init()