Home
last modified time | relevance | path

Searched refs:INTEL_PT_FUP (Results 1 – 4 of 4) sorted by relevance

/OK3568_Linux_fs/kernel/tools/perf/arch/x86/tests/
H A Dintel-pt-pkt-decoder-test.c62 {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 },
/OK3568_Linux_fs/kernel/tools/perf/util/intel-pt-decoder/
H A Dintel-pt-pkt-decoder.c48 [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 Dintel-pt-pkt-decoder.h36 INTEL_PT_FUP, enumerator
H A Dintel-pt-decoder.c717 case INTEL_PT_FUP: in intel_pt_calc_cyc_cb()
1422 if (decoder->packet.type == INTEL_PT_FUP) { in intel_pt_mode_tsx()
1782 case INTEL_PT_FUP: in intel_pt_walk_psbend()
1840 case INTEL_PT_FUP: in intel_pt_walk_fup_tip()
1989 case INTEL_PT_FUP: in intel_pt_hop_trace()
2144 case INTEL_PT_FUP: in intel_pt_walk_trace()
2274 if (decoder->packet.type == INTEL_PT_FUP) { in intel_pt_walk_trace()
2312 if (decoder->packet.type == INTEL_PT_FUP) { in intel_pt_walk_trace()
2352 if (decoder->packet.type == INTEL_PT_FUP) { in intel_pt_walk_trace()
2407 case INTEL_PT_FUP: in intel_pt_walk_psb()
[all …]