Home
last modified time | relevance | path

Searched refs:tks_call_stack_size (Results 1 – 2 of 2) sorted by relevance

/xnu-12377.41.6/osfmk/kern/
H A Dtelemetry.c493 uint32_t tks_call_stack_size; member
578 .tks_call_stack_size = call_stack_size, in _telemetry_take_sample_kernel()
658 .nkern_frames = sample->tks_call_stack_size / sizeof(uintptr_t), in _telemetry_kernel_snapshot()
732 assert3u(sample.tks_call_stack_size, <, sizeof(uintptr_t) * TELEMETRY_KERNEL_FRAMES_MAX); in telemetry_kernel_gather()
733 uint32_t size_needed = sizeof(snaps) + sample.tks_call_stack_size; in telemetry_kernel_gather()
753 assert3u(sizeof(call_stack), >=, sample.tks_call_stack_size); in telemetry_kernel_gather()
758 sample.tks_call_stack_size); in telemetry_kernel_gather()
764 uint32_t call_stack_count = sample.tks_call_stack_size / sizeof(uintptr_t); in telemetry_kernel_gather()
778 sample.tks_call_stack_size); in telemetry_kernel_gather()
782 copied += sample.tks_call_stack_size; in telemetry_kernel_gather()
/xnu-12377.41.6/tools/lldbmacros/
H A Dmicrostackshot.py48 call_stack_size = unsigned(next_sample.tks_call_stack_size)