Searched refs:bootprofile_buffer (Results 1 – 1 of 1) sorted by relevance
1351 vm_offset_t bootprofile_buffer = 0; variable1432 ret = kmem_alloc(kernel_map, &bootprofile_buffer, bootprofile_buffer_size, VM_KERN_MEMORY_DIAG); in bootprofile_init()1437 bzero((void *) bootprofile_buffer, bootprofile_buffer_size); in bootprofile_init()1528 pid_to_profile, (void *)(bootprofile_buffer + bootprofile_buffer_current_position), in bootprofile_timer_call()1580 *buffer = (void*) bootprofile_buffer; in bootprofile_get()1592 if (bootprofile_buffer == 0) { in bootprofile_gather()1602 if ((result = copyout((void *)bootprofile_buffer, buffer, in bootprofile_gather()