Home
last modified time | relevance | path

Searched refs:xe_pmu (Results 1 – 5 of 5) sorted by relevance

/linux-6.15/drivers/gpu/drm/xe/
H A Dxe_pmu.c141 static bool event_supported(struct xe_pmu *pmu, unsigned int gt, in event_supported()
201 struct xe_pmu *pmu = &xe->pmu; in xe_pmu_event_init()
290 struct xe_pmu *pmu = &xe->pmu; in xe_pmu_event_read()
313 struct xe_pmu *pmu = &xe->pmu; in xe_pmu_event_start()
325 struct xe_pmu *pmu = &xe->pmu; in xe_pmu_event_stop()
337 struct xe_pmu *pmu = &xe->pmu; in xe_pmu_event_add()
395 struct xe_pmu *pmu; \
440 static void set_supported_events(struct xe_pmu *pmu) in set_supported_events()
460 struct xe_pmu *pmu = arg; in xe_pmu_unregister()
478 int xe_pmu_register(struct xe_pmu *pmu) in xe_pmu_register()
H A Dxe_pmu.h12 int xe_pmu_register(struct xe_pmu *pmu);
14 static inline int xe_pmu_register(struct xe_pmu *pmu) { return 0; } in xe_pmu_register()
H A Dxe_pmu_types.h20 struct xe_pmu { struct
H A Dxe_device_types.h555 struct xe_pmu pmu;
H A DMakefile133 xe-$(CONFIG_PERF_EVENTS) += xe_pmu.o