Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/dtrace/
H A Dfasttrap.c512 pc = probe->ftp_tps[index].fit_tp->ftt_pc; in fasttrap_tracepoint_enable()
545 if (tp->ftt_pid != pid || tp->ftt_pc != pc || in fasttrap_tracepoint_enable()
637 ASSERT(new_tp->ftt_pc == pc); in fasttrap_tracepoint_enable()
686 pc = probe->ftp_tps[index].fit_tp->ftt_pc; in fasttrap_tracepoint_disable()
698 if (tp->ftt_pid == pid && tp->ftt_pc == pc && in fasttrap_tracepoint_disable()
1627 tp->ftt_pc = pdata->ftps_offs[i] + pdata->ftps_pc; in fasttrap_add_probe()
1678 tp->ftt_pc = pdata->ftps_offs[i] + pdata->ftps_pc; in fasttrap_add_probe()
1861 tp->ftt_pc = dhpb->dthpb_base + dhpb->dthpb_offs[i]; in fasttrap_meta_create_probe()
1880 tp->ftt_pc = dhpb->dthpb_base + dhpb->dthpb_enoffs[j]; in fasttrap_meta_create_probe()
2058 instr.ftiq_pc == tp->ftt_pc && in fasttrap_ioctl()
/illumos-gate/usr/src/uts/common/sys/
H A Dfasttrap_impl.h131 uintptr_t ftt_pc; /* address of tracepoint */ member
/illumos-gate/usr/src/uts/sparc/dtrace/
H A Dfasttrap_isa.c291 if (pid == tp->ftt_pid && pc == tp->ftt_pc && in fasttrap_return_common()
465 if (pid == tp->ftt_pid && pc == tp->ftt_pc && in fasttrap_pid_probe()
1057 if (uwrite(p, &instr, 4, tp->ftt_pc) != 0) in fasttrap_tracepoint_install()
1072 if (uread(p, &instr, 4, tp->ftt_pc) != 0) in fasttrap_tracepoint_remove()
1076 if (uwrite(p, &tp->ftt_instr, 4, tp->ftt_pc) != 0) in fasttrap_tracepoint_remove()
/illumos-gate/usr/src/uts/intel/dtrace/
H A Dfasttrap_isa.c589 if (uwrite(p, &instr, 1, tp->ftt_pc) != 0) in fasttrap_tracepoint_install()
604 if (uread(p, &instr, 1, tp->ftt_pc) != 0) in fasttrap_tracepoint_remove()
608 if (uwrite(p, &tp->ftt_instr[0], 1, tp->ftt_pc) != 0) in fasttrap_tracepoint_remove()
650 if (pid == tp->ftt_pid && pc == tp->ftt_pc && in fasttrap_return_common()
906 if (pid == tp->ftt_pid && pc == tp->ftt_pc && in fasttrap_pid_probe()