Lines Matching full:ipc

477 				  enum pt_ip_compression ipc)  in indir()  argument
485 packet.ipc = ipc; in indir()
489 pt_encode_tip(encoder, packet.ip, packet.ipc); in indir()
494 if (ipc == pt_ipc_suppressed) { in indir()
506 enum pt_ip_compression ipc) in indir_tnt() argument
514 packet.ipc = ipc; in indir_tnt()
519 pt_encode_tip(encoder, packet.ip, packet.ipc); in indir_tnt()
524 if (ipc == pt_ipc_suppressed) { in indir_tnt()
937 enum pt_ip_compression ipc, in event_enabled() argument
946 packet.ipc = ipc; in event_enabled()
950 pt_encode_tip_pge(encoder, packet.ip, packet.ipc); in event_enabled()
955 if (ipc == pt_ipc_suppressed) in event_enabled()
993 enum pt_ip_compression ipc, in event_disabled() argument
1002 packet.ipc = ipc; in event_disabled()
1006 pt_encode_tip_pgd(encoder, packet.ip, packet.ipc); in event_disabled()
1012 if (ipc == pt_ipc_suppressed) in event_disabled()
1051 enum pt_ip_compression ipc, uint64_t tsc) in event_async_disabled() argument
1059 fup.ipc = pt_ipc_sext_48; in event_async_disabled()
1063 tip.ipc = ipc; in event_async_disabled()
1067 pt_encode_fup(encoder, fup.ip, fup.ipc); in event_async_disabled()
1068 pt_encode_tip_pgd(encoder, tip.ip, tip.ipc); in event_async_disabled()
1074 if (ipc == pt_ipc_suppressed) in event_async_disabled()
1171 enum pt_ip_compression ipc, in event_async_branch() argument
1180 fup.ipc = pt_ipc_sext_48; in event_async_branch()
1184 tip.ipc = ipc; in event_async_branch()
1188 pt_encode_fup(encoder, fup.ip, fup.ipc); in event_async_branch()
1189 pt_encode_tip(encoder, tip.ip, tip.ipc); in event_async_branch()
1195 if (ipc == pt_ipc_suppressed) in event_async_branch()
1417 enum pt_ip_compression ipc, in event_overflow_fup() argument
1426 packet.ipc = ipc; in event_overflow_fup()
1433 pt_encode_fup(encoder, packet.ip, packet.ipc); in event_overflow_fup()
1438 switch (ipc) { in event_overflow_fup()
1466 enum pt_ip_compression ipc, uint64_t tsc) in event_overflow_tip_pge() argument
1474 packet.ipc = ipc; in event_overflow_tip_pge()
1481 pt_encode_tip_pge(encoder, packet.ip, packet.ipc); in event_overflow_tip_pge()
1498 switch (ipc) { in event_overflow_tip_pge()
1571 enum pt_ip_compression ipc, uint64_t tsc) in event_exec_mode_tip() argument
1581 packet.ipc = ipc; in event_exec_mode_tip()
1586 pt_encode_tip(encoder, packet.ip, packet.ipc); in event_exec_mode_tip()
1592 if (ipc == pt_ipc_suppressed) in event_exec_mode_tip()
1609 if (ipc == pt_ipc_suppressed) in event_exec_mode_tip()
1641 enum pt_ip_compression ipc, uint64_t tsc) in event_exec_mode_tip_pge() argument
1651 packet.ipc = ipc; in event_exec_mode_tip_pge()
1656 pt_encode_tip_pge(encoder, packet.ip, packet.ipc); in event_exec_mode_tip_pge()
1662 if (ipc == pt_ipc_suppressed) { in event_exec_mode_tip_pge()
1734 enum pt_ip_compression ipc, in event_tsx_fup() argument
1744 fup.ipc = ipc; in event_tsx_fup()
1748 tip.ipc = pt_ipc_sext_48; in event_tsx_fup()
1752 pt_encode_fup(encoder, fup.ip, fup.ipc); in event_tsx_fup()
1753 pt_encode_tip(encoder, tip.ip, tip.ipc); in event_tsx_fup()
1759 if (ipc == pt_ipc_suppressed) in event_tsx_fup()
1889 enum pt_ip_compression ipc) in sync_event() argument
1898 packet.ipc = ipc; in sync_event()
1906 pt_encode_fup(encoder, packet.ip, packet.ipc); in sync_event()
1910 switch (ipc) { in sync_event()
1928 if (ipc == pt_ipc_suppressed) in sync_event()
1978 enum pt_ip_compression ipc) in sync_ovf_event() argument
1987 fup.ipc = pt_ipc_sext_48; in sync_ovf_event()
1990 ovf.ipc = ipc; in sync_ovf_event()
1997 pt_encode_fup(encoder, fup.ip, fup.ipc); in sync_ovf_event()
2001 pt_encode_fup(encoder, ovf.ip, ovf.ipc); in sync_ovf_event()
2018 switch (ipc) { in sync_ovf_event()