Searched refs:dtrace_go (Results 1 - 4 of 4) sorted by relevance

/macosx-10.9.5/dtrace-118.1/libdtrace/
H A Ddt_work.c165 dtrace_go(dtrace_hdl_t *dtp) function
176 * with ENOTTY, we permit dtrace_go() to succeed so that vector clients
177 * such as mdb's dtrace module can execute the rest of dtrace_go() even
313 * with ENOTTY, we permit dtrace_go() to succeed so that vector clients
314 * such as mdb's dtrace module can execute the rest of dtrace_go() even
/macosx-10.9.5/dtrace-118.1/head/
H A Ddtrace.h136 extern int dtrace_go(dtrace_hdl_t *);
/macosx-10.9.5/dtrace-118.1/plockstat/
H A Dplockstat.c995 if (dtrace_go(g_dtp) != 0)
996 dfatal("dtrace_go()");
/macosx-10.9.5/dtrace-118.1/cmd/
H A Ddtrace_1.c1473 if (dtrace_go(g_dtp) == -1)
2458 * Start tracing. Once we dtrace_go(), reload any options that affect

Completed in 127 milliseconds