blob: 430a7607bcc739563acd2e50169e536bba97f75a [file] [log] [blame]
name: binder_command
ID: 504
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:uint32_t cmd; offset:8; size:4; signed:0;
print fmt: "cmd=0x%x %s", REC->cmd, (((REC->cmd) >> 0) & ((1 << 8)-1)) < (sizeof(binder_command_strings) / sizeof((binder_command_strings)[0]) + (sizeof(struct { int:-!!(__builtin_types_compatible_p(typeof((binder_command_strings)), typeof(&(binder_command_strings)[0]))); }))) ? binder_command_strings[(((REC->cmd) >> 0) & ((1 << 8)-1))] : "unknown"