Searched refs:dtrace_byfunc (Results 1 – 1 of 1) sorted by relevance
178 static dtrace_hash_t *dtrace_byfunc; /* probes hashed by function */ variable7881 (len = dtrace_hash_collisions(dtrace_byfunc, &template)) < best) { in dtrace_match()7883 hash = dtrace_byfunc; in dtrace_match()8247 dtrace_hash_remove(dtrace_byfunc, probe); in dtrace_unregister()8378 dtrace_hash_remove(dtrace_byfunc, probe); in dtrace_condense()8437 dtrace_hash_add(dtrace_byfunc, probe); in dtrace_probe_create()15567 dtrace_hash_remove(dtrace_byfunc, probe); in dtrace_module_unloaded()15805 dtrace_byfunc = dtrace_hash_create(offsetof(dtrace_probe_t, dtpr_func), in dtrace_attach()16919 dtrace_hash_destroy(dtrace_byfunc); in dtrace_detach()16922 dtrace_byfunc = NULL; in dtrace_detach()