Home
last modified time | relevance | path

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

/xnu-12377.61.12/osfmk/kern/
H A Dtelemetry.c1239 _telemetry_buffer_alloc(struct micro_snapshot_buffer *buf, size_t size) in _telemetry_buffer_alloc() function
1322 struct micro_snapshot *msnap = _telemetry_buffer_alloc(current_buffer, sizeof(*msnap)); in telemetry_process_sample()
1331 struct task_snapshot *tsnap = _telemetry_buffer_alloc(current_buffer, sizeof(*tsnap)); in telemetry_process_sample()
1335 void *uuid_info_buf = _telemetry_buffer_alloc(current_buffer, uuids.uuid_info_size); in telemetry_process_sample()
1340 struct thread_snapshot *thsnap = _telemetry_buffer_alloc(current_buffer, sizeof(*thsnap)); in telemetry_process_sample()
1345 uint64_t *dqserial_buf = _telemetry_buffer_alloc(current_buffer, sizeof(*dqserial_buf)); in telemetry_process_sample()
1349 void *frames_buf = _telemetry_buffer_alloc(current_buffer, frames_size); in telemetry_process_sample()