Home
last modified time | relevance | path

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

/Linux-v5.4/arch/x86/events/intel/
Duncore.h41 struct intel_uncore_pmu;
70 struct intel_uncore_pmu *pmus;
96 struct intel_uncore_pmu { struct
127 struct intel_uncore_pmu *pmu; argument
237 struct intel_uncore_pmu *pmu = box->pmu; in uncore_msr_box_offset()
309 struct intel_uncore_pmu *pmu = box->pmu; in uncore_freerunning_counter()
483 static inline struct intel_uncore_pmu *uncore_event_to_pmu(struct perf_event *event) in uncore_event_to_pmu()
485 return container_of(event->pmu, struct intel_uncore_pmu, pmu); in uncore_event_to_pmu()
493 struct intel_uncore_box *uncore_pmu_to_box(struct intel_uncore_pmu *pmu, int cpu);
Duncore.c103 struct intel_uncore_box *uncore_pmu_to_box(struct intel_uncore_pmu *pmu, int cpu) in uncore_pmu_to_box()
657 static int uncore_validate_group(struct intel_uncore_pmu *pmu, in uncore_validate_group()
698 struct intel_uncore_pmu *pmu; in uncore_pmu_event_init()
779 struct intel_uncore_pmu *uncore_pmu; in uncore_pmu_enable()
782 uncore_pmu = container_of(pmu, struct intel_uncore_pmu, pmu); in uncore_pmu_enable()
796 struct intel_uncore_pmu *uncore_pmu; in uncore_pmu_disable()
799 uncore_pmu = container_of(pmu, struct intel_uncore_pmu, pmu); in uncore_pmu_disable()
828 static int uncore_pmu_register(struct intel_uncore_pmu *pmu) in uncore_pmu_register()
868 static void uncore_pmu_unregister(struct intel_uncore_pmu *pmu) in uncore_pmu_unregister()
876 static void uncore_free_boxes(struct intel_uncore_pmu *pmu) in uncore_free_boxes()
[all …]
Duncore_snb.c449 struct intel_uncore_pmu *pmu; in snb_uncore_imc_event_init()