Searched refs:intel_uncore_pmu (Results 1 – 4 of 4) sorted by relevance
/linux-6.12.1/arch/x86/events/intel/ |
D | uncore.h | 44 struct intel_uncore_pmu; 80 struct intel_uncore_pmu *pmus; 124 struct intel_uncore_pmu { struct 155 struct intel_uncore_pmu *pmu; argument 222 static inline struct intel_uncore_pmu *dev_to_uncore_pmu(struct device *dev) in dev_to_uncore_pmu() 224 return container_of(dev_get_drvdata(dev), struct intel_uncore_pmu, pmu); in dev_to_uncore_pmu() 312 struct intel_uncore_pmu *pmu = box->pmu; in uncore_msr_box_offset() 384 struct intel_uncore_pmu *pmu = box->pmu; in uncore_freerunning_counter() 560 static inline struct intel_uncore_pmu *uncore_event_to_pmu(struct perf_event *event) in uncore_event_to_pmu() 562 return container_of(event->pmu, struct intel_uncore_pmu, pmu); in uncore_event_to_pmu() [all …]
|
D | uncore.c | 138 struct intel_uncore_box *uncore_pmu_to_box(struct intel_uncore_pmu *pmu, int cpu) in uncore_pmu_to_box() 697 static int uncore_validate_group(struct intel_uncore_pmu *pmu, in uncore_validate_group() 738 struct intel_uncore_pmu *pmu; in uncore_pmu_event_init() 819 struct intel_uncore_pmu *uncore_pmu; in uncore_pmu_enable() 822 uncore_pmu = container_of(pmu, struct intel_uncore_pmu, pmu); in uncore_pmu_enable() 834 struct intel_uncore_pmu *uncore_pmu; in uncore_pmu_disable() 837 uncore_pmu = container_of(pmu, struct intel_uncore_pmu, pmu); in uncore_pmu_disable() 850 struct intel_uncore_pmu *pmu = container_of(dev_get_drvdata(dev), struct intel_uncore_pmu, pmu); in uncore_get_attr_cpumask() 867 struct intel_uncore_pmu *pmu) in uncore_get_box_id() 875 void uncore_get_alias_name(char *pmu_name, struct intel_uncore_pmu *pmu) in uncore_get_alias_name() [all …]
|
D | uncore_snb.c | 902 struct intel_uncore_pmu *pmu; in snb_uncore_imc_event_init() 1523 struct intel_uncore_pmu *pmu = box->pmu; in uncore_get_box_mmio_addr()
|
D | uncore_snbep.c | 3723 static struct intel_uncore_topology *pmu_topology(struct intel_uncore_pmu *pmu, int die) in pmu_topology() 3739 struct intel_uncore_pmu *pmu = dev_to_uncore_pmu(kobj_to_dev(kobj)); in pmu_iio_mapping_visible() 3755 struct intel_uncore_pmu *pmu = dev_to_uncore_pmu(dev); in skx_iio_mapping_show() 4277 struct intel_uncore_pmu *pmu = dev_to_uncore_pmu(kobj_to_dev(kobj)); in skx_upi_mapping_visible() 4285 struct intel_uncore_pmu *pmu = dev_to_uncore_pmu(dev); in skx_upi_mapping_show() 5981 struct intel_uncore_pmu *pmu = dev_to_uncore_pmu(dev); in alias_show()
|