Searched defs:probes (Results 1 - 2 of 2) sorted by relevance

/vbox/src/VBox/ExtPacks/VBoxDTrace/onnv/lib/libdtrace/common/
H A Ddt_parser.c2503 dt_node_provider(char *name, dt_node_t *probes) argument
2511 dnp->dn_probes = probes;
/vbox/src/VBox/ExtPacks/VBoxDTrace/onnv/uts/common/dtrace/
H A Ddtrace.c229 static dtrace_probe_t **dtrace_probes; /* array of all probes */
230 static VBDTTYPE(uint32_t,int) dtrace_nprobes; /* number of probes */
238 static dtrace_hash_t *dtrace_bymod; /* probes hashed by module */
239 static dtrace_hash_t *dtrace_byfunc; /* probes hashed by function */
240 static dtrace_hash_t *dtrace_byname; /* probes hashed by name */
263 * including enabling state, probes, ECBs, consumer state, helper state,
296 * provider of the BEGIN, END, and ERROR probes).
2949 * results for anchored probes.
3408 * probes will not activate in user contexts to which the
3440 * probes wil
7619 dtrace_probe_t *probe, **probes; local
[all...]

Completed in 69 milliseconds