Searched refs:tracebound (Results 1 - 2 of 2) sorted by relevance

/xnu-2422.115.4/osfmk/kdp/ml/x86_64/
H A Dkdp_machdep.c69 machine_trace_thread(thread_t thread, char *tracepos, char *tracebound, int nframes, boolean_t user_p);
72 machine_trace_thread64(thread_t thread, char *tracepos, char *tracebound, int nframes, boolean_t user_p);
510 machine_trace_thread(thread_t thread, char *tracepos, char *tracebound, int nframes, boolean_t user_p) argument
538 if ((tracebound - ((char *)tracebuf)) < (4 * framesize)) {
589 machine_trace_thread64(thread_t thread, char *tracepos, char *tracebound, int nframes, boolean_t user_p) argument
617 if ((uint32_t)(tracebound - ((char *)tracebuf)) < (4 * framesize)) {
/xnu-2422.115.4/osfmk/kdp/
H A Dkdp.c131 machine_trace_thread(thread_t thread, char *tracepos, char *tracebound, int nframes, boolean_t user_p);
133 machine_trace_thread64(thread_t thread, char *tracepos, char *tracebound, int nframes, boolean_t user_p);
1187 char *tracebound = tracepos + tracebuf_size; local
1205 if(tracepos + sizeof(struct mem_and_io_snapshot) > tracebound) {
1273 if (tracepos + sizeof(struct task_snapshot) > tracebound) {
1352 if (tracepos + uuid_info_array_size > tracebound) {
1368 if (tracepos + uuid_info_array_size > tracebound) {
1411 if (((tracepos + 4 * sizeof(struct thread_snapshot)) > tracebound)) {
1465 tracebytes = machine_trace_thread64(thread, tracepos, tracebound, MAX_FRAMES, FALSE);
1469 tracebytes = machine_trace_thread(thread, tracepos, tracebound, MAX_FRAME
[all...]

Completed in 22 milliseconds