Symbol: xe_guc_submit_exec_queue_snapshot
drivers/gpu/drm/xe/xe_devcoredump_types.h
50
struct xe_guc_submit_exec_queue_snapshot *ge;
drivers/gpu/drm/xe/xe_guc_capture.c
1662
struct xe_guc_submit_exec_queue_snapshot *ge = devcoredump->snapshot.ge;
drivers/gpu/drm/xe/xe_guc_submit.c
3136
struct xe_guc_submit_exec_queue_snapshot *snapshot)
drivers/gpu/drm/xe/xe_guc_submit.c
3161
guc_exec_queue_wq_snapshot_print(struct xe_guc_submit_exec_queue_snapshot *snapshot,
drivers/gpu/drm/xe/xe_guc_submit.c
3192
struct xe_guc_submit_exec_queue_snapshot *
drivers/gpu/drm/xe/xe_guc_submit.c
3196
struct xe_guc_submit_exec_queue_snapshot *snapshot;
drivers/gpu/drm/xe/xe_guc_submit.c
3249
xe_guc_exec_queue_snapshot_capture_delayed(struct xe_guc_submit_exec_queue_snapshot *snapshot)
drivers/gpu/drm/xe/xe_guc_submit.c
3268
xe_guc_exec_queue_snapshot_print(struct xe_guc_submit_exec_queue_snapshot *snapshot,
drivers/gpu/drm/xe/xe_guc_submit.c
3311
void xe_guc_exec_queue_snapshot_free(struct xe_guc_submit_exec_queue_snapshot *snapshot)
drivers/gpu/drm/xe/xe_guc_submit.c
3328
struct xe_guc_submit_exec_queue_snapshot *snapshot;
drivers/gpu/drm/xe/xe_guc_submit.h
43
struct xe_guc_submit_exec_queue_snapshot *
drivers/gpu/drm/xe/xe_guc_submit.h
46
xe_guc_exec_queue_snapshot_capture_delayed(struct xe_guc_submit_exec_queue_snapshot *snapshot);
drivers/gpu/drm/xe/xe_guc_submit.h
48
xe_guc_exec_queue_snapshot_print(struct xe_guc_submit_exec_queue_snapshot *snapshot,
drivers/gpu/drm/xe/xe_guc_submit.h
51
xe_guc_exec_queue_snapshot_free(struct xe_guc_submit_exec_queue_snapshot *snapshot);