Searched refs:bti (Results 1 – 1 of 1) sorted by relevance
743 uint32_t bti; in telemetry_process_sample() local1083 for (bti = 0; bti < btcount; bti++, current_buffer->current_position += framesize) { in telemetry_process_sample()1085 … *(uint64_t *)(uintptr_t)(current_buffer->buffer + current_buffer->current_position) = frames[bti]; in telemetry_process_sample()1087 …t *)(uintptr_t)(current_buffer->buffer + current_buffer->current_position) = (uint32_t)frames[bti]; in telemetry_process_sample()