Home
last modified time | relevance | path

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

/xnu-8796.121.2/osfmk/kern/
H A Dtelemetry.c1377 vm_offset_t bootprofile_buffer = 0; variable
1458 ret = kmem_alloc(kernel_map, &bootprofile_buffer, bootprofile_buffer_size, in bootprofile_init()
1554 pid_to_profile, (void *)(bootprofile_buffer + bootprofile_buffer_current_position), in bootprofile_timer_call()
1606 *buffer = (void*) bootprofile_buffer; in bootprofile_get()
1618 if (bootprofile_buffer == 0) { in bootprofile_gather()
1628 if ((result = copyout((void *)bootprofile_buffer, buffer, in bootprofile_gather()