Searched refs:tks_call_stack_size (Results 1 – 2 of 2) sorted by relevance
491 uint32_t tks_call_stack_size; member576 .tks_call_stack_size = call_stack_size, in _telemetry_take_sample_kernel()656 .nkern_frames = sample->tks_call_stack_size / sizeof(uintptr_t), in _telemetry_kernel_snapshot()730 assert3u(sample.tks_call_stack_size, <, sizeof(uintptr_t) * TELEMETRY_KERNEL_FRAMES_MAX); in telemetry_kernel_gather()731 uint32_t size_needed = sizeof(snaps) + sample.tks_call_stack_size; in telemetry_kernel_gather()751 assert3u(sizeof(call_stack), >=, sample.tks_call_stack_size); in telemetry_kernel_gather()756 sample.tks_call_stack_size); in telemetry_kernel_gather()762 uint32_t call_stack_count = sample.tks_call_stack_size / sizeof(uintptr_t); in telemetry_kernel_gather()776 sample.tks_call_stack_size); in telemetry_kernel_gather()780 copied += sample.tks_call_stack_size; in telemetry_kernel_gather()
48 call_stack_size = unsigned(next_sample.tks_call_stack_size)