| /xnu-11215/osfmk/kern/ |
| H A D | exclaves_panic.c | 180 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 D | iotrace.h | 56 void *backtrace[MAX_IOTRACE_BTFRAMES]; member 92 (void) OSBacktrace(cur_iotrace_ring[nextidx].backtrace, in iotrace()
|
| H A D | backtrace.h | 132 unsigned int backtrace(uintptr_t *bt, unsigned int btlen,
|
| H A D | telemetry.c | 249 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 D | Makefile | 59 backtrace.h \
|
| H A D | backtrace.c | 270 backtrace(uintptr_t *bt, unsigned int max_frames, in backtrace() function
|
| H A D | waitq.c | 456 backtrace(buf, g_nwaitq_btframes + skip, NULL, NULL); in waitq_grab_backtrace()
|
| /xnu-11215/osfmk/vm/ |
| H A D | vm_sanitize_telemetry.c | 160 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 D | vm_kern.c | 659 bt_count = backtrace(bt, sizeof(bt) / sizeof(bt[0]), &ctl, NULL); in kmem_hash_backtrace()
|
| /xnu-11215/bsd/kern/ |
| H A D | kern_backtrace.c | 53 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 D | task_ref.md | 36 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 D | Makefile | 10 backtrace.9 \
|
| /xnu-11215/san/memory/ |
| H A D | kasan-blacklist-arm64 | 33 src:./osfmk/kern/backtrace.c
|
| H A D | kasan-report.c | 156 nframes = backtrace(bt, nframes, &ctl, NULL); in kasan_log_report()
|
| H A D | kasan_dynamic_blacklist.c | 366 nframes = backtrace(bt, MAX_FRAMES, &ctl, NULL); in kasan_is_blacklisted()
|
| /xnu-11215/osfmk/i386/ |
| H A D | cpu_data.h | 137 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 D | README.md | 19 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 D | kasan.py | 200 def backtrace(self): member in MemObject
|
| H A D | xnu.py | 1419 nextbt = entries[x][IDX_RINGENTRY].backtrace[btidx]
|
| /xnu-11215/doc/building/ |
| H A D | bound_checks.md | 39 entry in the backtrace. 42 check. In that configuration, we get arguably bad codegen, but the backtrace is
|
| /xnu-11215/osfmk/conf/ |
| H A D | Makefile.template | 208 backtrace.o_CWARNFLAGS_ADD += -Wno-shorten-64-to-32 251 backtrace.o_CWARNFLAGS_ADD += -Wno-sign-conversion
|
| H A D | files | 117 osfmk/kern/backtrace.c standard
|
| /xnu-11215/osfmk/kperf/ |
| H A D | callstack.c | 231 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 D | IOKitDebug.cpp | 510 num = backtrace(&mem->bt[0], kIOTrackingCallSiteBTs, NULL, NULL); in IOTrackingAddUser() 573 num = backtrace(&bt[0], kIOTrackingCallSiteBTs + 1, NULL, NULL); in IOTrackingAdd()
|
| H A D | IOStatistics.cpp | 1249 btCount = backtrace((uintptr_t*)bt, btCount, NULL, NULL); in getKextNodeFromBacktrace()
|