Lines Matching refs:fup
1055 struct pt_packet_ip fup, tip; in event_async_disabled() local
1059 fup.ipc = pt_ipc_sext_48; in event_async_disabled()
1060 fup.ip = pt_dfix_max_ip; in event_async_disabled()
1061 pt_last_ip_update_ip(&dfix->last_ip, &fup, &dfix->config); in event_async_disabled()
1067 pt_encode_fup(encoder, fup.ip, fup.ipc); in event_async_disabled()
1081 ptu_uint_eq(event.variant.async_disabled.at, fup.ip); in event_async_disabled()
1176 struct pt_packet_ip fup, tip; in event_async_branch() local
1180 fup.ipc = pt_ipc_sext_48; in event_async_branch()
1181 fup.ip = pt_dfix_max_ip; in event_async_branch()
1182 pt_last_ip_update_ip(&dfix->last_ip, &fup, &dfix->config); in event_async_branch()
1188 pt_encode_fup(encoder, fup.ip, fup.ipc); in event_async_branch()
1202 ptu_uint_eq(event.variant.async_branch.from, fup.ip); in event_async_branch()
1739 struct pt_packet_ip fup, tip; in event_tsx_fup() local
1744 fup.ipc = ipc; in event_tsx_fup()
1745 fup.ip = pt_dfix_max_ip; in event_tsx_fup()
1746 pt_last_ip_update_ip(&dfix->last_ip, &fup, &dfix->config); in event_tsx_fup()
1752 pt_encode_fup(encoder, fup.ip, fup.ipc); in event_tsx_fup()
1982 struct pt_packet_ip fup, ovf; in sync_ovf_event() local
1987 fup.ipc = pt_ipc_sext_48; in sync_ovf_event()
1988 fup.ip = pt_dfix_max_ip; in sync_ovf_event()
1997 pt_encode_fup(encoder, fup.ip, fup.ipc); in sync_ovf_event()
2005 ptu_uint_eq(addr, fup.ip); in sync_ovf_event()
2013 ptu_uint_eq(event.variant.tsx.ip, fup.ip); in sync_ovf_event()