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

/macosx-10.5.8/xnu-1228.15.4/bsd/dev/dtrace/
H A Ddtrace.c189 static dtrace_hash_t *dtrace_byfunc; /* probes hashed by function */ variable
6599 (len = dtrace_hash_collisions(dtrace_byfunc, &template)) < best) {
6601 hash = dtrace_byfunc;
6942 dtrace_hash_remove(dtrace_byfunc, probe);
7077 dtrace_hash_remove(dtrace_byfunc, probe);
7145 dtrace_hash_add(dtrace_byfunc, probe);
14632 dtrace_hash_remove(dtrace_byfunc, probe);
14862 dtrace_byfunc = dtrace_hash_create(offsetof(dtrace_probe_t, dtpr_func),
16158 dtrace_hash_destroy(dtrace_byfunc);
16161 dtrace_byfunc
[all...]

Completed in 29 milliseconds