Searched refs:end_point (Results 1 – 1 of 1) sorted by relevance
92 uint32_t end_point; member188 .end_point = 0201 .end_point = 0824 buffer->current_position, buffer->end_point); in telemetry_instrumentation_end()1329 current_buffer->end_point = current_buffer->current_position; in telemetry_process_sample()1375 if (current_buffer->end_point < current_buffer->current_position) { in telemetry_process_sample()1382 current_buffer->end_point = current_buffer->current_position; in telemetry_process_sample()1450 ((oldest_record_offset + sizeof(uint32_t)) > current_buffer->end_point)) { in telemetry_buffer_gather()1487 current_buffer->end_point - oldest_record_offset)) != 0) { in telemetry_buffer_gather()1491 *length = current_buffer->end_point - oldest_record_offset; in telemetry_buffer_gather()[all …]