Lines Matching refs:td_thrhandle_t

47 static int pt_validate(const td_thrhandle_t *th);
221 pt_ta_map_id2thr(const td_thragent_t *ta, thread_t id, td_thrhandle_t *th) in pt_ta_map_id2thr()
295 pt_ta_map_lwp2thr(const td_thragent_t *ta, lwpid_t lwp, td_thrhandle_t *th) in pt_ta_map_lwp2thr()
338 td_thrhandle_t th; in pt_ta_thr_iter()
440 pt_dbsuspend(const td_thrhandle_t *th, int suspend) in pt_dbsuspend()
545 pt_thr_dbresume(const td_thrhandle_t *th) in pt_thr_dbresume()
553 pt_thr_dbsuspend(const td_thrhandle_t *th) in pt_thr_dbsuspend()
561 pt_thr_validate(const td_thrhandle_t *th) in pt_thr_validate()
563 td_thrhandle_t temp; in pt_thr_validate()
574 pt_thr_old_get_info(const td_thrhandle_t *th, td_old_thrinfo_t *info) in pt_thr_old_get_info()
664 pt_thr_get_info(const td_thrhandle_t *th, td_thrinfo_t *info) in pt_thr_get_info()
675 pt_thr_getxmmregs(const td_thrhandle_t *th, char *fxsave) in pt_thr_getxmmregs()
719 pt_thr_getfpregs(const td_thrhandle_t *th, prfpregset_t *fpregs) in pt_thr_getfpregs()
760 pt_thr_getgregs(const td_thrhandle_t *th, prgregset_t gregs) in pt_thr_getgregs()
802 pt_thr_setxmmregs(const td_thrhandle_t *th, const char *fxsave) in pt_thr_setxmmregs()
852 pt_thr_setfpregs(const td_thrhandle_t *th, const prfpregset_t *fpregs) in pt_thr_setfpregs()
899 pt_thr_setgregs(const td_thrhandle_t *th, const prgregset_t gregs) in pt_thr_setgregs()
946 pt_thr_event_enable(const td_thrhandle_t *th __unused, int en __unused) in pt_thr_event_enable()
953 pt_thr_set_event(const td_thrhandle_t *th __unused, in pt_thr_set_event()
961 pt_thr_clear_event(const td_thrhandle_t *th __unused, in pt_thr_clear_event()
969 pt_thr_event_getmsg(const td_thrhandle_t *th __unused, in pt_thr_event_getmsg()
977 pt_thr_sstep(const td_thrhandle_t *th, int step) in pt_thr_sstep()
1062 pt_validate(const td_thrhandle_t *th) in pt_validate()
1072 pt_thr_tls_get_addr(const td_thrhandle_t *th, psaddr_t _linkmap, size_t offset, in pt_thr_tls_get_addr()