Home
last modified time | relevance | path

Searched refs:pt_last_ip_update_ip (Results 1 – 5 of 5) sorted by relevance

/freebsd/contrib/processor-trace/libipt/test/src/
H A Dptunit-last_ip.c215 errcode = pt_last_ip_update_ip(&last_ip, &packet, NULL); in update_ip_suppressed()
237 errcode = pt_last_ip_update_ip(&last_ip, &packet, NULL); in update_ip_upd16()
259 errcode = pt_last_ip_update_ip(&last_ip, &packet, NULL); in update_ip_upd32()
281 errcode = pt_last_ip_update_ip(&last_ip, &packet, NULL); in update_ip_sext48()
303 errcode = pt_last_ip_update_ip(&last_ip, &packet, NULL); in update_ip_bad_packet()
317 errcode = pt_last_ip_update_ip(NULL, &packet, NULL); in update_ip_null_ip()
332 errcode = pt_last_ip_update_ip(&last_ip, NULL, NULL); in update_ip_null_packet()
H A Dptunit-query.c487 pt_last_ip_update_ip(&dfix->last_ip, &packet, &dfix->config); in indir()
516 pt_last_ip_update_ip(&dfix->last_ip, &packet, &dfix->config); in indir_tnt()
948 pt_last_ip_update_ip(&dfix->last_ip, &packet, &dfix->config); in event_enabled()
1004 pt_last_ip_update_ip(&dfix->last_ip, &packet, &dfix->config); in event_disabled()
1061 pt_last_ip_update_ip(&dfix->last_ip, &fup, &dfix->config); in event_async_disabled()
1065 pt_last_ip_update_ip(&dfix->last_ip, &tip, &dfix->config); in event_async_disabled()
1182 pt_last_ip_update_ip(&dfix->last_ip, &fup, &dfix->config); in event_async_branch()
1186 pt_last_ip_update_ip(&dfix->last_ip, &tip, &dfix->config); in event_async_branch()
1430 pt_last_ip_update_ip(&dfix->last_ip, &packet, &dfix->config); in event_overflow_fup()
1478 pt_last_ip_update_ip(&dfix->last_ip, &packet, &dfix->config); in event_overflow_tip_pge()
[all …]
/freebsd/contrib/processor-trace/libipt/internal/include/
H A Dpt_last_ip.h75 extern int pt_last_ip_update_ip(struct pt_last_ip *last_ip,
/freebsd/contrib/processor-trace/libipt/src/
H A Dpt_last_ip.c78 int pt_last_ip_update_ip(struct pt_last_ip *last_ip, in pt_last_ip_update_ip() function
H A Dpt_query_decoder.c1132 errcode = pt_last_ip_update_ip(&decoder->ip, &packet, &decoder->config); in pt_qry_decode_ip()
1578 errcode = pt_last_ip_update_ip(&decoder->ip, &packet, &decoder->config); in pt_qry_header_fup()
1918 errcode = pt_last_ip_update_ip(&ip, packet, &decoder->config); in skd010_recover()