Searched refs:p_dtrace_probes (Results 1 - 4 of 4) sorted by relevance

/xnu-2782.1.97/bsd/sys/
H A Dproc_internal.h299 int p_dtrace_probes; /* (PL) are there probes for this proc? */ member in struct:proc
/xnu-2782.1.97/bsd/dev/dtrace/
H A Dfasttrap.c522 * This is called from proc_exit() or from exec_common() if p_dtrace_probes
1446 * Increment p_dtrace_probes so that the process knows to inform us
1450 p->p_dtrace_probes++;
1563 * Decrement p_dtrace_probes on the process whose provider we're
1574 p->p_dtrace_probes--;
/xnu-2782.1.97/bsd/kern/
H A Dkern_exit.c553 if (p->p_dtrace_probes && dtrace_fasttrap_exit_ptr) {
H A Dkern_exec.c1102 if (p->p_dtrace_probes && dtrace_fasttrap_exec_ptr) {

Completed in 94 milliseconds