Home
last modified time | relevance | path

Searched defs:dtrace_probe (Results 1 – 2 of 2) sorted by relevance

/freebsd/sys/cddl/contrib/opensolaris/uts/common/sys/
H A Ddtrace_impl.h107 struct dtrace_probe { struct
118 dtrace_probe_t *dtpr_nextmod; /* next in module hash */ argument
119 dtrace_probe_t *dtpr_prevmod; /* previous in module hash */ argument
120 dtrace_probe_t *dtpr_nextfunc; /* next in function hash */ argument
121 dtrace_probe_t *dtpr_prevfunc; /* previous in function hash */ argument
122 dtrace_probe_t *dtpr_nextname; /* next in name hash */ argument
123 dtrace_probe_t *dtpr_prevname; /* previous in name hash */ argument
127 typedef int dtrace_probekey_f(const char *, const char *, int); argument
/freebsd/sys/cddl/contrib/opensolaris/uts/common/dtrace/
H A Ddtrace.c7318 dtrace_probe(dtrace_id_t id, uintptr_t arg0, uintptr_t arg1, function