blob: 0036469656011e9de4ccb1debb6c117ef883cbc0 [file] [log] [blame]
name: adreno_cmdbatch_recovery
ID: 445
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 action; offset:16; size:4; signed:0;
print fmt: "ctx=%u ts=%u action=%s", REC->id, REC->timestamp, __print_symbolic(REC->action, { (1UL << (0)), "off" }, { (1UL << (1)), "replay" }, { (1UL << (2)), "skipib" }, { (1UL << (3)), "skipframe" }, { (1UL << (4)), "disable" }, { (1UL << (5)), "temp" }, { (1UL << (6)), "throttle"}, { (1UL << (7)), "skipcmd" })