Home
last modified time | relevance | path

Searched refs:backtrace (Results 1 – 25 of 27) sorted by relevance

12

/xnu-11215/osfmk/kern/
H A Dexclaves_panic.c180 if ((exclaves_panic_buffer.panicked_thread.backtrace.frames > in exclaves_append_panic_backtrace()
185 words = exclaves_panic_buffer.backtrace.words; in exclaves_append_panic_backtrace()
187 for (size_t i = 0; i < exclaves_panic_buffer.panicked_thread.backtrace.frames; i++) { in exclaves_append_panic_backtrace()
189 (const unsigned char *)exclaves_panic_buffer.backtrace.images[words[i].image].uuid, in exclaves_append_panic_backtrace()
192 exclaves_panic_buffer.backtrace.words[i].offset); in exclaves_append_panic_backtrace()
H A Diotrace.h56 void *backtrace[MAX_IOTRACE_BTFRAMES]; member
92 (void) OSBacktrace(cur_iotrace_ring[nextidx].backtrace, in iotrace()
H A Dbacktrace.h132 unsigned int backtrace(uintptr_t *bt, unsigned int btlen,
H A Dtelemetry.c249 CA_STATIC_STRING(CA_UBSANBUF_LEN), backtrace,
1351 uintptr_t *backtrace, in telemetry_stash_ca_event() argument
1394 memcpy(ca_entries[ca_entries_index].frames, backtrace, in telemetry_stash_ca_event()
1506 telemetry_backtrace_to_string(event->backtrace, in telemetry_flush_ca_events()
1507 sizeof(event->backtrace), in telemetry_flush_ca_events()
1551 uint32_t total_frames = backtrace(frames, TELEMETRY_BT_FRAMES, &ctl, NULL); in telemetry_kernel_brk()
H A DMakefile59 backtrace.h \
H A Dbacktrace.c270 backtrace(uintptr_t *bt, unsigned int max_frames, in backtrace() function
H A Dwaitq.c456 backtrace(buf, g_nwaitq_btframes + skip, NULL, NULL); in waitq_grab_backtrace()
/xnu-11215/osfmk/vm/
H A Dvm_sanitize_telemetry.c160 CA_STATIC_STRING(CA_VM_BACKTRACE_AND_SYM_LEN), backtrace,
188 int backtrace_count = backtrace(frames, VM_SANITIZE_BACKTRACE_FRAME_COUNT, &ctl, &info); in vm_sanitize_populate_symbolicatable_backtrace_string()
227 …tring((uintptr_t)__builtin_frame_address(0), event_data->backtrace, sizeof(event_data->backtrace)); in vm_sanitize_send_telemetry_core_analytics()
H A Dvm_kern.c659 bt_count = backtrace(bt, sizeof(bt) / sizeof(bt[0]), &ctl, NULL); in kmem_hash_backtrace()
/xnu-11215/bsd/kern/
H A Dkern_backtrace.c53 SYSCTL_NODE(_kern, OID_AUTO, backtrace, CTLFLAG_RW | CTLFLAG_LOCKED, 0,
87 unsigned int len = backtrace(bt, bt_len, NULL, &info);
/xnu-11215/doc/debugging/
H A Dtask_ref.md36 configured backtrace information) for a set of references. Reference groups are
105 groups. To enable backtrace logging and reference group statistics, the `rlog`
111 To enable statistics for all reference groups and backtrace logging for the
/xnu-11215/bsd/man/man9/
H A DMakefile10 backtrace.9 \
/xnu-11215/san/memory/
H A Dkasan-blacklist-arm6433 src:./osfmk/kern/backtrace.c
H A Dkasan-report.c156 nframes = backtrace(bt, nframes, &ctl, NULL); in kasan_log_report()
H A Dkasan_dynamic_blacklist.c366 nframes = backtrace(bt, MAX_FRAMES, &ctl, NULL); in kasan_is_blacklisted()
/xnu-11215/osfmk/i386/
H A Dcpu_data.h137 uint64_t backtrace[MAX_TRACE_BTFRAMES]; member
580 rbtrace_bt(&cur_traptrace_ring[nextidx].backtrace[0], in traptrace_start()
/xnu-11215/tools/lldbmacros/
H A DREADME.md19 i. Reading a exception backtrace
299 …ter is bad or the memory is corrupted lldb macros will fail with a long backtrace that may not mak…
406 i. Reading a exception backtrace
408 In case of an error the lldbmacros may print out an exception backtrace and halt immediately. The i…
415 a case lldb command may fail and show you a confusing backtrace.
H A Dkasan.py200 def backtrace(self): member in MemObject
H A Dxnu.py1419 nextbt = entries[x][IDX_RINGENTRY].backtrace[btidx]
/xnu-11215/doc/building/
H A Dbound_checks.md39 entry in the backtrace.
42 check. In that configuration, we get arguably bad codegen, but the backtrace is
/xnu-11215/osfmk/conf/
H A DMakefile.template208 backtrace.o_CWARNFLAGS_ADD += -Wno-shorten-64-to-32
251 backtrace.o_CWARNFLAGS_ADD += -Wno-sign-conversion
H A Dfiles117 osfmk/kern/backtrace.c standard
/xnu-11215/osfmk/kperf/
H A Dcallstack.c231 cs->kpkc_nframes = backtrace(cs->kpkc_word_frames, cs->kpkc_nframes - 1, in kperf_backtrace_sample()
286 cs->kpkc_nframes = backtrace(cs->kpkc_word_frames, cs->kpkc_nframes - 1, in kperf_kcallstack_sample()
/xnu-11215/iokit/Kernel/
H A DIOKitDebug.cpp510 num = backtrace(&mem->bt[0], kIOTrackingCallSiteBTs, NULL, NULL); in IOTrackingAddUser()
573 num = backtrace(&bt[0], kIOTrackingCallSiteBTs + 1, NULL, NULL); in IOTrackingAdd()
H A DIOStatistics.cpp1249 btCount = backtrace((uintptr_t*)bt, btCount, NULL, NULL); in getKextNodeFromBacktrace()

12