Searched refs:ftt_pc (Results 1 – 4 of 4) sorted by relevance
| /xnu-12377.41.6/bsd/dev/dtrace/ |
| H A D | fasttrap.c | 436 if (pid == tp->ftt_pid && pc == tp->ftt_pc && in fasttrap_tracepoint_cleanup() 468 s->fttps_pc = tp->ftt_pc; in fasttrap_tracepoint_retire() 766 pc = probe->ftp_tps[index].fit_tp->ftt_pc; in fasttrap_tracepoint_enable() 798 if (tp->ftt_pid != pid || tp->ftt_pc != pc || in fasttrap_tracepoint_enable() 896 ASSERT(new_tp->ftt_pc == pc); in fasttrap_tracepoint_enable() 945 pc = probe->ftp_tps[index].fit_tp->ftt_pc; in fasttrap_tracepoint_disable() 957 if (tp->ftt_pid == pid && tp->ftt_pc == pc && in fasttrap_tracepoint_disable() 1960 tp->ftt_pc = pdata->ftps_offs[i] + pdata->ftps_pc; in fasttrap_add_probe() 2022 tp->ftt_pc = pdata->ftps_offs[i] + pdata->ftps_pc; in fasttrap_add_probe() 2278 tp->ftt_pc = dhpb->dthpb_base + (int64_t)dhpb->dthpb_offs[i] - 1; in fasttrap_meta_create_probe() [all …]
|
| /xnu-12377.41.6/bsd/dev/arm64/ |
| H A D | fasttrap_isa.c | 146 if (uwrite(p, &instr, size, tp->ftt_pc) != 0) { in fasttrap_tracepoint_install() 166 if (uread(p, &instr, size, tp->ftt_pc) != 0) { in fasttrap_tracepoint_remove() 177 if (uwrite(p, &tp->ftt_instr, size, tp->ftt_pc) != 0) { in fasttrap_tracepoint_remove() 201 if (pid == tp->ftt_pid && pc == tp->ftt_pc && 973 if (pid == tp->ftt_pid && pc == tp->ftt_pc &&
|
| /xnu-12377.41.6/bsd/sys/ |
| H A D | fasttrap_impl.h | 142 user_addr_t ftt_pc; /* address of tracepoint */ member
|
| /xnu-12377.41.6/bsd/dev/i386/ |
| H A D | fasttrap_isa.c | 629 if (uwrite(p, &instr, 1, tp->ftt_pc) != 0) in fasttrap_tracepoint_install() 646 if (uread(p, &instr, 1, tp->ftt_pc) != 0) in fasttrap_tracepoint_remove() 650 if (uwrite(p, &tp->ftt_instr[0], 1, tp->ftt_pc) != 0) in fasttrap_tracepoint_remove() 689 if (pid == tp->ftt_pid && pc == tp->ftt_pc && in fasttrap_return_common() 999 if (pid == tp->ftt_pid && pc == tp->ftt_pc && in fasttrap_pid_probe32() 1563 if (pid == tp->ftt_pid && pc == tp->ftt_pc && in fasttrap_pid_probe64()
|