Searched refs:INTEL_PT_TIP_PGE (Results 1 – 4 of 4) sorted by relevance
/Linux-v5.10/tools/perf/arch/x86/tests/ |
D | intel-pt-pkt-decoder-test.c | 48 {1, {0x11}, 0, {INTEL_PT_TIP_PGE, 0, 0}, 0, 0 }, 49 {3, {0x31, 1, 2}, 0, {INTEL_PT_TIP_PGE, 1, 0x201}, 0, 0 }, 50 {5, {0x51, 1, 2, 3, 4}, 0, {INTEL_PT_TIP_PGE, 2, 0x4030201}, 0, 0 }, 51 {7, {0x71, 1, 2, 3, 4, 5, 6}, 0, {INTEL_PT_TIP_PGE, 3, 0x60504030201}, 0, 0 }, 52 {7, {0x91, 1, 2, 3, 4, 5, 6}, 0, {INTEL_PT_TIP_PGE, 4, 0x60504030201}, 0, 0 }, 53 {9, {0xd1, 1, 2, 3, 4, 5, 6, 7, 8}, 0, {INTEL_PT_TIP_PGE, 6, 0x807060504030201}, 0, 0 },
|
/Linux-v5.10/tools/perf/util/intel-pt-decoder/ |
D | intel-pt-pkt-decoder.h | 29 INTEL_PT_TIP_PGE, enumerator
|
D | intel-pt-pkt-decoder.c | 41 [INTEL_PT_TIP_PGE] = "TIP.PGE", 572 return intel_pt_get_ip(INTEL_PT_TIP_PGE, byte, buf, len, in intel_pt_do_get_packet() 617 case INTEL_PT_TIP_PGE: in intel_pt_upd_pkt_ctx() 699 case INTEL_PT_TIP_PGE: in intel_pt_pkt_desc()
|
D | intel-pt-decoder.c | 695 case INTEL_PT_TIP_PGE: in intel_pt_calc_cyc_cb() 1695 case INTEL_PT_TIP_PGE: in intel_pt_walk_psbend() 1840 case INTEL_PT_TIP_PGE: in intel_pt_walk_fup_tip() 1985 case INTEL_PT_TIP_PGE: in intel_pt_hop_trace() 2055 case INTEL_PT_TIP_PGE: { in intel_pt_walk_trace() 2331 case INTEL_PT_TIP_PGE: in intel_pt_walk_psb() 2454 case INTEL_PT_TIP_PGE: in intel_pt_walk_to_ip()
|