Home
last modified time | relevance | path

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

/freebsd/cddl/contrib/opensolaris/lib/libdtrace/common/
H A Ddt_work.c251 if (dt_ioctl(dtp, DTRACEIOC_STOP, &dtp->dt_endedon) == -1) in dtrace_stop()
H A Ddt_impl.h307 processorid_t dt_endedon; /* CPU that executed END probe (if any) */ member
H A Ddt_consume.c3915 if (!dtp->dt_stopped || buf->dtbd_cpu != dtp->dt_endedon) {
4075 if (dtp->dt_stopped && (i == dtp->dt_endedon))
4095 if (dt_get_buf(dtp, dtp->dt_endedon, &buf) != 0)
4100 rval = dt_consume_cpu(dtp, fp, dtp->dt_endedon,