Symbol: xe_guc_log_snapshot
drivers/gpu/drm/xe/xe_devcoredump_types.h
46
struct xe_guc_log_snapshot *log;
drivers/gpu/drm/xe/xe_guc_ct.c
2122
struct xe_guc_log_snapshot *snapshot_log;
drivers/gpu/drm/xe/xe_guc_ct_types.h
106
struct xe_guc_log_snapshot *snapshot_log;
drivers/gpu/drm/xe/xe_guc_log.c
113
static struct xe_guc_log_snapshot *xe_guc_log_snapshot_alloc(struct xe_guc_log *log, bool atomic)
drivers/gpu/drm/xe/xe_guc_log.c
115
struct xe_guc_log_snapshot *snapshot;
drivers/gpu/drm/xe/xe_guc_log.c
164
void xe_guc_log_snapshot_free(struct xe_guc_log_snapshot *snapshot)
drivers/gpu/drm/xe/xe_guc_log.c
188
struct xe_guc_log_snapshot *xe_guc_log_snapshot_capture(struct xe_guc_log *log, bool atomic)
drivers/gpu/drm/xe/xe_guc_log.c
190
struct xe_guc_log_snapshot *snapshot;
drivers/gpu/drm/xe/xe_guc_log.c
233
void xe_guc_log_snapshot_print(struct xe_guc_log_snapshot *snapshot, struct drm_printer *p)
drivers/gpu/drm/xe/xe_guc_log.c
414
xe_guc_log_output_lfd_init(struct drm_printer *p, struct xe_guc_log_snapshot *snapshot,
drivers/gpu/drm/xe/xe_guc_log.c
432
xe_guc_log_print_chunks(struct drm_printer *p, struct xe_guc_log_snapshot *snapshot,
drivers/gpu/drm/xe/xe_guc_log.c
453
xe_guc_log_add_log_event(struct drm_printer *p, struct xe_guc_log_snapshot *snapshot,
drivers/gpu/drm/xe/xe_guc_log.c
502
xe_guc_log_add_crash_dump(struct drm_printer *p, struct xe_guc_log_snapshot *snapshot,
drivers/gpu/drm/xe/xe_guc_log.c
546
xe_guc_log_snapshot_print_lfd(struct xe_guc_log_snapshot *snapshot, struct drm_printer *p)
drivers/gpu/drm/xe/xe_guc_log.c
600
struct xe_guc_log_snapshot *snapshot;
drivers/gpu/drm/xe/xe_guc_log.c
617
struct xe_guc_log_snapshot *snapshot;
drivers/gpu/drm/xe/xe_guc_log.h
57
struct xe_guc_log_snapshot *xe_guc_log_snapshot_capture(struct xe_guc_log *log, bool atomic);
drivers/gpu/drm/xe/xe_guc_log.h
58
void xe_guc_log_snapshot_print(struct xe_guc_log_snapshot *snapshot, struct drm_printer *p);
drivers/gpu/drm/xe/xe_guc_log.h
59
void xe_guc_log_snapshot_free(struct xe_guc_log_snapshot *snapshot);