Home
last modified time | relevance | path

Searched refs:dpp_mod (Results 1 – 1 of 1) sorted by relevance

/freebsd/cddl/contrib/opensolaris/lib/libdtrace/common/
H A Ddt_pid.c62 const char *dpp_mod; member
352 } else if (!strisglob(pp->dpp_mod)) { in dt_pid_per_mod()
356 pp->dpp_func, pp->dpp_mod)); in dt_pid_per_mod()
409 if (gmatch(obj, pp->dpp_mod)) in dt_pid_mod_filt()
423 if (gmatch(pp->dpp_obj, pp->dpp_mod)) in dt_pid_mod_filt()
432 if (gmatch(name, pp->dpp_mod)) in dt_pid_mod_filt()
510 pp.dpp_mod = pdp->dtpd_mod[0] != '\0' ? pdp->dtpd_mod : "*"; in dt_pid_create_pid_probes()
519 pp.dpp_mod = pdp->dtpd_mod; in dt_pid_create_pid_probes()
521 } else if (strisglob(pp.dpp_mod) || in dt_pid_create_pid_probes()
523 (pmp = Pname_to_map(pp.dpp_pr, pp.dpp_mod)) == NULL || in dt_pid_create_pid_probes()
[all …]