Home
last modified time | relevance | path

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

/xnu-8796.121.2/osfmk/kern/
H A Dtelemetry.c1379 uint32_t bootprofile_buffer_current_position = 0; variable
1533 if (bootprofile_buffer_current_position < bootprofile_buffer_size) { in bootprofile_timer_call()
1554 pid_to_profile, (void *)(bootprofile_buffer + bootprofile_buffer_current_position), in bootprofile_timer_call()
1555 bootprofile_buffer_size - bootprofile_buffer_current_position, in bootprofile_timer_call()
1574 bootprofile_buffer_current_position += retbytes; in bootprofile_timer_call()
1580 if ((retbytes == 0) || (bootprofile_buffer_current_position == bootprofile_buffer_size)) { in bootprofile_timer_call()
1607 *length = bootprofile_buffer_current_position; in bootprofile_get()
1623 if (*length < bootprofile_buffer_current_position) { in bootprofile_gather()
1629 bootprofile_buffer_current_position)) != 0) { in bootprofile_gather()
1633 *length = bootprofile_buffer_current_position; in bootprofile_gather()