Searched refs:ftt_pid (Results 1 - 3 of 3) sorted by relevance

/darwin-on-arm/xnu/bsd/sys/
H A Dfasttrap_impl.h145 pid_t ftt_pid; /* pid of tracepoint */ member in struct:fasttrap_tracepoint
/darwin-on-arm/xnu/bsd/dev/dtrace/
H A Dfasttrap.c503 if (tp->ftt_pid == ppid &&
606 ASSERT(probe->ftp_tps[index].fit_tp->ftt_pid == pid);
636 if (tp->ftt_pid != pid || tp->ftt_pc != pc ||
727 ASSERT(new_tp->ftt_pid == pid);
780 ASSERT(probe->ftp_tps[index].fit_tp->ftt_pid == pid);
789 if (tp->ftt_pid == pid && tp->ftt_pc == pc &&
1833 tp->ftt_pid = pdata->ftps_pid;
1900 tp->ftt_pid = pdata->ftps_pid;
2166 tp->ftt_pid = provider->ftp_pid;
2207 tp->ftt_pid
[all...]
/darwin-on-arm/xnu/bsd/dev/i386/
H A Dfasttrap_isa.c705 if (pid == tp->ftt_pid && pc == tp->ftt_pc &&
1012 if (pid == tp->ftt_pid && pc == tp->ftt_pc &&
1571 if (pid == tp->ftt_pid && pc == tp->ftt_pc &&

Completed in 80 milliseconds