Searched refs:tracebound (Results 1 – 3 of 3) sorted by relevance
| /xnu-8019.80.24/osfmk/kdp/ml/arm/ |
| H A D | kdp_machdep.c | 59 char * tracebound, 64 char * tracebound, 393 char * tracebound, in machine_trace_thread() argument 412 nframes = (tracebound > tracepos) ? MIN(nframes, (int)((tracebound - tracepos) / framesize)) : 0; in machine_trace_thread() 534 char * tracebound, in machine_trace_thread64() argument 539 #pragma unused(thread, tracepos, tracebound, nframes, thread_trace_flags) in machine_trace_thread64() 556 nframes = (tracebound > tracepos) ? MIN(nframes, (int)((tracebound - tracepos) / framesize)) : 0; in machine_trace_thread64()
|
| /xnu-8019.80.24/osfmk/kdp/ml/x86_64/ |
| H A D | kdp_machdep.c | 64 int machine_trace_thread64(thread_t thread, char * tracepos, char * tracebound, 474 char * tracebound, in machine_trace_thread64() argument 489 nframes = (tracebound > tracepos) ? MIN(nframes, (int)((tracebound - tracepos) / framesize)) : 0; in machine_trace_thread64()
|
| /xnu-8019.80.24/osfmk/kern/ |
| H A D | kern_stackshot.c | 2061 char *tracebound, int nframes, uint32_t *thread_trace_flags); in kcdata_record_thread_snapshot() 2066 char *tracebound, int nframes, uint32_t *thread_trace_flags); in kcdata_record_thread_snapshot()
|