Home
last modified time | relevance | path

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

/titanic_44/usr/src/lib/libdtrace/common/
H A Ddt_work.c194 if (dt_ioctl(dtp, DTRACEIOC_GO, &dtp->dt_beganon) == -1) { in dtrace_go()
H A Ddt_impl.h270 processorid_t dt_beganon; /* CPU that executed BEGIN probe (if any) */ member
H A Ddt_consume.c2753 processorid_t cpu = dtp->dt_beganon; in dt_consume_begin()
2758 dtp->dt_beganon = -1; in dt_consume_begin()
2913 if (dtp->dt_active && dtp->dt_beganon != -1 && in dtrace_consume()