cudbg_compress_hdr
if (pdbg_buff->offset + sizeof(struct cudbg_compress_hdr) >
pin_buff->size = sizeof(struct cudbg_compress_hdr);
pdbg_buff->offset += sizeof(struct cudbg_compress_hdr);
struct cudbg_compress_hdr *c_hdr;
c_hdr = (struct cudbg_compress_hdr *)temp_buff.data;