Home
last modified time | relevance | path

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

/xnu-8019.80.24/osfmk/kern/
H A Dtelemetry.c746 struct thread_snapshot *thsnap; in telemetry_process_sample()
996 if ((current_buffer->size - current_buffer->current_position) < sizeof(struct thread_snapshot)) { in telemetry_process_sample()
1008 …thsnap = (struct thread_snapshot *)(uintptr_t)(current_buffer->buffer + current_buffer->current_po… in telemetry_process_sample()
1038 current_buffer->current_position += sizeof(struct thread_snapshot); in telemetry_process_sample()
H A Ddebug.h51 struct thread_snapshot { struct
H A Dkern_stackshot.c231 typedef struct thread_snapshot *thread_snapshot_t;
507 size_t est_thread_size = sizeof(struct thread_snapshot); in get_stackshot_estsize()
/xnu-8019.80.24/tests/
H A Dstackshot_idle_25570396.m137 …thread_snap_flags = [parsed_threads[th_key][@"thread_snapshot"][@"ths_ss_flags"] unsignedLongLongV…
H A Dstackshot_tests.m2621 NSDictionary *thread_snap = thread[@"thread_snapshot"];