Searched refs:systrace_probe (Results 1 – 3 of 3) sorted by relevance
/titanic_50/usr/src/uts/common/dtrace/ |
H A D | systrace.c | 244 systrace_probe = (void (*)())dtrace_probe; in systrace_attach() 251 systrace_probe = systrace_stub; in systrace_attach() 278 systrace_probe = systrace_stub; in systrace_detach()
|
/titanic_50/usr/src/uts/common/sys/ |
H A D | systrace.h | 49 extern void (*systrace_probe)(dtrace_id_t, uintptr_t, uintptr_t,
|
/titanic_50/usr/src/uts/common/os/ |
H A D | sysent.c | 1095 void (*systrace_probe)(dtrace_id_t, uintptr_t, uintptr_t, variable 1115 (*systrace_probe)(id, arg0, arg1, arg2, arg3, arg4, arg5); in dtrace_systrace_syscall() 1135 (*systrace_probe)(id, (uintptr_t)rval, (uintptr_t)rval, in dtrace_systrace_syscall() 1156 (*systrace_probe)(id, arg0, arg1, arg2, arg3, arg4, arg5); in dtrace_systrace_syscall32() 1176 (*systrace_probe)(id, (uintptr_t)rval, (uintptr_t)rval, in dtrace_systrace_syscall32() 1205 (*systrace_probe)(id, 0, 0, 0, 0, 0, 0); in dtrace_systrace_rtt()
|