Home
last modified time | relevance | path

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

/freebsd/sys/cddl/contrib/opensolaris/uts/powerpc/dtrace/
H A Dfasttrap_isa.c52 if (uwrite(p, &instr, 4, tp->ftt_pc) != 0) in fasttrap_tracepoint_install()
67 if (uread(p, &instr, 4, tp->ftt_pc) != 0) in fasttrap_tracepoint_remove()
71 if (uwrite(p, &tp->ftt_instr, 4, tp->ftt_pc) != 0) in fasttrap_tracepoint_remove()
279 if (pid == tp->ftt_pid && pc == tp->ftt_pc && in fasttrap_return_common()
381 if (pid == tp->ftt_pid && pc == tp->ftt_pc && in fasttrap_pid_probe()
/freebsd/sys/cddl/contrib/opensolaris/uts/common/dtrace/
H A Dfasttrap.c765 pc = probe->ftp_tps[index].fit_tp->ftt_pc; in fasttrap_tracepoint_enable()
800 if (tp->ftt_pid != pid || tp->ftt_pc != pc || in fasttrap_tracepoint_enable()
894 ASSERT(new_tp->ftt_pc == pc); in fasttrap_tracepoint_enable()
950 pc = probe->ftp_tps[index].fit_tp->ftt_pc; in fasttrap_tracepoint_disable()
962 if (tp->ftt_pid == pid && tp->ftt_pc == pc && in fasttrap_tracepoint_disable()
1931 tp->ftt_pc = pdata->ftps_offs[i] + pdata->ftps_pc; in fasttrap_add_probe()
1982 tp->ftt_pc = pdata->ftps_offs[i] + pdata->ftps_pc; in fasttrap_add_probe()
2165 tp->ftt_pc = dhpb->dthpb_base + dhpb->dthpb_offs[i]; in fasttrap_meta_create_probe()
2184 tp->ftt_pc = dhpb->dthpb_base + dhpb->dthpb_enoffs[j]; in fasttrap_meta_create_probe()
2369 instr.ftiq_pc == tp->ftt_pc && in fasttrap_ioctl()
/freebsd/sys/cddl/contrib/opensolaris/uts/intel/dtrace/
H A Dfasttrap_isa.c636 if (uwrite(p, &instr, 1, tp->ftt_pc) != 0) in fasttrap_tracepoint_install()
651 if (uread(p, &instr, 1, tp->ftt_pc) != 0) in fasttrap_tracepoint_remove()
655 if (uwrite(p, &tp->ftt_instr[0], 1, tp->ftt_pc) != 0) in fasttrap_tracepoint_remove()
698 if (pid == tp->ftt_pid && pc == tp->ftt_pc && in fasttrap_return_common()
997 if (pid == tp->ftt_pid && pc == tp->ftt_pc && in fasttrap_pid_probe()
/freebsd/sys/cddl/contrib/opensolaris/uts/common/sys/
H A Dfasttrap_impl.h161 uintptr_t ftt_pc; /* address of tracepoint */ member