Searched refs:task_snapshot (Results 1 – 5 of 5) sorted by relevance
745 struct task_snapshot *tsnap; in telemetry_process_sample()895 if ((current_buffer->size - current_buffer->current_position) < sizeof(struct task_snapshot)) { in telemetry_process_sample()906 …tsnap = (struct task_snapshot *)(uintptr_t)(current_buffer->buffer + current_buffer->current_posit… in telemetry_process_sample()965 current_buffer->current_position += sizeof(struct task_snapshot); in telemetry_process_sample()
97 struct task_snapshot { struct
234 typedef struct task_snapshot *task_snapshot_t;510 size_t est_task_size = sizeof(struct task_snapshot) + TASK_UUID_AVG_SIZE; in get_stackshot_estsize()
2385 NSDictionary* task_snapshot = container[@"task_snapshots"][@"task_snapshot"];2398 …T_QUIET; T_ASSERT_TRUE(!!task_snapshot != !!task_delta_snapshot, "Either task_snapshot xor task_de…2425 if (task_snapshot) {2426 uint64_t unique_pid = [task_snapshot[@"ts_unique_pid"] unsignedLongLongValue];2448 if (!task_snapshot) {2452 int pid = [task_snapshot[@"ts_pid"] intValue];2493 uint64_t task_flags = [task_snapshot[@"ts_ss_flags"] unsignedLongLongValue];2521 uint64_t task_flags = [task_snapshot[@"ts_ss_flags"] unsignedLongLongValue];2530 uint64_t task_flags = [task_snapshot[@"ts_ss_flags"] unsignedLongLongValue];2604 [task_snapshot[@"ts_p_comm"] UTF8String],[all …]
208 parsedPid = parsedContainer[@"task_snapshots"][@"task_snapshot"][@"ts_pid"];