Searched refs:INTEL_PT_FUP (Results 1 – 4 of 4) sorted by relevance
/linux-6.12.1/tools/perf/arch/x86/tests/ |
D | intel-pt-test.c | 67 {1, {0x1d}, 0, {INTEL_PT_FUP, 0, 0}, 0, 0 }, 68 {3, {0x3d, 1, 2}, 0, {INTEL_PT_FUP, 1, 0x201}, 0, 0 }, 69 {5, {0x5d, 1, 2, 3, 4}, 0, {INTEL_PT_FUP, 2, 0x4030201}, 0, 0 }, 70 {7, {0x7d, 1, 2, 3, 4, 5, 6}, 0, {INTEL_PT_FUP, 3, 0x60504030201}, 0, 0 }, 71 {7, {0x9d, 1, 2, 3, 4, 5, 6}, 0, {INTEL_PT_FUP, 4, 0x60504030201}, 0, 0 }, 72 {9, {0xdd, 1, 2, 3, 4, 5, 6, 7, 8}, 0, {INTEL_PT_FUP, 6, 0x807060504030201}, 0, 0 },
|
/linux-6.12.1/tools/perf/util/intel-pt-decoder/ |
D | intel-pt-pkt-decoder.h | 38 INTEL_PT_FUP, enumerator
|
D | intel-pt-pkt-decoder.c | 42 [INTEL_PT_FUP] = "FUP", 595 return intel_pt_get_ip(INTEL_PT_FUP, byte, buf, len, packet); in intel_pt_do_get_packet() 621 case INTEL_PT_FUP: in intel_pt_upd_pkt_ctx() 721 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() 1560 case INTEL_PT_FUP: in intel_pt_eptw_lookahead_cb() 1747 if (decoder->packet.type == INTEL_PT_FUP) { in intel_pt_mode_tsx() 2148 case INTEL_PT_FUP: in intel_pt_walk_psbend() 2202 case INTEL_PT_FUP: in intel_pt_walk_fup_tip() 2337 case INTEL_PT_FUP: in intel_pt_vm_psb_lookahead_cb() 2408 data->found = pkt_info->packet.type == INTEL_PT_FUP; in intel_pt_ovf_fup_lookahead_cb() 2839 case INTEL_PT_FUP: in intel_pt_vm_time_correlation() 2978 case INTEL_PT_FUP: in intel_pt_hop_trace() 3084 case INTEL_PT_FUP: in intel_pt_psb_lookahead_cb() [all …]
|