Searched refs:tracebound (Results 1 – 3 of 3) sorted by relevance
| /xnu-8020.140.41/osfmk/kdp/ml/arm/ |
| H A D | kdp_machdep.c | 59 char * tracebound, 64 char * tracebound, 396 char * tracebound, in machine_trace_thread() argument 415 nframes = (tracebound > tracepos) ? MIN(nframes, (int)((tracebound - tracepos) / framesize)) : 0; in machine_trace_thread() 537 char * tracebound, in machine_trace_thread64() argument 542 #pragma unused(thread, tracepos, tracebound, nframes, thread_trace_flags) in machine_trace_thread64() 559 nframes = (tracebound > tracepos) ? MIN(nframes, (int)((tracebound - tracepos) / framesize)) : 0; in machine_trace_thread64()
|
| /xnu-8020.140.41/osfmk/kdp/ml/x86_64/ |
| H A D | kdp_machdep.c | 64 int machine_trace_thread64(thread_t thread, char * tracepos, char * tracebound, 477 char * tracebound, in machine_trace_thread64() argument 492 nframes = (tracebound > tracepos) ? MIN(nframes, (int)((tracebound - tracepos) / framesize)) : 0; in machine_trace_thread64()
|
| /xnu-8020.140.41/osfmk/kern/ |
| H A D | kern_stackshot.c | 2355 char *tracebound, int nframes, uint32_t *thread_trace_flags); in kcdata_record_thread_snapshot() 2360 char *tracebound, int nframes, uint32_t *thread_trace_flags); in kcdata_record_thread_snapshot()
|