Home
last modified time | relevance | path

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

/Linux-v4.19/arch/x86/events/intel/
Duncore.h40 struct intel_uncore_pmu;
66 struct intel_uncore_pmu *pmus;
92 struct intel_uncore_pmu { struct
123 struct intel_uncore_pmu *pmu; argument
218 struct intel_uncore_pmu *pmu = box->pmu; in uncore_msr_box_offset()
290 struct intel_uncore_pmu *pmu = box->pmu; in uncore_freerunning_counter()
456 static inline struct intel_uncore_pmu *uncore_event_to_pmu(struct perf_event *event) in uncore_event_to_pmu()
458 return container_of(event->pmu, struct intel_uncore_pmu, pmu); in uncore_event_to_pmu()
466 struct intel_uncore_box *uncore_pmu_to_box(struct intel_uncore_pmu *pmu, int cpu);
Duncore.c101 struct intel_uncore_box *uncore_pmu_to_box(struct intel_uncore_pmu *pmu, int cpu) in uncore_pmu_to_box()
644 static int uncore_validate_group(struct intel_uncore_pmu *pmu, in uncore_validate_group()
685 struct intel_uncore_pmu *pmu; in uncore_pmu_event_init()
788 static int uncore_pmu_register(struct intel_uncore_pmu *pmu) in uncore_pmu_register()
825 static void uncore_pmu_unregister(struct intel_uncore_pmu *pmu) in uncore_pmu_unregister()
833 static void uncore_free_boxes(struct intel_uncore_pmu *pmu) in uncore_free_boxes()
844 struct intel_uncore_pmu *pmu = type->pmus; in uncore_type_exit()
867 struct intel_uncore_pmu *pmus; in uncore_type_init()
943 struct intel_uncore_pmu *pmu = NULL; in uncore_pci_probe()
1035 struct intel_uncore_pmu *pmu; in uncore_pci_remove()
[all …]
Duncore_snb.c358 struct intel_uncore_pmu *pmu; in snb_uncore_imc_event_init()