Home
last modified time | relevance | path

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

/xnu-11215/osfmk/kern/
H A Dkern_stackshot.c264 uintptr_t *scc_stack_buffer; /* A buffer for stacktraces. */ member
2750 .scc_stack_buffer = kcdata_endalloc(stackshot_kcdata_p, sizeof(uintptr_t) * MAX_FRAMES) in kdp_snapshot_preflight_internal()
4342 saved_count = backtrace_user(stackshot_cpu_ctx.scc_stack_buffer, MAX_FRAMES, &ctl, in kcdata_record_thread_snapshot()
4352 saved_count, stackshot_cpu_ctx.scc_stack_buffer)); in kcdata_record_thread_snapshot()
4376 sizeof(uintptr_t), async_count, stackshot_cpu_ctx.scc_stack_buffer)); in kcdata_record_thread_snapshot()
4413 thread, (char*) stackshot_cpu_ctx.scc_stack_buffer, in kcdata_record_thread_snapshot()
4414 (char *) (stackshot_cpu_ctx.scc_stack_buffer + MAX_FRAMES), MAX_FRAMES, in kcdata_record_thread_snapshot()
4439 frame_size, saved_count / frame_size, stackshot_cpu_ctx.scc_stack_buffer)); in kcdata_record_thread_snapshot()
4903 (char*) stackshot_cpu_ctx.scc_stack_buffer, TASK_IMP_WALK_LIMIT); in kdp_stackshot_record_task()
4908 sizeof(int32_t), saved_count, stackshot_cpu_ctx.scc_stack_buffer)); in kdp_stackshot_record_task()
[all …]