Searched refs:dtrace_condense (Results 1 - 3 of 3) sorted by relevance

/macosx-10.10/xnu-2782.1.97/bsd/sys/
H A Ddtrace.h1616 * dtrace_invalidate(), and dtrace_condense(). However, the context is such
1646 * dtrace_condense(). However, the context is such that the provider may (and
1798 * dtrace_condense().
1893 * dtrace_condense() <-- Remove a provider's unenabled probes
2038 * 2.5 int dtrace_condense(dtrace_provider_id_t id)
2050 * calling dtrace_condense(), the DTrace framework will call back into the
2056 * Currently, dtrace_condense() always returns 0. However, consumers of this
2063 * dtrace_condense() that is also acquired in the provider's entry points.
2246 extern int dtrace_condense(dtrace_provider_id_t);
/macosx-10.10/xnu-2782.1.97/bsd/dev/dtrace/
H A Dfasttrap.c385 * probes call dtrace_condense() to try to
391 (void) dtrace_condense(provid);
H A Ddtrace.c7630 dtrace_condense(dtrace_provider_id_t id) function

Completed in 120 milliseconds