Searched refs:task_snapshot (Results 1 - 3 of 3) sorted by relevance

/xnu-2422.115.4/osfmk/kern/
H A Dtelemetry.c336 struct task_snapshot *tsnap;
512 if ((telemetry_buffer_size - telemetry_buffer_current_position) < sizeof(struct task_snapshot)) {
522 tsnap = (struct task_snapshot *)(uintptr_t)(telemetry_buffer + telemetry_buffer_current_position);
536 * structure. However, we reserve 32-bits (each) for them in the task_snapshot
539 * upgrade these counters to 64-bit in the task_snapshot struct
578 telemetry_buffer_current_position += sizeof(struct task_snapshot);
H A Ddebug.h59 struct task_snapshot { struct
/xnu-2422.115.4/osfmk/kdp/
H A Dkdp.c128 typedef struct task_snapshot *task_snapshot_t;
1273 if (tracepos + sizeof(struct task_snapshot) > tracebound) {
1318 * structure. However, we reserve 32-bits (each) for them in the task_snapshot
1321 * upgrade these counters to 64-bit in the task_snapshot struct
1346 tracepos += sizeof(struct task_snapshot);

Completed in 22 milliseconds