Lines Matching refs:container_of

93 	struct xe_device *xe = container_of(event->pmu, typeof(*xe), pmu.base);  in event_to_gt()
101 struct xe_device *xe = container_of(event->pmu, typeof(*xe), pmu.base); in event_to_hwe()
135 struct xe_device *xe = container_of(event->pmu, typeof(*xe), pmu.base); in event_gt_forcewake()
163 struct xe_device *xe = container_of(pmu, typeof(*xe), pmu); in event_supported()
175 struct xe_device *xe = container_of(event->pmu, typeof(*xe), pmu.base); in event_param_valid()
216 struct xe_device *xe = container_of(event->pmu, typeof(*xe), pmu.base); in xe_pmu_event_destroy()
234 struct xe_device *xe = container_of(event->pmu, typeof(*xe), pmu.base); in xe_pmu_event_init()
338 struct xe_device *xe = container_of(event->pmu, typeof(*xe), pmu.base); in xe_pmu_event_read()
361 struct xe_device *xe = container_of(event->pmu, typeof(*xe), pmu.base); in xe_pmu_event_start()
373 struct xe_device *xe = container_of(event->pmu, typeof(*xe), pmu.base); in xe_pmu_event_stop()
385 struct xe_device *xe = container_of(event->pmu, typeof(*xe), pmu.base); in xe_pmu_event_add()
426 container_of(attr, struct perf_pmu_events_attr, attr); in event_attr_show()
448 pmu_attr = container_of(attr, typeof(*pmu_attr), attr.attr); \
449 pmu = container_of(dev_get_drvdata(kobj_to_dev(kobj)), \
499 struct xe_device *xe = container_of(pmu, typeof(*xe), pmu); in set_supported_events()
521 struct xe_device *xe = container_of(pmu, typeof(*xe), pmu); in xe_pmu_unregister()
540 struct xe_device *xe = container_of(pmu, typeof(*xe), pmu); in xe_pmu_register()