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

/macosx-10.10/xnu-2782.1.97/bsd/dev/dtrace/
H A Ddtrace.c205 static dtrace_hash_t *dtrace_byfunc; /* probes hashed by function */ variable
7185 (len = dtrace_hash_collisions(dtrace_byfunc, &template)) < best) {
7187 hash = dtrace_byfunc;
7530 dtrace_hash_remove(dtrace_byfunc, probe);
7662 dtrace_hash_remove(dtrace_byfunc, probe);
7723 dtrace_hash_add(dtrace_byfunc, probe);
15396 dtrace_hash_remove(dtrace_byfunc, probe);
15615 dtrace_byfunc = dtrace_hash_create(offsetof(dtrace_probe_t, dtpr_func),
17211 dtrace_hash_destroy(dtrace_byfunc);
17214 dtrace_byfunc
[all...]

Completed in 207 milliseconds