Lines Matching full:helper
42 * In Solaris 10 GA, the only mechanism for communicating helper information
43 * is through the DTrace helper pseudo-device node in /devices; there is
44 * no /dev link. Because of this, USDT providers and helper actions don't
51 * helper initialization takes place:
54 * DTRACE_DOF_INIT_DISABLE disable helper loading
55 * DTRACE_DOF_INIT_DEVNAME set the path to the helper node
58 static const char *devnamep = "/dev/dtrace/helper";
60 static const char *olddevname = "/devices/pseudo/dtrace@0:helper";
64 static int gen; /* DOF helper generation */
173 dbg_printf(1, "failed to open helper device %s", devnamep); in dtrace_dof_init()
185 dbg_printf(1, "failed to open helper device %s", devnamep); in dtrace_dof_init()
216 dbg_printf(1, "failed to open helper device %s", devnamep); in dtrace_dof_fini()