Searched refs:bootprofile (Results 1 – 2 of 2) sorted by relevance
374 osfmk/kern/bootprofile.c optional config_telemetry
2504 void *bootprofile = NULL; in kern_stack_snapshot_internal() local2507 bootprofile_get(&bootprofile, &len); in kern_stack_snapshot_internal()2509 if (!bootprofile || !len) { in kern_stack_snapshot_internal()2513 error = stackshot_remap_buffer(bootprofile, len, out_buffer_addr, out_size_addr); in kern_stack_snapshot_internal()