Home
last modified time | relevance | path

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

/xnu-11215/osfmk/kern/
H A Dtelemetry.c736 struct task_snapshot *tsnap; in telemetry_process_sample()
894 if ((current_buffer->size - current_buffer->current_position) < sizeof(struct task_snapshot)) { in telemetry_process_sample()
905 …tsnap = (struct task_snapshot *)(uintptr_t)(current_buffer->buffer + current_buffer->current_posit… in telemetry_process_sample()
995 current_buffer->current_position += sizeof(struct task_snapshot); in telemetry_process_sample()
H A Ddebug.h103 struct task_snapshot { struct
H A Dkern_stackshot.c528 typedef struct task_snapshot *task_snapshot_t;
/xnu-11215/tests/
H A Dstackshot_tests.m3057 NSDictionary* task_snapshot = container[@"task_snapshots"][@"task_snapshot"];
3062 if (task_snapshot) {
3063 task_pid = task_snapshot[@"ts_unique_pid"];
3065 task_pid = task_snapshot[@"tds_unique_pid"];
3084 …T_QUIET; T_ASSERT_TRUE(!!task_snapshot != !!task_delta_snapshot, "Either task_snapshot xor task_de…
3112 if (task_snapshot) {
3135 int pid = [task_snapshot[@"ts_pid"] intValue];
3176 uint64_t task_flags = [task_snapshot[@"ts_ss_flags"] unsignedLongLongValue];
3334 [task_snapshot[@"ts_p_comm"] UTF8String],
3337 uint64_t task_flags = [task_snapshot[@"ts_ss_flags"] unsignedLongLongValue];
[all …]
H A Dstackshot_accuracy.m210 parsedPid = parsedContainer[@"task_snapshots"][@"task_snapshot"][@"ts_pid"];