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

/netbsd-current/external/cddl/osnet/dist/uts/common/sys/
H A Dfasttrap_impl.h162 pid_t ftt_pid; /* pid of tracepoint */ member in struct:fasttrap_tracepoint
/netbsd-current/external/cddl/osnet/dist/uts/powerpc/dtrace/
H A Dfasttrap_isa.c275 if (pid == tp->ftt_pid && pc == tp->ftt_pc &&
372 if (pid == tp->ftt_pid && pc == tp->ftt_pc &&
/netbsd-current/external/cddl/osnet/dist/uts/common/dtrace/
H A Dfasttrap.c673 if (tp->ftt_pid == ppid &&
785 ASSERT(probe->ftp_tps[index].fit_tp->ftt_pid == pid);
817 if (tp->ftt_pid != pid || tp->ftt_pc != pc ||
910 ASSERT(new_tp->ftt_pid == pid);
970 ASSERT(probe->ftp_tps[index].fit_tp->ftt_pid == pid);
979 if (tp->ftt_pid == pid && tp->ftt_pc == pc &&
1961 tp->ftt_pid = pdata->ftps_pid;
2012 tp->ftt_pid = pdata->ftps_pid;
2195 tp->ftt_pid = provider->ftp_pid;
2214 tp->ftt_pid
[all...]
/netbsd-current/external/cddl/osnet/dist/uts/intel/dtrace/
H A Dfasttrap_isa.c722 if (pid == tp->ftt_pid && pc == tp->ftt_pc &&
1037 if (pid == tp->ftt_pid && pc == tp->ftt_pc &&

Completed in 87 milliseconds