Searched refs:dtrace_probes (Results 1 – 3 of 3) sorted by relevance
169 static dtrace_probe_t **dtrace_probes; /* array of all probes */ variable6720 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 …]
2700 dtrace_probes(uintptr_t addr, uint_t flags, int argc, const mdb_arg_t *argv) in dtrace_probes() function2772 dtrace_probes, dtrace_probes_help },
189 kstat_named_t dtrace_probes; member3216 csskd->dtrace_probes.value.ui64 = cp->cpu_dtrace_probes; in cpu_sys_stats_ks_update()