Home
last modified time | relevance | path

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

/xnu-12377.1.9/osfmk/conf/
H A Dfiles372 osfmk/kern/bootprofile.c optional config_telemetry
/xnu-12377.1.9/osfmk/kern/
H A Dkern_stackshot.c2493 void *bootprofile = NULL; in kern_stack_snapshot_internal() local
2496 bootprofile_get(&bootprofile, &len); in kern_stack_snapshot_internal()
2498 if (!bootprofile || !len) { in kern_stack_snapshot_internal()
2502 error = stackshot_remap_buffer(bootprofile, len, out_buffer_addr, out_size_addr); in kern_stack_snapshot_internal()