Searched refs:dtrace_byfunc (Results 1 – 3 of 3) sorted by relevance
79 dtrace_hash_destroy(dtrace_byfunc); in dtrace_unload()82 dtrace_byfunc = NULL; in dtrace_unload()
99 dtrace_byfunc = dtrace_hash_create(offsetof(dtrace_probe_t, dtpr_func), in dtrace_load()
226 static dtrace_hash_t *dtrace_byfunc; /* probes hashed by function */ variable8366 (len = dtrace_hash_collisions(dtrace_byfunc, &template)) < best) {8368 hash = dtrace_byfunc;8733 dtrace_hash_remove(dtrace_byfunc, probe);8872 dtrace_hash_remove(dtrace_byfunc, probe);8939 dtrace_hash_add(dtrace_byfunc, probe);16372 dtrace_hash_remove(dtrace_byfunc, probe);16642 dtrace_byfunc = dtrace_hash_create(offsetof(dtrace_probe_t, dtpr_func),17813 dtrace_hash_destroy(dtrace_byfunc);17816 dtrace_byfunc = NULL;