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

/xnu-2422.115.4/bsd/sys/
H A Dfasttrap_impl.h144 user_addr_t ftt_pc; /* address of tracepoint */ member in struct:fasttrap_tracepoint
/xnu-2422.115.4/bsd/dev/dtrace/
H A Dfasttrap.c603 pc = probe->ftp_tps[index].fit_tp->ftt_pc;
636 if (tp->ftt_pid != pid || tp->ftt_pc != pc ||
728 ASSERT(new_tp->ftt_pc == pc);
777 pc = probe->ftp_tps[index].fit_tp->ftt_pc;
789 if (tp->ftt_pid == pid && tp->ftt_pc == pc &&
1832 tp->ftt_pc = pdata->ftps_offs[i] + pdata->ftps_pc;
1899 tp->ftt_pc = pdata->ftps_offs[i] + pdata->ftps_pc;
2158 tp->ftt_pc = dhpb->dthpb_base + (int64_t)dhpb->dthpb_offs[i] - 1;
2164 tp->ftt_pc = dhpb->dthpb_base + dhpb->dthpb_offs[i];
2199 tp->ftt_pc
[all...]
/xnu-2422.115.4/bsd/dev/i386/
H A Dfasttrap_isa.c650 if (uwrite(p, &instr, 1, tp->ftt_pc) != 0)
665 if (uread(p, &instr, 1, tp->ftt_pc) != 0)
669 if (uwrite(p, &tp->ftt_instr[0], 1, tp->ftt_pc) != 0)
705 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 36 milliseconds