Home
last modified time | relevance | path

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

/xnu-8019.80.24/osfmk/kern/
H A Dtelemetry.c744 struct micro_snapshot *msnap; in telemetry_process_sample()
870 if ((current_buffer->size - current_buffer->current_position) < sizeof(struct micro_snapshot)) { in telemetry_process_sample()
885 …msnap = (struct micro_snapshot *)(uintptr_t)(current_buffer->buffer + current_buffer->current_posi… in telemetry_process_sample()
893 current_buffer->current_position += sizeof(struct micro_snapshot); in telemetry_process_sample()
1137 struct micro_snapshot *p; in log_telemetry_output()
1148 p = (struct micro_snapshot *)(buf + offset); in log_telemetry_output()
H A Ddebug.h150 struct micro_snapshot { struct