Home
last modified time | relevance | path

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

/xnu-12377.61.12/osfmk/kern/
H A Dtelemetry.c99 sizeof(struct thread_snapshot);
612 struct thread_snapshot tkse_thread_snap;
655 snaps->tkse_thread_snap = (struct thread_snapshot){ in _telemetry_kernel_snapshot()
1115 _write_thread_snapshot(struct thread_snapshot *thsnap, const struct telemetry_target *target) in _write_thread_snapshot()
1340 struct thread_snapshot *thsnap = _telemetry_buffer_alloc(current_buffer, sizeof(*thsnap)); in telemetry_process_sample()
H A Ddebug.h56 struct thread_snapshot { struct
H A Dkern_stackshot.c541 typedef struct thread_snapshot *thread_snapshot_t;
/xnu-12377.61.12/tests/
H A Dstackshot_idle_25570396.m137 …thread_snap_flags = [parsed_threads[th_key][@"thread_snapshot"][@"ths_ss_flags"] unsignedLongLongV…
H A Dstackshot_tests.m3500 NSDictionary *thread_snap = thread[@"thread_snapshot"];