Home
last modified time | relevance | path

Searched refs:systrace_probe (Results 1 – 3 of 3) sorted by relevance

/illumos-gate/usr/src/uts/common/dtrace/
H A Dsystrace.c244 systrace_probe = (void (*)())dtrace_probe; in systrace_attach()
251 systrace_probe = systrace_stub; in systrace_attach()
278 systrace_probe = systrace_stub; in systrace_detach()
/illumos-gate/usr/src/uts/common/sys/
H A Dsystrace.h47 extern void (*systrace_probe)(dtrace_id_t, uintptr_t, uintptr_t,
/illumos-gate/usr/src/uts/common/os/
H A Dsysent.c1094 void (*systrace_probe)(dtrace_id_t, uintptr_t, uintptr_t, variable
1114 (*systrace_probe)(id, arg0, arg1, arg2, arg3, arg4, arg5); in dtrace_systrace_syscall()
1134 (*systrace_probe)(id, (uintptr_t)rval, (uintptr_t)rval, in dtrace_systrace_syscall()
1155 (*systrace_probe)(id, arg0, arg1, arg2, arg3, arg4, arg5); in dtrace_systrace_syscall32()
1175 (*systrace_probe)(id, (uintptr_t)rval, (uintptr_t)rval, in dtrace_systrace_syscall32()
1204 (*systrace_probe)(id, 0, 0, 0, 0, 0, 0); in dtrace_systrace_rtt()