/kernel/linux/linux-5.10/tools/perf/arch/x86/tests/ |
H A 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 },
|
/kernel/linux/linux-6.6/tools/perf/arch/x86/tests/ |
H A 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 },
|
/kernel/linux/linux-5.10/tools/perf/util/intel-pt-decoder/ |
H A D | intel-pt-pkt-decoder.h | 36 INTEL_PT_FUP, enumerator
|
H A D | intel-pt-pkt-decoder.c | 48 [INTEL_PT_FUP] = "FUP", 578 return intel_pt_get_ip(INTEL_PT_FUP, byte, buf, len, packet); in intel_pt_do_get_packet() 604 case INTEL_PT_FUP: in intel_pt_upd_pkt_ctx() 701 case INTEL_PT_FUP: in intel_pt_pkt_desc()
|
H A D | intel-pt-decoder.c | 717 case INTEL_PT_FUP: in intel_pt_calc_cyc_cb() 1422 if (decoder->packet.type == INTEL_PT_FUP) { in intel_pt_mode_tsx() 1784 case INTEL_PT_FUP: in intel_pt_walk_psbend() 1842 case INTEL_PT_FUP: in intel_pt_walk_fup_tip() 1991 case INTEL_PT_FUP: in intel_pt_hop_trace() 2146 case INTEL_PT_FUP: in intel_pt_walk_trace() 2276 if (decoder->packet.type == INTEL_PT_FUP) { in intel_pt_walk_trace() 2314 if (decoder->packet.type == INTEL_PT_FUP) { in intel_pt_walk_trace() 2354 if (decoder->packet.type == INTEL_PT_FUP) { in intel_pt_walk_trace() 2409 case INTEL_PT_FUP in intel_pt_walk_psb() [all...] |
/kernel/linux/linux-6.6/tools/perf/util/intel-pt-decoder/ |
H A D | intel-pt-pkt-decoder.h | 38 INTEL_PT_FUP, enumerator
|
H A 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()
|
H A 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() 2146 case INTEL_PT_FUP: in intel_pt_walk_psbend() 2200 case INTEL_PT_FUP: in intel_pt_walk_fup_tip() 2335 case INTEL_PT_FUP: in intel_pt_vm_psb_lookahead_cb() 2406 data->found = pkt_info->packet.type == INTEL_PT_FUP; in intel_pt_ovf_fup_lookahead_cb() 2837 case INTEL_PT_FUP: in intel_pt_vm_time_correlation() 2976 case INTEL_PT_FUP: in intel_pt_hop_trace() 3082 case INTEL_PT_FUP in intel_pt_psb_lookahead_cb() [all...] |