Searched defs:dtms_provide_pid (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/uts/common/sys/
H A Ddtrace.h2110 * dtms_provide_pid() <-- Create a new provider for a given process
2125 * this is obtained from the return value of dtms_provide_pid(). The third
2136 * is a result of a call to dtms_provide_pid()). The DTrace framework is
2140 * dtms_provide_pid() and subsequent calls to dtms_create_probe().
2147 * 1.3 void *dtms_provide_pid(void *arg, dtrace_meta_provider_t *mprov,
2174 * dtms_provide_pid() is called from either ioctl() or module load context.
2187 * been instantiated via the dtms_provide_pid() entry point. The meta
2235 void *(*dtms_provide_pid)(void *, dtrace_helper_provdesc_t *, pid_t); member in struct:dtrace_mops

Completed in 59 milliseconds