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

/darwin-on-arm/xnu/bsd/sys/
H A Dproc_internal.h297 int p_dtrace_probes; /* (PL) are there probes for this proc? */ member in struct:proc
/darwin-on-arm/xnu/bsd/dev/dtrace/
H A Dfasttrap.c530 * This is called from proc_exit() or from exec_common() if p_dtrace_probes
1496 * Increment p_dtrace_probes so that the process knows to inform us
1500 p->p_dtrace_probes++;
1624 * Decrement p_dtrace_probes on the process whose provider we're
1635 p->p_dtrace_probes--;
/darwin-on-arm/xnu/bsd/kern/
H A Dkern_exit.c510 if (p->p_dtrace_probes && dtrace_fasttrap_exit_ptr) {
H A Dkern_exec.c1081 if (p->p_dtrace_probes && dtrace_fasttrap_exec_ptr) {

Completed in 38 milliseconds