name: syncpoint_timestamp
ID: 506
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:unsigned int syncobj_context_id;	offset:8;	size:4;	signed:0;
	field:unsigned int context_id;	offset:12;	size:4;	signed:0;
	field:unsigned int timestamp;	offset:16;	size:4;	signed:0;

print fmt: "ctx=%d sync ctx=%d ts=%d", REC->syncobj_context_id, REC->context_id, REC->timestamp
