Searched refs:end_point (Results 1 – 1 of 1) sorted by relevance
94 uint32_t end_point; member190 .end_point = 0203 .end_point = 0826 buffer->current_position, buffer->end_point); in telemetry_instrumentation_end()1313 current_buffer->end_point = current_buffer->current_position; in telemetry_process_sample()1359 if (current_buffer->end_point < current_buffer->current_position) { in telemetry_process_sample()1366 current_buffer->end_point = current_buffer->current_position; in telemetry_process_sample()1434 ((oldest_record_offset + sizeof(uint32_t)) > current_buffer->end_point)) { in telemetry_buffer_gather()1471 current_buffer->end_point - oldest_record_offset)) != 0) { in telemetry_buffer_gather()1475 *length = current_buffer->end_point - oldest_record_offset; in telemetry_buffer_gather()[all …]