Searched refs:INTEL_PT_TIP_PGE (Results 1 – 4 of 4) sorted by relevance
/linux-6.12.1/tools/perf/arch/x86/tests/ |
D | intel-pt-test.c | 53 {1, {0x11}, 0, {INTEL_PT_TIP_PGE, 0, 0}, 0, 0 }, 54 {3, {0x31, 1, 2}, 0, {INTEL_PT_TIP_PGE, 1, 0x201}, 0, 0 }, 55 {5, {0x51, 1, 2, 3, 4}, 0, {INTEL_PT_TIP_PGE, 2, 0x4030201}, 0, 0 }, 56 {7, {0x71, 1, 2, 3, 4, 5, 6}, 0, {INTEL_PT_TIP_PGE, 3, 0x60504030201}, 0, 0 }, 57 {7, {0x91, 1, 2, 3, 4, 5, 6}, 0, {INTEL_PT_TIP_PGE, 4, 0x60504030201}, 0, 0 }, 58 {9, {0xd1, 1, 2, 3, 4, 5, 6, 7, 8}, 0, {INTEL_PT_TIP_PGE, 6, 0x807060504030201}, 0, 0 },
|
/linux-6.12.1/tools/perf/util/intel-pt-decoder/ |
D | intel-pt-pkt-decoder.h | 31 INTEL_PT_TIP_PGE, enumerator
|
D | intel-pt-pkt-decoder.c | 35 [INTEL_PT_TIP_PGE] = "TIP.PGE", 589 return intel_pt_get_ip(INTEL_PT_TIP_PGE, byte, buf, len, in intel_pt_do_get_packet() 634 case INTEL_PT_TIP_PGE: in intel_pt_upd_pkt_ctx() 719 case INTEL_PT_TIP_PGE: in intel_pt_pkt_desc()
|
D | intel-pt-decoder.c | 818 case INTEL_PT_TIP_PGE: in intel_pt_calc_cyc_cb() 1594 case INTEL_PT_TIP_PGE: in intel_pt_eptw_lookahead_cb() 2099 case INTEL_PT_TIP_PGE: in intel_pt_walk_psbend() 2250 case INTEL_PT_TIP_PGE: in intel_pt_walk_fup_tip() 2365 case INTEL_PT_TIP_PGE: in intel_pt_vm_psb_lookahead_cb() 2825 case INTEL_PT_TIP_PGE: in intel_pt_vm_time_correlation() 3021 case INTEL_PT_TIP_PGE: in intel_pt_hop_trace() 3100 case INTEL_PT_TIP_PGE: in intel_pt_psb_lookahead_cb() 3247 case INTEL_PT_TIP_PGE: { in intel_pt_walk_trace() 3552 case INTEL_PT_TIP_PGE: in intel_pt_walk_psb() [all …]
|