Home
last modified time | relevance | path

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

/xnu-10063.141.1/osfmk/kern/
H A Dtelemetry.c808 struct task_snapshot *tsnap; in telemetry_process_sample()
958 if ((current_buffer->size - current_buffer->current_position) < sizeof(struct task_snapshot)) { in telemetry_process_sample()
969 …tsnap = (struct task_snapshot *)(uintptr_t)(current_buffer->buffer + current_buffer->current_posit… in telemetry_process_sample()
1042 current_buffer->current_position += sizeof(struct task_snapshot); in telemetry_process_sample()
H A Ddebug.h102 struct task_snapshot { struct
H A Dkern_stackshot.c259 typedef struct task_snapshot *task_snapshot_t;
578 size_t est_task_size = sizeof(struct task_snapshot) + TASK_UUID_AVG_SIZE; in get_stackshot_estsize()
/xnu-10063.141.1/tests/
H A Dstackshot_tests.m2831 NSDictionary* task_snapshot = container[@"task_snapshots"][@"task_snapshot"];
2844 …T_QUIET; T_ASSERT_TRUE(!!task_snapshot != !!task_delta_snapshot, "Either task_snapshot xor task_de…
2871 if (task_snapshot) {
2872 uint64_t unique_pid = [task_snapshot[@"ts_unique_pid"] unsignedLongLongValue];
2894 if (!task_snapshot) {
2898 int pid = [task_snapshot[@"ts_pid"] intValue];
2939 uint64_t task_flags = [task_snapshot[@"ts_ss_flags"] unsignedLongLongValue];
2973 uint64_t task_flags = [task_snapshot[@"ts_ss_flags"] unsignedLongLongValue];
2982 uint64_t task_flags = [task_snapshot[@"ts_ss_flags"] unsignedLongLongValue];
3094 [task_snapshot[@"ts_p_comm"] UTF8String],
[all …]
H A Dstackshot_accuracy.m208 parsedPid = parsedContainer[@"task_snapshots"][@"task_snapshot"][@"ts_pid"];