Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/dtrace/
H A Ddtrace.c179 static dtrace_hash_t *dtrace_byfunc; /* probes hashed by function */ variable
8116 (len = dtrace_hash_collisions(dtrace_byfunc, &template)) < best) { in dtrace_match()
8118 hash = dtrace_byfunc; in dtrace_match()
8477 dtrace_hash_remove(dtrace_byfunc, probe); in dtrace_unregister()
8606 dtrace_hash_remove(dtrace_byfunc, probe); in dtrace_condense()
8665 dtrace_hash_add(dtrace_byfunc, probe); in dtrace_probe_create()
15956 dtrace_hash_remove(dtrace_byfunc, probe); in dtrace_module_unloaded()
16194 dtrace_byfunc = dtrace_hash_create(offsetof(dtrace_probe_t, dtpr_func), in dtrace_attach()
17308 dtrace_hash_destroy(dtrace_byfunc); in dtrace_detach()
17311 dtrace_byfunc = NULL; in dtrace_detach()