Home
last modified time | relevance | path

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

/xnu-8019.80.24/osfmk/kern/
H A Dtelemetry.c745 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()
H A Ddebug.h97 struct task_snapshot { struct
H A Dkern_stackshot.c232 typedef struct task_snapshot *task_snapshot_t;
508 size_t est_task_size = sizeof(struct task_snapshot) + TASK_UUID_AVG_SIZE; in get_stackshot_estsize()
/xnu-8019.80.24/tests/
H A Dstackshot_tests.m2375 NSDictionary* task_snapshot = container[@"task_snapshots"][@"task_snapshot"];
2388 …T_QUIET; T_ASSERT_TRUE(!!task_snapshot != !!task_delta_snapshot, "Either task_snapshot xor task_de…
2415 if (task_snapshot) {
2416 uint64_t unique_pid = [task_snapshot[@"ts_unique_pid"] unsignedLongLongValue];
2438 if (!task_snapshot) {
2442 int pid = [task_snapshot[@"ts_pid"] intValue];
2483 uint64_t task_flags = [task_snapshot[@"ts_ss_flags"] unsignedLongLongValue];
2511 uint64_t task_flags = [task_snapshot[@"ts_ss_flags"] unsignedLongLongValue];
2520 uint64_t task_flags = [task_snapshot[@"ts_ss_flags"] unsignedLongLongValue];
2592 [task_snapshot[@"ts_p_comm"] UTF8String],
[all …]
H A Dstackshot_accuracy.m208 parsedPid = parsedContainer[@"task_snapshots"][@"task_snapshot"][@"ts_pid"];