Searched refs:pt_last_ip_query (Results 1 – 4 of 4) sorted by relevance
/freebsd/contrib/processor-trace/libipt/test/src/ |
H A D | ptunit-last_ip.c | 67 errcode = pt_last_ip_query(NULL, &last_ip); in status_initial() 81 errcode = pt_last_ip_query(NULL, &last_ip); in status() 91 errcode = pt_last_ip_query(NULL, NULL); in status_null() 105 errcode = pt_last_ip_query(NULL, &last_ip); in status_noip() 119 errcode = pt_last_ip_query(NULL, &last_ip); in status_suppressed() 133 errcode = pt_last_ip_query(&ip, &last_ip); in query_initial() 149 errcode = pt_last_ip_query(&ip, &last_ip); in query() 161 errcode = pt_last_ip_query(&ip, NULL); in query_null() 178 errcode = pt_last_ip_query(&ip, &last_ip); in query_noip() 195 errcode = pt_last_ip_query(&ip, &last_ip); in query_suppressed()
|
/freebsd/contrib/processor-trace/libipt/internal/include/ |
H A D | pt_last_ip.h | 65 extern int pt_last_ip_query(uint64_t *ip, const struct pt_last_ip *last_ip);
|
/freebsd/contrib/processor-trace/libipt/src/ |
H A D | pt_last_ip.c | 44 int pt_last_ip_query(uint64_t *ip, const struct pt_last_ip *last_ip) in pt_last_ip_query() function
|
H A D | pt_query_decoder.c | 343 status = pt_last_ip_query(addr, &decoder->ip); in pt_qry_start() 360 errcode = pt_last_ip_query(addr, &decoder->ip); in pt_qry_start() 841 errcode = pt_last_ip_query(&ip, &decoder->ip); in pt_qry_indirect_branch() 1098 errcode = pt_last_ip_query(ip, &decoder->ip); in pt_qry_event_ip() 1319 errcode = pt_last_ip_query(&ev->variant.enabled.ip, in pt_qry_decode_tip_pge() 1600 return pt_last_ip_query(&ev->variant.overflow.ip, in pt_qry_event_fup() 1675 errcode = pt_last_ip_query(&ip, &decoder->ip); in pt_qry_decode_fup() 1930 errcode = pt_last_ip_query(&ev->variant.overflow.ip, &ip); in skd010_recover()
|