Home
last modified time | relevance | path

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

/xnu-12377.1.9/osfmk/kern/
H A Dtelemetry.c94 uint32_t end_point; member
190 .end_point = 0
203 .end_point = 0
826 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 …]