HomeSort by: relevance | last modified time | path
    Searched defs:dtrace_probe (Results 1 - 2 of 2) sorted by relevancy

  /src/external/cddl/osnet/dist/uts/common/sys/
dtrace_impl.h 76 struct dtrace_probe;
83 typedef struct dtrace_probe dtrace_probe_t;
103 * dtrace_probe structure. To allow quick lookups based on each element of the
110 * argument to dtrace_probe(), where it is then mapped into the corresponding
111 * dtrace_probe structure. From the dtrace_probe structure, dtrace_probe() can
115 struct dtrace_probe { struct
168 * When a provider wishes to fire a probe, it calls into dtrace_probe(),
170 * dtrace_probe() maps the identifier into a pointer to a dtrace_probe_
    [all...]
dtrace_impl.h 76 struct dtrace_probe;
83 typedef struct dtrace_probe dtrace_probe_t;
103 * dtrace_probe structure. To allow quick lookups based on each element of the
110 * argument to dtrace_probe(), where it is then mapped into the corresponding
111 * dtrace_probe structure. From the dtrace_probe structure, dtrace_probe() can
115 struct dtrace_probe { struct
168 * When a provider wishes to fire a probe, it calls into dtrace_probe(),
170 * dtrace_probe() maps the identifier into a pointer to a dtrace_probe_
    [all...]

Completed in 59 milliseconds