Searched refs:intel_uncore_pmu (Results 1 – 4 of 4) sorted by relevance
/Linux-v6.1/arch/x86/events/intel/ |
D | uncore.h | 41 struct intel_uncore_pmu; 79 struct intel_uncore_pmu *pmus; 118 struct intel_uncore_pmu { struct 148 struct intel_uncore_pmu *pmu; argument 199 static inline struct intel_uncore_pmu *dev_to_uncore_pmu(struct device *dev) in dev_to_uncore_pmu() 201 return container_of(dev_get_drvdata(dev), struct intel_uncore_pmu, pmu); in dev_to_uncore_pmu() 289 struct intel_uncore_pmu *pmu = box->pmu; in uncore_msr_box_offset() 361 struct intel_uncore_pmu *pmu = box->pmu; in uncore_freerunning_counter() 537 static inline struct intel_uncore_pmu *uncore_event_to_pmu(struct perf_event *event) in uncore_event_to_pmu() 539 return container_of(event->pmu, struct intel_uncore_pmu, pmu); in uncore_event_to_pmu() [all …]
|
D | uncore.c | 122 struct intel_uncore_box *uncore_pmu_to_box(struct intel_uncore_pmu *pmu, int cpu) in uncore_pmu_to_box() 678 static int uncore_validate_group(struct intel_uncore_pmu *pmu, in uncore_validate_group() 719 struct intel_uncore_pmu *pmu; in uncore_pmu_event_init() 800 struct intel_uncore_pmu *uncore_pmu; in uncore_pmu_enable() 803 uncore_pmu = container_of(pmu, struct intel_uncore_pmu, pmu); in uncore_pmu_enable() 815 struct intel_uncore_pmu *uncore_pmu; in uncore_pmu_disable() 818 uncore_pmu = container_of(pmu, struct intel_uncore_pmu, pmu); in uncore_pmu_disable() 845 void uncore_get_alias_name(char *pmu_name, struct intel_uncore_pmu *pmu) in uncore_get_alias_name() 857 static void uncore_get_pmu_name(struct intel_uncore_pmu *pmu) in uncore_get_pmu_name() 884 static int uncore_pmu_register(struct intel_uncore_pmu *pmu) in uncore_pmu_register() [all …]
|
D | uncore_snb.c | 725 struct intel_uncore_pmu *pmu; in snb_uncore_imc_event_init() 1327 struct intel_uncore_pmu *pmu = box->pmu; in __uncore_imc_init_box()
|
D | uncore_snbep.c | 3702 static inline u8 skx_iio_stack(struct intel_uncore_pmu *pmu, int die) in skx_iio_stack() 3712 struct intel_uncore_pmu *pmu = dev_to_uncore_pmu(kobj_to_dev(kobj)); in pmu_iio_mapping_visible() 3727 struct intel_uncore_pmu *pmu = dev_to_uncore_pmu(dev); in skx_iio_mapping_show() 5643 struct intel_uncore_pmu *pmu = dev_to_uncore_pmu(dev); in alias_show()
|