Searched refs:INTEL_PT_PTWRITE_IP (Results 1 – 4 of 4) sorted by relevance
/linux-6.12.1/tools/perf/util/intel-pt-decoder/ |
D | intel-pt-pkt-decoder.h | 49 INTEL_PT_PTWRITE_IP, enumerator
|
D | intel-pt-pkt-decoder.c | 53 [INTEL_PT_PTWRITE_IP] = "PTWRITE", 215 packet->type = buf[1] & BIT(7) ? INTEL_PT_PTWRITE_IP : in intel_pt_get_ptwrite() 644 case INTEL_PT_PTWRITE_IP: in intel_pt_upd_pkt_ctx() 750 case INTEL_PT_PTWRITE_IP: in intel_pt_pkt_desc()
|
D | intel-pt-decoder.c | 830 case INTEL_PT_PTWRITE_IP: in intel_pt_calc_cyc_cb() 1570 case INTEL_PT_PTWRITE_IP: in intel_pt_eptw_lookahead_cb() 2106 case INTEL_PT_PTWRITE_IP: in intel_pt_walk_psbend() 2211 case INTEL_PT_PTWRITE_IP: in intel_pt_walk_fup_tip() 2367 case INTEL_PT_PTWRITE_IP: in intel_pt_vm_psb_lookahead_cb() 2913 case INTEL_PT_PTWRITE_IP: in intel_pt_vm_time_correlation() 3036 case INTEL_PT_PTWRITE_IP: in intel_pt_hop_trace() 3107 case INTEL_PT_PTWRITE_IP: in intel_pt_psb_lookahead_cb() 3402 case INTEL_PT_PTWRITE_IP: in intel_pt_walk_trace() 3555 case INTEL_PT_PTWRITE_IP: in intel_pt_walk_psb() [all …]
|
/linux-6.12.1/tools/perf/arch/x86/tests/ |
D | intel-pt-test.c | 139 {6, {0x02, 0x92, 1, 2, 3, 4}, 0, {INTEL_PT_PTWRITE_IP, 0, 0x4030201}, 0, 0 }, 140 {10, {0x02, 0xb2, 1, 2, 3, 4, 5, 6, 7, 8}, 0, {INTEL_PT_PTWRITE_IP, 1, 0x807060504030201}, 0, 0 },
|