Searched refs:dpr_pid (Results 1 – 3 of 3) sorted by relevance
/titanic_44/usr/src/lib/libdtrace/common/ |
H A D | dt_proc.c | 155 (int)dpr->dpr_pid, (ulong_t)psp->pr_reg[R_PC]); in dt_proc_bpmatch() 160 (int)dpr->dpr_pid, (ulong_t)dbp->dbp_addr, ++dbp->dbp_hits); in dt_proc_bpmatch() 208 (int)dpr->dpr_pid, msg); in dt_proc_notify() 263 dt_dprintf("pid %d: breakpoint at %s()\n", (int)dpr->dpr_pid, fname); in dt_proc_bpmain() 275 (int)dpr->dpr_pid, evname, rd_errstr(err)); in dt_proc_rdevent() 280 (int)dpr->dpr_pid, evname, rdm.type, rdm.u.state); in dt_proc_rdevent() 312 (int)dpr->dpr_pid, evname, rd_errstr(err)); in dt_proc_rdwatch() 318 (int)dpr->dpr_pid, evname, rdn.type); in dt_proc_rdwatch() 354 (int)dpr->dpr_pid, dpr->dpr_rtld ? rd_errstr(err) : in dt_proc_attach() 366 (int)dpr->dpr_pid, strerror(errno)); in dt_proc_attach() [all …]
|
H A D | dt_proc.h | 52 pid_t dpr_pid; /* pid of process */ member
|
H A D | dt_pid.c | 722 (int)dpr->dpr_pid); in dt_pid_create_probes_module() 732 if (pid != dpr->dpr_pid) in dt_pid_create_probes_module()
|