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

/netbsd-current/external/cddl/osnet/dist/uts/powerpc/dtrace/
H A Dfasttrap_isa.c52 if (uwrite(p, &instr, 4, tp->ftt_pc) != 0)
67 if (uread(p, &instr, 4, tp->ftt_pc) != 0)
71 if (uwrite(p, &tp->ftt_instr, 4, tp->ftt_pc) != 0)
275 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/sys/
H A Dfasttrap_impl.h161 uintptr_t ftt_pc; /* address of tracepoint */ member in struct:fasttrap_tracepoint
/netbsd-current/external/cddl/osnet/dist/uts/common/dtrace/
H A Dfasttrap.c782 pc = probe->ftp_tps[index].fit_tp->ftt_pc;
817 if (tp->ftt_pid != pid || tp->ftt_pc != pc ||
911 ASSERT(new_tp->ftt_pc == pc);
967 pc = probe->ftp_tps[index].fit_tp->ftt_pc;
979 if (tp->ftt_pid == pid && tp->ftt_pc == pc &&
1960 tp->ftt_pc = pdata->ftps_offs[i] + pdata->ftps_pc;
2011 tp->ftt_pc = pdata->ftps_offs[i] + pdata->ftps_pc;
2194 tp->ftt_pc = dhpb->dthpb_base + dhpb->dthpb_offs[i];
2213 tp->ftt_pc = dhpb->dthpb_base + dhpb->dthpb_enoffs[j];
2450 instr.ftiq_pc == tp->ftt_pc
[all...]
/netbsd-current/external/cddl/osnet/dist/uts/intel/dtrace/
H A Dfasttrap_isa.c653 if (uwrite(p, &instr, 1, tp->ftt_pc) != 0)
668 if (uread(p, &instr, 1, tp->ftt_pc) != 0)
672 if (uwrite(p, &tp->ftt_instr[0], 1, tp->ftt_pc) != 0)
722 if (pid == tp->ftt_pid && pc == tp->ftt_pc &&
1037 if (pid == tp->ftt_pid && pc == tp->ftt_pc &&

Completed in 86 milliseconds