blob: 312291e5a56d58c56613d38c05e65bdeab08aa61 [file] [log] [blame]
name: adreno_cmdbatch_fault
ID: 446
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 id; offset:8; size:4; signed:0;
field:unsigned int timestamp; offset:12; size:4; signed:0;
field:unsigned int fault; offset:16; size:4; signed:0;
print fmt: "ctx=%u ts=%u type=%s", REC->id, REC->timestamp, __print_symbolic(REC->fault, { 0, "none" }, { (1UL << (0)), "soft" }, { (1UL << (1)), "hard" }, { (1UL << (2)), "timeout" })