Lines Matching refs:tip
1055 struct pt_packet_ip fup, tip; in event_async_disabled() local
1063 tip.ipc = ipc; in event_async_disabled()
1064 tip.ip = pt_dfix_sext_ip; in event_async_disabled()
1065 pt_last_ip_update_ip(&dfix->last_ip, &tip, &dfix->config); in event_async_disabled()
1068 pt_encode_tip_pgd(encoder, tip.ip, tip.ipc); in event_async_disabled()
1176 struct pt_packet_ip fup, tip; in event_async_branch() local
1184 tip.ipc = ipc; in event_async_branch()
1185 tip.ip = pt_dfix_sext_ip; in event_async_branch()
1186 pt_last_ip_update_ip(&dfix->last_ip, &tip, &dfix->config); in event_async_branch()
1189 pt_encode_tip(encoder, tip.ip, tip.ipc); in event_async_branch()
1739 struct pt_packet_ip fup, tip; in event_tsx_fup() local
1748 tip.ipc = pt_ipc_sext_48; in event_tsx_fup()
1749 tip.ip = pt_dfix_sext_ip; in event_tsx_fup()
1753 pt_encode_tip(encoder, tip.ip, tip.ipc); in event_tsx_fup()
1780 ptu_uint_eq(addr, tip.ip); in event_tsx_fup()