Lines Matching refs:td_thragent_t
46 static void pt_unmap_lwp(const td_thragent_t *ta, lwpid_t lwp);
73 pt_map_thread(const td_thragent_t *const_ta, psaddr_t pt, enum pt_type type) in pt_map_thread()
75 td_thragent_t *ta = __DECONST(td_thragent_t *, const_ta); in pt_map_thread()
123 pt_ta_new(struct ps_prochandle *ph, td_thragent_t **pta) in pt_ta_new()
147 td_thragent_t *ta; in pt_ta_new()
154 ta = malloc(sizeof(td_thragent_t)); in pt_ta_new()
202 pt_ta_delete(td_thragent_t *ta) in pt_ta_delete()
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()
334 pt_ta_thr_iter(const td_thragent_t *ta, td_thr_iter_f *callback, in pt_ta_thr_iter()
373 pt_ta_tsd_iter(const td_thragent_t *ta, td_key_iter_f *ki, void *arg) in pt_ta_tsd_iter()
408 pt_ta_event_addr(const td_thragent_t *ta __unused, td_event_e event __unused, in pt_ta_event_addr()
416 pt_ta_set_event(const td_thragent_t *ta __unused, in pt_ta_set_event()
424 pt_ta_clear_event(const td_thragent_t *ta __unused, in pt_ta_clear_event()
432 pt_ta_event_getmsg(const td_thragent_t *ta __unused, in pt_ta_event_getmsg()
442 const td_thragent_t *ta = th->th_ta; in pt_dbsuspend()
576 const td_thragent_t *ta = th->th_ta; in pt_thr_old_get_info()
677 const td_thragent_t *ta = th->th_ta; in pt_thr_getxmmregs()
721 const td_thragent_t *ta = th->th_ta; in pt_thr_getfpregs()
762 const td_thragent_t *ta = th->th_ta; in pt_thr_getgregs()
804 const td_thragent_t *ta = th->th_ta; in pt_thr_setxmmregs()
854 const td_thragent_t *ta = th->th_ta; in pt_thr_setfpregs()
901 const td_thragent_t *ta = th->th_ta; in pt_thr_setgregs()
979 const td_thragent_t *ta = th->th_ta; in pt_thr_sstep()
1049 pt_unmap_lwp(const td_thragent_t *ta, lwpid_t lwp) in pt_unmap_lwp()
1075 const td_thragent_t *ta = th->th_ta; in pt_thr_tls_get_addr()