Searched refs:thread_snapshot (Results 1 – 5 of 5) sorted by relevance
746 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()
51 struct thread_snapshot { struct
231 typedef struct thread_snapshot *thread_snapshot_t;507 size_t est_thread_size = sizeof(struct thread_snapshot); in get_stackshot_estsize()
137 …thread_snap_flags = [parsed_threads[th_key][@"thread_snapshot"][@"ths_ss_flags"] unsignedLongLongV…
2621 NSDictionary *thread_snap = thread[@"thread_snapshot"];