Home
last modified time | relevance | path

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

/xnu-10063.141.1/osfmk/kern/
H A Dtelemetry.c807 struct micro_snapshot *msnap; in telemetry_process_sample()
933 if ((current_buffer->size - current_buffer->current_position) < sizeof(struct micro_snapshot)) { in telemetry_process_sample()
948 …msnap = (struct micro_snapshot *)(uintptr_t)(current_buffer->buffer + current_buffer->current_posi… in telemetry_process_sample()
956 current_buffer->current_position += sizeof(struct micro_snapshot); in telemetry_process_sample()
1211 struct micro_snapshot *p; in log_telemetry_output()
1222 p = (struct micro_snapshot *)(buf + offset); in log_telemetry_output()
H A Ddebug.h163 struct micro_snapshot { struct