Searched defs:probes (Results 1 - 4 of 4) sorted by relevance
/illumos-gate/usr/src/lib/libtnfctl/ |
H A D | tnfctl_int.h | 80 INTERNAL_MODE /* tracing probes in the same process */ 108 uint_t probecnt; /* number of probes in object */ 109 prbctlref_t *probes; /* pointer to an array of probes */ member in struct:objlist 153 uint_t num_probes; /* number of probes in target */ 232 /* sync up list of objects and probes */ 280 /* free objs and probes */
|
/illumos-gate/usr/src/cmd/mdb/common/modules/dtrace/ |
H A D | dtrace.c | 56 uintptr_t probes; local 64 if (mdb_readvar(&probes, "dtrace_probes") == -1) { 69 probes += (addr - 1) * sizeof (dtrace_probe_t *); 71 if (mdb_vread(&probe, sizeof (uintptr_t), probes) == -1) { 2695 "all available probes are listed.\n"); 2712 * probes. 2771 { "dtrace_probes", "?", "print a DTrace consumer's enabled probes",
|
/illumos-gate/usr/src/lib/libdtrace/common/ |
H A D | dt_parser.c | 2560 dt_node_provider(char *name, dt_node_t *probes) argument 2568 dnp->dn_probes = probes;
|
/illumos-gate/usr/src/uts/common/dtrace/ |
H A D | dtrace.c | 169 static dtrace_probe_t **dtrace_probes; /* array of all probes */ 170 static int dtrace_nprobes; /* number of probes */ 177 static dtrace_hash_t *dtrace_bymod; /* probes hashed by module */ 178 static dtrace_hash_t *dtrace_byfunc; /* probes hashed by function */ 179 static dtrace_hash_t *dtrace_byname; /* probes hashed by name */ 200 * including enabling state, probes, ECBs, consumer state, helper state, 233 * provider of the BEGIN, END, and ERROR probes). 3317 * results for anchored probes. 4156 * probes will not activate in user contexts to which the 4188 * probes wil 8566 dtrace_probe_t *probe, **probes; local [all...] |
Completed in 75 milliseconds