Searched refs:ftt_pc (Results 1 – 4 of 4) sorted by relevance
/titanic_41/usr/src/uts/common/dtrace/ |
H A D | fasttrap.c | 512 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() 1863 tp->ftt_pc = dhpb->dthpb_base + dhpb->dthpb_offs[i]; in fasttrap_meta_create_probe() 1882 tp->ftt_pc = dhpb->dthpb_base + dhpb->dthpb_enoffs[j]; in fasttrap_meta_create_probe() 2062 instr.ftiq_pc == tp->ftt_pc && in fasttrap_ioctl()
|
/titanic_41/usr/src/uts/common/sys/ |
H A D | fasttrap_impl.h | 133 uintptr_t ftt_pc; /* address of tracepoint */ member
|
/titanic_41/usr/src/uts/sparc/dtrace/ |
H A D | fasttrap_isa.c | 291 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()
|
/titanic_41/usr/src/uts/intel/dtrace/ |
H A D | fasttrap_isa.c | 609 if (uwrite(p, &instr, 1, tp->ftt_pc) != 0) in fasttrap_tracepoint_install() 624 if (uread(p, &instr, 1, tp->ftt_pc) != 0) in fasttrap_tracepoint_remove() 628 if (uwrite(p, &tp->ftt_instr[0], 1, tp->ftt_pc) != 0) in fasttrap_tracepoint_remove() 672 if (pid == tp->ftt_pid && pc == tp->ftt_pc && in fasttrap_return_common() 932 if (pid == tp->ftt_pid && pc == tp->ftt_pc && in fasttrap_pid_probe()
|