Searched refs:bootprofile_buffer_current_position (Results 1 – 1 of 1) sorted by relevance
1369 uint32_t bootprofile_buffer_current_position = 0; variable1523 if (bootprofile_buffer_current_position < bootprofile_buffer_size) { in bootprofile_timer_call()1544 pid_to_profile, (void *)(bootprofile_buffer + bootprofile_buffer_current_position), in bootprofile_timer_call()1545 bootprofile_buffer_size - bootprofile_buffer_current_position, in bootprofile_timer_call()1564 bootprofile_buffer_current_position += retbytes; in bootprofile_timer_call()1570 if ((retbytes == 0) || (bootprofile_buffer_current_position == bootprofile_buffer_size)) { in bootprofile_timer_call()1597 *length = bootprofile_buffer_current_position; in bootprofile_get()1613 if (*length < bootprofile_buffer_current_position) { in bootprofile_gather()1619 bootprofile_buffer_current_position)) != 0) { in bootprofile_gather()1623 *length = bootprofile_buffer_current_position; in bootprofile_gather()