Home
last modified time | relevance | path

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

/titanic_50/usr/src/uts/common/dtrace/
H A Ddtrace.c169 static dtrace_probe_t **dtrace_probes; /* array of all probes */ variable
6720 probe = dtrace_probes[id - 1]; in dtrace_probe()
7898 if ((probe = dtrace_probes[i]) == NULL || in dtrace_match()
8196 if ((probe = dtrace_probes[i]) == NULL) in dtrace_unregister()
8238 if ((probe = dtrace_probes[i]) == NULL) in dtrace_unregister()
8244 dtrace_probes[i] = NULL; in dtrace_unregister()
8366 if ((probe = dtrace_probes[i]) == NULL) in dtrace_condense()
8375 dtrace_probes[i] = NULL; in dtrace_condense()
8446 ASSERT(dtrace_probes == NULL); in dtrace_probe_create()
8452 if (dtrace_probes == NULL) { in dtrace_probe_create()
[all …]
/titanic_50/usr/src/cmd/mdb/common/modules/dtrace/
H A Ddtrace.c2700 dtrace_probes(uintptr_t addr, uint_t flags, int argc, const mdb_arg_t *argv) in dtrace_probes() function
2772 dtrace_probes, dtrace_probes_help },
/titanic_50/usr/src/uts/common/os/
H A Dcpu.c189 kstat_named_t dtrace_probes; member
3216 csskd->dtrace_probes.value.ui64 = cp->cpu_dtrace_probes; in cpu_sys_stats_ks_update()