Searched refs:machtrace_probe (Results 1 – 1 of 1) sorted by relevance
| /xnu-10063.141.1/bsd/dev/dtrace/ |
| H A D | systrace.c | 647 void (*machtrace_probe)(dtrace_id_t, uint64_t, uint64_t, variable 706 (*machtrace_probe)(id, *ip, *(ip + 1), *(ip + 2), *(ip + 3), *(ip + 4)); in dtrace_machtrace_syscall() 732 (*machtrace_probe)(id, (uint64_t)rval, 0, 0, 0, 0); in dtrace_machtrace_syscall() 915 machtrace_probe = dtrace_probe; in machtrace_attach() 922 machtrace_probe = (void*)&systrace_stub; in machtrace_attach()
|