Searched refs:tks_call_stack_size (Results 1 – 2 of 2) sorted by relevance
493 uint32_t tks_call_stack_size; member578 .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()
48 call_stack_size = unsigned(next_sample.tks_call_stack_size)