Probe APIs

int dtrace_probe_info(dtrace_hdl_t *dtp, const dtrace_probedesc_t *pdp, dtrace_probeinfo_t *pip)

Returns information about the probe described in pdp. The information is returned by using the argument pip. See dtrace_probe_info(3DTRACE).

int dtrace_probe_iter(dtrace_hdl_t *dtp, const dtrace_probedesc_t *pdp, dtrace_probe_f *func, void *arg)

Iterates the probes that are registered with the DTrace framework, calling the func() function for each one. See dtrace_probe_iter(3DTRACE).