Searched refs:thread_snapshot (Results 1 – 5 of 5) sorted by relevance
737 struct thread_snapshot *thsnap; in telemetry_process_sample()1026 if ((current_buffer->size - current_buffer->current_position) < sizeof(struct thread_snapshot)) { in telemetry_process_sample()1038 …thsnap = (struct thread_snapshot *)(uintptr_t)(current_buffer->buffer + current_buffer->current_po… in telemetry_process_sample()1065 current_buffer->current_position += sizeof(struct thread_snapshot); in telemetry_process_sample()
52 struct thread_snapshot { struct
527 typedef struct thread_snapshot *thread_snapshot_t;
137 …thread_snap_flags = [parsed_threads[th_key][@"thread_snapshot"][@"ths_ss_flags"] unsignedLongLongV…
3372 NSDictionary *thread_snap = thread[@"thread_snapshot"];