Home
last modified time | relevance | path

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

/linux-4.1.27/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
169 struct intel_uncore_pmu *pmu = box->pmu; in uncore_msr_box_offset()
304 struct intel_uncore_pmu *uncore_event_to_pmu(struct perf_event *event);
305 struct intel_uncore_box *uncore_pmu_to_box(struct intel_uncore_pmu *pmu, int cpu);
Dperf_event_intel_uncore.c31 struct intel_uncore_pmu *uncore_event_to_pmu(struct perf_event *event) in uncore_event_to_pmu()
33 return container_of(event->pmu, struct intel_uncore_pmu, pmu); in uncore_event_to_pmu()
36 struct intel_uncore_box *uncore_pmu_to_box(struct intel_uncore_pmu *pmu, int cpu) in uncore_pmu_to_box()
554 static int uncore_validate_group(struct intel_uncore_pmu *pmu, in uncore_validate_group()
591 struct intel_uncore_pmu *pmu; in uncore_pmu_event_init()
679 static int uncore_pmu_register(struct intel_uncore_pmu *pmu) in uncore_pmu_register()
734 struct intel_uncore_pmu *pmus; in uncore_type_init()
807 struct intel_uncore_pmu *pmu; in uncore_pci_probe()
859 struct intel_uncore_pmu *pmu; in uncore_pci_remove()
975 struct intel_uncore_pmu *pmu; in uncore_cpu_dying()
[all …]
Dperf_event_intel_uncore_snb.c239 struct intel_uncore_pmu *pmu; in snb_uncore_imc_event_init()