Home
last modified time | relevance | path

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

/xnu-11417.140.69/osfmk/kern/
H A Dtelemetry.c92 uint32_t end_point; member
188 .end_point = 0
201 .end_point = 0
824 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 …]