Searched refs:thread_snapshot (Results 1 – 5 of 5) sorted by relevance
809 struct thread_snapshot *thsnap; in telemetry_process_sample()1073 if ((current_buffer->size - current_buffer->current_position) < sizeof(struct thread_snapshot)) { in telemetry_process_sample()1085 …thsnap = (struct thread_snapshot *)(uintptr_t)(current_buffer->buffer + current_buffer->current_po… in telemetry_process_sample()1112 current_buffer->current_position += sizeof(struct thread_snapshot); in telemetry_process_sample()
51 struct thread_snapshot { struct
258 typedef struct thread_snapshot *thread_snapshot_t;577 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…
3132 NSDictionary *thread_snap = thread[@"thread_snapshot"];