Searched refs:dt_beganon (Results 1 - 3 of 3) sorted by relevance

/freebsd-9.3-release/cddl/contrib/opensolaris/lib/libdtrace/common/
H A Ddt_work.c215 if (dt_ioctl(dtp, DTRACEIOC_GO, &dtp->dt_beganon) == -1) {
H A Ddt_impl.h276 processorid_t dt_beganon; /* CPU that executed BEGIN probe (if any) */ member in struct:dtrace_hdl
H A Ddt_consume.c2691 processorid_t cpu = dtp->dt_beganon;
2696 dtp->dt_beganon = -1;
2851 if (dtp->dt_active && dtp->dt_beganon != -1 &&

Completed in 104 milliseconds