HomeSort by: relevance | last modified time | path
    Searched refs:dt_stopped (Results 1 - 3 of 3) sorted by relevancy

  /src/external/cddl/osnet/dist/lib/libdtrace/common/
dt_work.c 140 if (dtp->dt_stopped)
162 if (!dtp->dt_stopped)
174 if (!dtp->dt_stopped) {
248 if (dtp->dt_stopped)
254 dtp->dt_stopped = 1;
dt_consume.c 2794 if (!dtp->dt_stopped || buf->dtbd_cpu != dtp->dt_endedon) {
2954 if (dtp->dt_stopped && (i == dtp->dt_endedon))
2971 if (dtp->dt_stopped) {
3055 !dtp->dt_stopped)
dt_impl.h 303 uint_t dt_stopped; /* boolean: set once tracing is stopped */ member in struct:dtrace_hdl

Completed in 54 milliseconds