Lines Matching refs:last_ip
59 struct pt_last_ip last_ip; member
487 pt_last_ip_update_ip(&dfix->last_ip, &packet, &dfix->config); in indir()
499 ptu_uint_eq(addr, dfix->last_ip.ip); in indir()
516 pt_last_ip_update_ip(&dfix->last_ip, &packet, &dfix->config); in indir_tnt()
529 ptu_uint_eq(addr, dfix->last_ip.ip); in indir_tnt()
948 pt_last_ip_update_ip(&dfix->last_ip, &packet, &dfix->config); in event_enabled()
960 ptu_uint_eq(event.variant.enabled.ip, dfix->last_ip.ip); in event_enabled()
1004 pt_last_ip_update_ip(&dfix->last_ip, &packet, &dfix->config); in event_disabled()
1016 ptu_uint_eq(event.variant.disabled.ip, dfix->last_ip.ip); 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()
1078 ptu_uint_eq(event.variant.async_disabled.ip, dfix->last_ip.ip); 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()
1199 ptu_uint_eq(event.variant.async_branch.to, dfix->last_ip.ip); in event_async_branch()
1429 pt_last_ip_init(&dfix->last_ip); in event_overflow_fup()
1430 pt_last_ip_update_ip(&dfix->last_ip, &packet, &dfix->config); in event_overflow_fup()
1450 ptu_uint_eq(event.variant.overflow.ip, dfix->last_ip.ip); in event_overflow_fup()
1477 pt_last_ip_init(&dfix->last_ip); in event_overflow_tip_pge()
1478 pt_last_ip_update_ip(&dfix->last_ip, &packet, &dfix->config); in event_overflow_tip_pge()
1510 ptu_uint_eq(event.variant.enabled.ip, dfix->last_ip.ip); in event_overflow_tip_pge()
1583 pt_last_ip_update_ip(&dfix->last_ip, &packet, &dfix->config); in event_exec_mode_tip()
1596 ptu_uint_eq(event.variant.exec_mode.ip, dfix->last_ip.ip); in event_exec_mode_tip()
1613 ptu_uint_eq(addr, dfix->last_ip.ip); in event_exec_mode_tip()
1653 pt_last_ip_update_ip(&dfix->last_ip, &packet, &dfix->config); in event_exec_mode_tip_pge()
1668 ptu_uint_eq(event.variant.enabled.ip, dfix->last_ip.ip); in event_exec_mode_tip_pge()
1681 ptu_uint_eq(event.variant.exec_mode.ip, dfix->last_ip.ip); in event_exec_mode_tip_pge()
1746 pt_last_ip_update_ip(&dfix->last_ip, &fup, &dfix->config); in event_tsx_fup()
1763 ptu_uint_eq(event.variant.tsx.ip, dfix->last_ip.ip); in event_tsx_fup()
1901 pt_last_ip_init(&dfix->last_ip); in sync_event()
1902 pt_last_ip_update_ip(&dfix->last_ip, &packet, &dfix->config); in sync_event()
1921 ptu_uint_eq(addr, dfix->last_ip.ip); in sync_event()
1932 ptu_uint_eq(event.variant.tsx.ip, dfix->last_ip.ip); in sync_event()
1993 pt_last_ip_init(&dfix->last_ip); in sync_ovf_event()
1994 pt_last_ip_update_ip(&dfix->last_ip, &ovf, &dfix->config); in sync_ovf_event()
2030 ptu_uint_eq(event.variant.overflow.ip, dfix->last_ip.ip); in sync_ovf_event()
2239 dfix->last_ip = dfix->decoder.ip; in ptu_dfix_init()