Searched refs:INTEL_PT_FUP (Results 1 – 4 of 4) sorted by relevance
/linux-5.19.10/tools/perf/arch/x86/tests/ |
D | intel-pt-pkt-decoder-test.c | 62 {1, {0x1d}, 0, {INTEL_PT_FUP, 0, 0}, 0, 0 }, 63 {3, {0x3d, 1, 2}, 0, {INTEL_PT_FUP, 1, 0x201}, 0, 0 }, 64 {5, {0x5d, 1, 2, 3, 4}, 0, {INTEL_PT_FUP, 2, 0x4030201}, 0, 0 }, 65 {7, {0x7d, 1, 2, 3, 4, 5, 6}, 0, {INTEL_PT_FUP, 3, 0x60504030201}, 0, 0 }, 66 {7, {0x9d, 1, 2, 3, 4, 5, 6}, 0, {INTEL_PT_FUP, 4, 0x60504030201}, 0, 0 }, 67 {9, {0xdd, 1, 2, 3, 4, 5, 6, 7, 8}, 0, {INTEL_PT_FUP, 6, 0x807060504030201}, 0, 0 },
|
/linux-5.19.10/tools/perf/util/intel-pt-decoder/ |
D | intel-pt-pkt-decoder.h | 38 INTEL_PT_FUP, enumerator
|
D | intel-pt-pkt-decoder.c | 46 [INTEL_PT_FUP] = "FUP", 604 return intel_pt_get_ip(INTEL_PT_FUP, byte, buf, len, packet); in intel_pt_do_get_packet() 630 case INTEL_PT_FUP: in intel_pt_upd_pkt_ctx() 730 case INTEL_PT_FUP: in intel_pt_pkt_desc()
|
D | intel-pt-decoder.c | 820 case INTEL_PT_FUP: in intel_pt_calc_cyc_cb() 1558 case INTEL_PT_FUP: in intel_pt_eptw_lookahead_cb() 1745 if (decoder->packet.type == INTEL_PT_FUP) { in intel_pt_mode_tsx() 2144 case INTEL_PT_FUP: in intel_pt_walk_psbend() 2198 case INTEL_PT_FUP: in intel_pt_walk_fup_tip() 2333 case INTEL_PT_FUP: in intel_pt_vm_psb_lookahead_cb() 2404 data->found = pkt_info->packet.type == INTEL_PT_FUP; in intel_pt_ovf_fup_lookahead_cb() 2835 case INTEL_PT_FUP: in intel_pt_vm_time_correlation() 2974 case INTEL_PT_FUP: in intel_pt_hop_trace() 3080 case INTEL_PT_FUP: in intel_pt_psb_lookahead_cb() [all …]
|