Home
last modified time | relevance | path

Searched refs:dtrace_probes (Results 1 – 3 of 3) sorted by relevance

/illumos-gate/usr/src/uts/common/dtrace/
H A Ddtrace.c170 static dtrace_probe_t **dtrace_probes; /* array of all probes */ variable
6956 probe = dtrace_probes[id - 1]; in dtrace_probe()
8133 if ((probe = dtrace_probes[i]) == NULL || in dtrace_match()
8426 if ((probe = dtrace_probes[i]) == NULL) in dtrace_unregister()
8468 if ((probe = dtrace_probes[i]) == NULL) in dtrace_unregister()
8474 dtrace_probes[i] = NULL; in dtrace_unregister()
8594 if ((probe = dtrace_probes[i]) == NULL) in dtrace_condense()
8603 dtrace_probes[i] = NULL; in dtrace_condense()
8674 ASSERT(dtrace_probes == NULL); in dtrace_probe_create()
8680 if (dtrace_probes == NULL) { in dtrace_probe_create()
[all …]
/illumos-gate/usr/src/cmd/mdb/common/modules/dtrace/
H A Ddtrace.c2755 dtrace_probes(uintptr_t addr, uint_t flags, int argc, const mdb_arg_t *argv) in dtrace_probes() function
2827 dtrace_probes, dtrace_probes_help },
/illumos-gate/usr/src/uts/common/os/
H A Dcpu.c194 kstat_named_t dtrace_probes; member
3345 csskd->dtrace_probes.value.ui64 = cp->cpu_dtrace_probes; in cpu_sys_stats_ks_update()