Home
last modified time | relevance | path

Searched refs:compressed_stackshot_len (Results 1 – 1 of 1) sorted by relevance

/xnu-12377.81.4/osfmk/kdp/
H A Dkdp_core.c1260 uint64_t compressed_stackshot_len = 0; in do_kern_dump() local
1268 … kern_dump_record_file(&outstate, stackshot_filename, foffset, &compressed_stackshot_len, details_… in do_kern_dump()
1272 …shot in corefile at offset 0x%llx, compressed to %llu bytes\n", foffset, compressed_stackshot_len); in do_kern_dump()
1273 foffset = roundup((foffset + compressed_stackshot_len), KERN_COREDUMP_BEGIN_FILEBYTES_ALIGN); in do_kern_dump()