Searched refs:INTEL_PT_PTWRITE (Results 1 – 4 of 4) sorted by relevance
/linux-6.12.1/tools/perf/util/intel-pt-decoder/ |
D | intel-pt-pkt-decoder.h | 48 INTEL_PT_PTWRITE, enumerator
|
D | intel-pt-pkt-decoder.c | 52 [INTEL_PT_PTWRITE] = "PTWRITE", 216 INTEL_PT_PTWRITE; in intel_pt_get_ptwrite() 643 case INTEL_PT_PTWRITE: in intel_pt_upd_pkt_ctx() 748 case INTEL_PT_PTWRITE: in intel_pt_pkt_desc()
|
D | intel-pt-decoder.c | 829 case INTEL_PT_PTWRITE: in intel_pt_calc_cyc_cb() 1569 case INTEL_PT_PTWRITE: in intel_pt_eptw_lookahead_cb() 2105 case INTEL_PT_PTWRITE: in intel_pt_walk_psbend() 2210 case INTEL_PT_PTWRITE: in intel_pt_walk_fup_tip() 2366 case INTEL_PT_PTWRITE: in intel_pt_vm_psb_lookahead_cb() 2914 case INTEL_PT_PTWRITE: in intel_pt_vm_time_correlation() 3035 case INTEL_PT_PTWRITE: in intel_pt_hop_trace() 3106 case INTEL_PT_PTWRITE: in intel_pt_psb_lookahead_cb() 3416 case INTEL_PT_PTWRITE: in intel_pt_walk_trace() 3554 case INTEL_PT_PTWRITE: in intel_pt_walk_psb() [all …]
|
/linux-6.12.1/tools/perf/arch/x86/tests/ |
D | intel-pt-test.c | 137 {6, {0x02, 0x12, 1, 2, 3, 4}, 0, {INTEL_PT_PTWRITE, 0, 0x4030201}, 0, 0 }, 138 {10, {0x02, 0x32, 1, 2, 3, 4, 5, 6, 7, 8}, 0, {INTEL_PT_PTWRITE, 1, 0x807060504030201}, 0, 0 },
|