Searched refs:INTEL_PT_PTWRITE (Results 1 – 4 of 4) sorted by relevance
/Linux-v5.10/tools/perf/util/intel-pt-decoder/ |
D | intel-pt-pkt-decoder.h | 46 INTEL_PT_PTWRITE, enumerator
|
D | intel-pt-pkt-decoder.c | 58 [INTEL_PT_PTWRITE] = "PTWRITE", 227 INTEL_PT_PTWRITE; in intel_pt_get_ptwrite() 626 case INTEL_PT_PTWRITE: in intel_pt_upd_pkt_ctx() 727 case INTEL_PT_PTWRITE: in intel_pt_pkt_desc()
|
D | intel-pt-decoder.c | 706 case INTEL_PT_PTWRITE: in intel_pt_calc_cyc_cb() 1701 case INTEL_PT_PTWRITE: in intel_pt_walk_psbend() 1804 case INTEL_PT_PTWRITE: in intel_pt_walk_fup_tip() 1999 case INTEL_PT_PTWRITE: in intel_pt_hop_trace() 2224 case INTEL_PT_PTWRITE: in intel_pt_walk_trace() 2333 case INTEL_PT_PTWRITE: in intel_pt_walk_psb() 2543 case INTEL_PT_PTWRITE: in intel_pt_walk_to_ip()
|
/Linux-v5.10/tools/perf/arch/x86/tests/ |
D | intel-pt-pkt-decoder-test.c | 129 {6, {0x02, 0x12, 1, 2, 3, 4}, 0, {INTEL_PT_PTWRITE, 0, 0x4030201}, 0, 0 }, 130 {10, {0x02, 0x32, 1, 2, 3, 4, 5, 6, 7, 8}, 0, {INTEL_PT_PTWRITE, 1, 0x807060504030201}, 0, 0 },
|