Searched refs:dpr_pid (Results 1 – 3 of 3) sorted by relevance
| /freebsd-10-stable/cddl/contrib/opensolaris/lib/libdtrace/common/ |
| D | dt_proc.c | 174 (int)dpr->dpr_pid, (ulong_t)psp->pr_reg[R_PC]); in dt_proc_bpmatch() 176 (int)dpr->dpr_pid, pc); in dt_proc_bpmatch() 182 (int)dpr->dpr_pid, (ulong_t)dbp->dbp_addr, ++dbp->dbp_hits); in dt_proc_bpmatch() 230 (int)dpr->dpr_pid, msg); in dt_proc_notify() 285 dt_dprintf("pid %d: breakpoint at %s()\n", (int)dpr->dpr_pid, fname); in dt_proc_bpmain() 297 (int)dpr->dpr_pid, evname, rd_errstr(err)); in dt_proc_rdevent() 302 (int)dpr->dpr_pid, evname, rdm.type, rdm.u.state); in dt_proc_rdevent() 334 (int)dpr->dpr_pid, evname, rd_errstr(err)); in dt_proc_rdwatch() 340 (int)dpr->dpr_pid, evname, rdn.type); in dt_proc_rdwatch() 390 (int)dpr->dpr_pid, dpr->dpr_rtld ? rd_errstr(err) : in dt_proc_attach() [all …]
|
| D | dt_proc.h | 50 pid_t dpr_pid; /* pid of process */ member
|
| D | dt_pid.c | 792 (int)dpr->dpr_pid); in dt_pid_create_probes_module() 802 if (pid != dpr->dpr_pid) in dt_pid_create_probes_module()
|