blob: 46c62d5a321677d9eb9cb5ae553d9675af489537 [file] [log] [blame]
name: nvmap_create_handle
ID: 451
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:struct nvmap_client * client; offset:8; size:8; signed:0;
field:__data_loc char[] sname; offset:16; size:4; signed:0;
field:struct nvmap_handle * h; offset:24; size:8; signed:0;
field:u32 size; offset:32; size:4; signed:0;
field:struct nvmap_handle_ref * ref; offset:40; size:8; signed:0;
print fmt: "client=%p, name=%s, handle=%p, size=%d, ref=%p", REC->client, __get_str(sname), REC->h, REC->size, REC->ref