name: mfc_frame_start
ID: 1093
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:int ctx_num;	offset:8;	size:4;	signed:1;
	field:int reason;	offset:12;	size:4;	signed:1;
	field:int type;	offset:16;	size:4;	signed:1;
	field:int is_drm;	offset:20;	size:4;	signed:1;

print fmt: "ctx[%d] reason=%d, type=%d, %s", REC->ctx_num, REC->reason, REC->type, REC->is_drm ? "drm" : "normal"
