Home
last modified time | relevance | path

Searched refs:intel_uncore_pmu (Results 1 - 8 of 8) sorted by relevance

/kernel/linux/linux-6.6/arch/x86/events/intel/
H A Duncore.h44 struct intel_uncore_pmu;
82 struct intel_uncore_pmu *pmus;
121 struct intel_uncore_pmu { struct
151 struct intel_uncore_pmu *pmu;
218 static inline struct intel_uncore_pmu *dev_to_uncore_pmu(struct device *dev) in dev_to_uncore_pmu()
220 return container_of(dev_get_drvdata(dev), struct intel_uncore_pmu, pmu); in dev_to_uncore_pmu()
308 struct intel_uncore_pmu *pmu = box->pmu; in uncore_msr_box_offset()
380 struct intel_uncore_pmu *pmu = box->pmu; in uncore_freerunning_counter()
556 static inline struct intel_uncore_pmu *uncore_event_to_pmu(struct perf_event *event) in uncore_event_to_pmu()
558 return container_of(event->pmu, struct intel_uncore_pmu, pm in uncore_event_to_pmu()
[all...]
H A Duncore.c137 struct intel_uncore_box *uncore_pmu_to_box(struct intel_uncore_pmu *pmu, int cpu) in uncore_pmu_to_box()
693 static int uncore_validate_group(struct intel_uncore_pmu *pmu, in uncore_validate_group()
734 struct intel_uncore_pmu *pmu; in uncore_pmu_event_init()
815 struct intel_uncore_pmu *uncore_pmu; in uncore_pmu_enable()
818 uncore_pmu = container_of(pmu, struct intel_uncore_pmu, pmu); in uncore_pmu_enable()
830 struct intel_uncore_pmu *uncore_pmu; in uncore_pmu_disable()
833 uncore_pmu = container_of(pmu, struct intel_uncore_pmu, pmu); in uncore_pmu_disable()
861 struct intel_uncore_pmu *pmu) in uncore_get_box_id()
866 void uncore_get_alias_name(char *pmu_name, struct intel_uncore_pmu *pmu) in uncore_get_alias_name()
878 static void uncore_get_pmu_name(struct intel_uncore_pmu *pm
[all...]
H A Duncore_snb.c873 struct intel_uncore_pmu *pmu; in snb_uncore_imc_event_init()
1488 struct intel_uncore_pmu *pmu = box->pmu; in __uncore_imc_init_box()
H A Duncore_snbep.c3712 static struct intel_uncore_topology *pmu_topology(struct intel_uncore_pmu *pmu, int die) in pmu_topology()
3728 struct intel_uncore_pmu *pmu = dev_to_uncore_pmu(kobj_to_dev(kobj)); in pmu_iio_mapping_visible()
3744 struct intel_uncore_pmu *pmu = dev_to_uncore_pmu(dev); in skx_iio_mapping_show()
4266 struct intel_uncore_pmu *pmu = dev_to_uncore_pmu(kobj_to_dev(kobj)); in skx_upi_mapping_visible()
4274 struct intel_uncore_pmu *pmu = dev_to_uncore_pmu(dev); in skx_upi_mapping_show()
5974 struct intel_uncore_pmu *pmu = dev_to_uncore_pmu(dev); in alias_show()
/kernel/linux/linux-5.10/arch/x86/events/intel/
H A Duncore.h41 struct intel_uncore_pmu;
71 struct intel_uncore_pmu *pmus;
110 struct intel_uncore_pmu { struct
141 struct intel_uncore_pmu *pmu;
186 static inline struct intel_uncore_pmu *dev_to_uncore_pmu(struct device *dev) in dev_to_uncore_pmu()
188 return container_of(dev_get_drvdata(dev), struct intel_uncore_pmu, pmu); in dev_to_uncore_pmu()
276 struct intel_uncore_pmu *pmu = box->pmu; in uncore_msr_box_offset()
348 struct intel_uncore_pmu *pmu = box->pmu; in uncore_freerunning_counter()
524 static inline struct intel_uncore_pmu *uncore_event_to_pmu(struct perf_event *event) in uncore_event_to_pmu()
526 return container_of(event->pmu, struct intel_uncore_pmu, pm in uncore_event_to_pmu()
[all...]
H A Duncore.c105 struct intel_uncore_box *uncore_pmu_to_box(struct intel_uncore_pmu *pmu, int cpu) in uncore_pmu_to_box()
662 static int uncore_validate_group(struct intel_uncore_pmu *pmu, in uncore_validate_group()
703 struct intel_uncore_pmu *pmu; in uncore_pmu_event_init()
784 struct intel_uncore_pmu *uncore_pmu; in uncore_pmu_enable()
787 uncore_pmu = container_of(pmu, struct intel_uncore_pmu, pmu); in uncore_pmu_enable()
801 struct intel_uncore_pmu *uncore_pmu; in uncore_pmu_disable()
804 uncore_pmu = container_of(pmu, struct intel_uncore_pmu, pmu); in uncore_pmu_disable()
833 static int uncore_pmu_register(struct intel_uncore_pmu *pmu) in uncore_pmu_register()
875 static void uncore_pmu_unregister(struct intel_uncore_pmu *pmu) in uncore_pmu_unregister()
883 static void uncore_free_boxes(struct intel_uncore_pmu *pm
[all...]
H A Duncore_snb.c541 struct intel_uncore_pmu *pmu; in snb_uncore_imc_event_init()
1263 struct intel_uncore_pmu *pmu = box->pmu; in tgl_uncore_imc_freerunning_init_box()
H A Duncore_snbep.c3640 static inline u8 skx_iio_stack(struct intel_uncore_pmu *pmu, int die) in skx_iio_stack()
3649 struct intel_uncore_pmu *pmu = dev_to_uncore_pmu(kobj_to_dev(kobj)); in pmu_iio_mapping_visible()
3665 struct intel_uncore_pmu *uncore_pmu = dev_to_uncore_pmu(dev); in skx_iio_mapping_show()

Completed in 25 milliseconds