Home
last modified time | relevance | path

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

/xnu-8019.80.24/osfmk/kern/
H A Dkern_stackshot.c720 void *bootprofile = NULL; in kern_stack_snapshot_internal() local
723 bootprofile_get(&bootprofile, &len); in kern_stack_snapshot_internal()
725 if (!bootprofile || !len) { in kern_stack_snapshot_internal()
729 error = stackshot_remap_buffer(bootprofile, len, out_buffer_addr, out_size_addr); in kern_stack_snapshot_internal()