Searched refs:INTEL_PT_FUP (Results 1 – 4 of 4) sorted by relevance
/Linux-v5.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-v5.10/tools/perf/util/intel-pt-decoder/ |
D | intel-pt-pkt-decoder.h | 36 INTEL_PT_FUP, enumerator
|
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()
|
D | intel-pt-decoder.c | 697 case INTEL_PT_FUP: in intel_pt_calc_cyc_cb() 1390 if (decoder->packet.type == INTEL_PT_FUP) { in intel_pt_mode_tsx() 1741 case INTEL_PT_FUP: in intel_pt_walk_psbend() 1796 case INTEL_PT_FUP: in intel_pt_walk_fup_tip() 1942 case INTEL_PT_FUP: in intel_pt_hop_trace() 2085 case INTEL_PT_FUP: in intel_pt_walk_trace() 2215 if (decoder->packet.type == INTEL_PT_FUP) { in intel_pt_walk_trace() 2253 if (decoder->packet.type == INTEL_PT_FUP) { in intel_pt_walk_trace() 2293 if (decoder->packet.type == INTEL_PT_FUP) { in intel_pt_walk_trace() 2348 case INTEL_PT_FUP: in intel_pt_walk_psb() [all …]
|