Home
last modified time | relevance | path

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

/xnu-11215/bsd/dev/dtrace/
H A Ddtrace.c228 static dtrace_hash_t *dtrace_byfunc; /* probes hashed by function */ variable
8485 (len = dtrace_hash_collisions(dtrace_byfunc, &template)) < best) { in dtrace_match()
8487 hash = dtrace_byfunc; in dtrace_match()
8868 dtrace_hash_remove(dtrace_byfunc, probe); in dtrace_unregister()
9010 dtrace_hash_remove(dtrace_byfunc, probe); in dtrace_condense()
9086 dtrace_hash_add(dtrace_byfunc, probe); in dtrace_probe_create()
17135 dtrace_hash_remove(dtrace_byfunc, probe); in dtrace_module_unloaded()
17344 dtrace_byfunc = dtrace_hash_create(dtrace_strkey_deref_offset, in dtrace_attach()
19030 dtrace_hash_destroy(dtrace_byfunc); in dtrace_detach()
19035 dtrace_byfunc = NULL; in dtrace_detach()