Home
last modified time | relevance | path

Searched refs:async_branch (Results 1 – 6 of 6) sorted by relevance

/freebsd/contrib/processor-trace/libipt/src/
H A Dpt_insn_decoder.c1106 if (ev->variant.async_branch.from != decoder->ip) in pt_insn_check_ip_event()
1451 decoder->ip = ev->variant.async_branch.to; in pt_insn_process_async_branch()
1643 if (decoder->ip != ev->variant.async_branch.from) in pt_insn_event()
H A Dpt_block_decoder.c1512 ev->variant.async_branch.from); in pt_blk_proceed_event()
2829 if (decoder->ip != ev->variant.async_branch.from) in pt_blk_proceed_trailing_event()
3153 decoder->ip = ev->variant.async_branch.to; in pt_blk_process_async_branch()
3364 if (decoder->ip != ev->variant.async_branch.from) in pt_blk_event()
H A Dpt_query_decoder.c1160 return pt_qry_event_ip(&ev->variant.async_branch.to, ev, in pt_qry_event_tip()
1392 at = ev->variant.async_branch.from; in pt_qry_event_tip_pgd()
1684 ev->variant.async_branch.from = ip; in pt_qry_decode_fup()
/freebsd/contrib/processor-trace/libipt/test/src/
H A Dptunit-query.c1199 ptu_uint_eq(event.variant.async_branch.to, dfix->last_ip.ip); in event_async_branch()
1202 ptu_uint_eq(event.variant.async_branch.from, fup.ip); in event_async_branch()
1321 ptu_uint_eq(event.variant.async_branch.from, from); in event_async_paging()
1322 ptu_uint_eq(event.variant.async_branch.to, to); in event_async_paging()
1369 ptu_uint_eq(event.variant.async_branch.from, from); in event_async_paging_suppressed()
/freebsd/contrib/processor-trace/libipt/include/
H A Dintel-pt.h1243 } async_branch; member
H A Dintel-pt.h.in1243 } async_branch; member