Lines Matching full:enabling
94 * iterate over the probe's list of enabling control blocks; see "DTrace
95 * Enabling Control Blocks", below.)
148 * DTrace Enabling Control Blocks
154 * pointer to the list of Enabling Control Blocks (ECBs). Each ECB points to
160 * Enabling Control Block
598 * performing this analysis on all DIF before enabling any probes. For each
1069 * of the DTrace consumer that created a particular enabling. We use
1178 * prevent probes from being matched more than once, the enabling tracks the
1191 struct dtrace_enabling *dten_prev; /* previous enabling */
1192 struct dtrace_enabling *dten_next; /* next enabling */
1199 * controlling process, but rather derive their enabling from DOF stored as
1200 * properties in the dtrace.conf file. If there is an anonymous enabling, a
1201 * DTrace consumer state and enabling are created on attach. The state may be
1203 * option. As long as an anonymous DTrace enabling exists, dtrace(7D) will
1208 dtrace_enabling_t *dta_enabling; /* pointer to enabling */