Home
last modified time | relevance | path

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

/xnu-12377.41.6/osfmk/kern/
H A Dtelemetry.c539 unsigned int call_stack_count = backtrace(scratch->ts_call_stack, in _telemetry_take_sample_kernel() local
543 unsigned int call_stack_size = call_stack_count * sizeof(scratch->ts_call_stack[0]); in _telemetry_take_sample_kernel()
764 uint32_t call_stack_count = sample.tks_call_stack_size / sizeof(uintptr_t); in telemetry_kernel_gather() local
765 for (uint32_t i = 0; i < call_stack_count; i++) { in telemetry_kernel_gather()