Home
last modified time | relevance | path

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

/xnu-10063.141.1/osfmk/kern/
H A Dkern_stackshot.c1155 void *bootprofile = NULL; in kern_stack_snapshot_internal() local
1158 bootprofile_get(&bootprofile, &len); in kern_stack_snapshot_internal()
1160 if (!bootprofile || !len) { in kern_stack_snapshot_internal()
1164 error = stackshot_remap_buffer(bootprofile, len, out_buffer_addr, out_size_addr); in kern_stack_snapshot_internal()