Searched refs:INTEL_PT_PTWRITE (Results 1 - 8 of 8) sorted by relevance
/kernel/linux/linux-5.10/tools/perf/util/intel-pt-decoder/ |
H A D | intel-pt-pkt-decoder.h | 46 INTEL_PT_PTWRITE, enumerator
|
H A 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()
|
H A D | intel-pt-decoder.c | 726 case INTEL_PT_PTWRITE: in intel_pt_calc_cyc_cb() 1744 case INTEL_PT_PTWRITE: in intel_pt_walk_psbend() 1850 case INTEL_PT_PTWRITE: in intel_pt_walk_fup_tip() 2051 case INTEL_PT_PTWRITE: in intel_pt_hop_trace() 2285 case INTEL_PT_PTWRITE: in intel_pt_walk_trace() 2394 case INTEL_PT_PTWRITE: in intel_pt_walk_psb() 2604 case INTEL_PT_PTWRITE: in intel_pt_walk_to_ip()
|
/kernel/linux/linux-6.6/tools/perf/util/intel-pt-decoder/ |
H A D | intel-pt-pkt-decoder.h | 48 INTEL_PT_PTWRITE, enumerator
|
H A D | intel-pt-pkt-decoder.c | 56 [INTEL_PT_PTWRITE] = "PTWRITE", 225 INTEL_PT_PTWRITE; in intel_pt_get_ptwrite() 652 case INTEL_PT_PTWRITE: in intel_pt_upd_pkt_ctx() 757 case INTEL_PT_PTWRITE: in intel_pt_pkt_desc()
|
H A D | intel-pt-decoder.c | 829 case INTEL_PT_PTWRITE: in intel_pt_calc_cyc_cb() 1567 case INTEL_PT_PTWRITE: in intel_pt_eptw_lookahead_cb() 2103 case INTEL_PT_PTWRITE: in intel_pt_walk_psbend() 2208 case INTEL_PT_PTWRITE: in intel_pt_walk_fup_tip() 2364 case INTEL_PT_PTWRITE: in intel_pt_vm_psb_lookahead_cb() 2912 case INTEL_PT_PTWRITE: in intel_pt_vm_time_correlation() 3033 case INTEL_PT_PTWRITE: in intel_pt_hop_trace() 3104 case INTEL_PT_PTWRITE: in intel_pt_psb_lookahead_cb() 3414 case INTEL_PT_PTWRITE: in intel_pt_walk_trace() 3552 case INTEL_PT_PTWRITE in intel_pt_walk_psb() [all...] |
/kernel/linux/linux-5.10/tools/perf/arch/x86/tests/ |
H A 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 },
|
/kernel/linux/linux-6.6/tools/perf/arch/x86/tests/ |
H A 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 },
|
Completed in 12 milliseconds