aboutsummaryrefslogtreecommitdiff
path: root/src/traced/probes/ftrace/test/data/synthetic/events/gpu_scheduler/drm_sched_job/format
blob: 0122bc416b3278e877f1e3b3a655733339cf79c9 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
name: drm_sched_job
ID: 984
format:
	field:unsigned short common_type;	offset:0;	size:2;	signed:0;
	field:unsigned char common_flags;	offset:2;	size:1;	signed:0;
	field:unsigned char common_preempt_count;	offset:3;	size:1;	signed:0;
	field:int common_pid;	offset:4;	size:4;	signed:1;

	field:struct drm_sched_entity * entity;	offset:8;	size:8;	signed:0;
	field:struct dma_fence * fence;	offset:16;	size:8;	signed:0;
	field:__data_loc char[] name;	offset:24;	size:4;	signed:0;
	field:uint64_t id;	offset:32;	size:8;	signed:0;
	field:u32 job_count;	offset:40;	size:4;	signed:0;
	field:int hw_job_count;	offset:44;	size:4;	signed:1;

print fmt: "entity=%p, id=%llu, fence=%p, ring=%s, job count:%u, hw job count:%d", REC->entity, REC->id, REC->fence, __get_str(name), REC->job_count, REC->hw_job_count