Searched refs:__engine_event (Results 1 - 2 of 2) sorted by relevance
/kernel/linux/linux-5.10/drivers/gpu/drm/i915/ |
H A D | i915_pmu.c | 828 #define __engine_event(__sample, __name) \ macro 877 __engine_event(I915_SAMPLE_BUSY, "busy"), in create_event_attributes() 878 __engine_event(I915_SAMPLE_SEMA, "sema"), in create_event_attributes() 879 __engine_event(I915_SAMPLE_WAIT, "wait"), in create_event_attributes()
|
/kernel/linux/linux-6.6/drivers/gpu/drm/i915/ |
H A D | i915_pmu.c | 952 #define __engine_event(__sample, __name) \ macro 1003 __engine_event(I915_SAMPLE_BUSY, "busy"), in create_event_attributes() 1004 __engine_event(I915_SAMPLE_SEMA, "sema"), in create_event_attributes() 1005 __engine_event(I915_SAMPLE_WAIT, "wait"), in create_event_attributes()
|
Completed in 7 milliseconds