Home
last modified time | relevance | path

Searched full:enablings (Results 1 – 18 of 18) sorted by relevance

/freebsd/sys/cddl/dev/dtrace/
H A Ddtrace_anon.c43 * that there should be no other retained enablings at this time: in dtrace_anon_init()
44 * the only retained enablings at this time should be the anonymous in dtrace_anon_init()
H A Ddtrace_ioctl.c406 * cue to reevaluate our enablings. in dtrace_ioctl()
/freebsd/cddl/contrib/opensolaris/cmd/dtrace/test/tst/common/cpc/
H A Derr.cpcvscpustatpart2.ksh30 # This tests that enablings from the cpc provider will fail if cpustat(1) is
H A Derr.cputrackfailtostart.ksh29 # provider has active enablings.
/freebsd/cddl/contrib/opensolaris/cmd/dtrace/test/tst/common/misc/
H A Dtst.dofmax.ksh90 echo "expected support for enablings of at least $expected probes; \c"
/freebsd/cddl/contrib/opensolaris/cmd/dtrace/test/tst/common/buffering/
H A Dtst.fill1.d44 * per-CPU, we must fill up our buffer in one series of enablings on a
/freebsd/cddl/contrib/opensolaris/cmd/dtrace/test/tst/common/pragma/
H A Dtst.temporal2.ksh51 * Use two enablings of the same probe, so that cpu 0 will always
/freebsd/sys/cddl/contrib/opensolaris/uts/common/sys/
H A Ddtrace_impl.h168 * enablings of a single probe within one consumer.
1121 * structure is also allocated for anonymous enablings. When anonymous state
1193 * DTrace Enablings
1198 * ECBs immediately thereafter. However, enablings are also generally
1201 * enablings are reevaluated, with any new match resulting in new ECBs. To
1220 * DTrace Anonymous Enablings
1222 * Anonymous enablings are DTrace enablings that are not associated with a
H A Ddtrace.h1133 * enablings of the END action will be processed); if user-level sees that
1402 * scratch space. As with probe enablings, helper actions are executed in
1941 * probes from firing -- it will merely prevent any new enablings of the
/freebsd/cddl/contrib/opensolaris/lib/libdtrace/common/
H A Ddt_error.c90 { EDT_ENDTOOBIG, "END enablings exceed size of principal buffer" },
H A Ddtrace.h230 * For anonymous enablings, the consumer can use the dtrd_format member of
H A Ddt_consume.c3899 * only process ERROR enablings induced by BEGIN enablings in the
3900 * first pass, and that we only process ERROR enablings _not_ induced
3901 * by BEGIN enablings in the second pass.
H A Ddt_pid.c750 * Alert other retained enablings which may match in dt_pid_create_probes()
H A Ddt_impl.h556 EDT_ENDTOOBIG, /* END enablings exceed size of prncpl buffer */
H A Ddt_aggregate.c1811 * enablings can't currently derive either aggregation variable IDs or
/freebsd/cddl/contrib/opensolaris/cmd/dtrace/test/cmd/scripts/
H A Ddtest.pl75 print "\t -a execute test suite using anonymous enablings\n";
511 # If we're running with anonymous enablings, we need to
/freebsd/sys/cddl/contrib/opensolaris/uts/common/dtrace/
H A Ddtrace.c258 static dtrace_enabling_t *dtrace_retained; /* list of retained enablings */
4934 * valid within multiple enablings of the same probe --
7472 * evaluate subsequent BEGIN enablings.
8960 * attempt to reap our enablings. To denote that the provider
9609 * any retained enablings. Note that this call will acquire both
12703 * We can't add to enablings after we've enabled them, or after we've
12858 * We only allow each state to retain dtrace_retain_max enablings.
12894 * Iterate over all retained enablings, looking for enablings that
12901 * dtvs_state can only be NULL for helper enablings -- and
12902 * helper enablings can't be retained.
[all …]
H A Dfasttrap.c1002 * If there are other registered enablings of this tracepoint, we're in fasttrap_tracepoint_disable()