Searched refs:dtrace_byfunc (Results 1 – 3 of 3) sorted by relevance
77 dtrace_hash_destroy(dtrace_byfunc); in dtrace_unload()80 dtrace_byfunc = NULL; in dtrace_unload()
111 dtrace_byfunc = dtrace_hash_create(offsetof(dtrace_probe_t, dtpr_func), in dtrace_load()
246 static dtrace_hash_t *dtrace_byfunc; /* probes hashed by function */ variable8633 (len = dtrace_hash_collisions(dtrace_byfunc, &template)) < best) {8635 hash = dtrace_byfunc;9000 dtrace_hash_remove(dtrace_byfunc, probe);9139 dtrace_hash_remove(dtrace_byfunc, probe);9206 dtrace_hash_add(dtrace_byfunc, probe);16873 dtrace_hash_remove(dtrace_byfunc, probe);17143 dtrace_byfunc = dtrace_hash_create(offsetof(dtrace_probe_t, dtpr_func),18314 dtrace_hash_destroy(dtrace_byfunc);18317 dtrace_byfunc = NULL;