Home
last modified time | relevance | path

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

/titanic_44/usr/src/uts/common/dtrace/
H A Ddtrace.c178 static dtrace_hash_t *dtrace_byfunc; /* probes hashed by function */ variable
7822 (len = dtrace_hash_collisions(dtrace_byfunc, &template)) < best) { in dtrace_match()
7824 hash = dtrace_byfunc; in dtrace_match()
8188 dtrace_hash_remove(dtrace_byfunc, probe); in dtrace_unregister()
8319 dtrace_hash_remove(dtrace_byfunc, probe); in dtrace_condense()
8378 dtrace_hash_add(dtrace_byfunc, probe); in dtrace_probe_create()
15436 dtrace_hash_remove(dtrace_byfunc, probe); in dtrace_module_unloaded()
15674 dtrace_byfunc = dtrace_hash_create(offsetof(dtrace_probe_t, dtpr_func), in dtrace_attach()
16788 dtrace_hash_destroy(dtrace_byfunc); in dtrace_detach()
16791 dtrace_byfunc = NULL; in dtrace_detach()