Searched refs:dtrace_bymod (Results 1 – 1 of 1) sorted by relevance
227 static dtrace_hash_t *dtrace_bymod; /* probes hashed by module */ variable8481 hash = dtrace_bymod; in dtrace_match()8574 if (dtrace_hash_lookup(dtrace_bymod, &template) == NULL) { in dtrace_probekey_module_func()8867 dtrace_hash_remove(dtrace_bymod, probe); in dtrace_unregister()9009 dtrace_hash_remove(dtrace_bymod, probe); in dtrace_condense()9085 dtrace_hash_add(dtrace_bymod, probe); in dtrace_probe_create()17050 if (dtrace_bymod == NULL) { in dtrace_module_unloaded()17134 dtrace_hash_remove(dtrace_bymod, probe); in dtrace_module_unloaded()17339 dtrace_bymod = dtrace_hash_create(dtrace_strkey_deref_offset, in dtrace_attach()19029 dtrace_hash_destroy(dtrace_bymod); in dtrace_detach()[all …]