/kernel/linux/linux-5.10/tools/perf/arch/x86/tests/ |
H A D | intel-pt-pkt-decoder-test.c | 141 {4, {0x02, 0x22}, 0, {INTEL_PT_PWRE, 0, 0}, 0, 1 }, 142 {4, {0x02, 0x22, 1, 2}, 0, {INTEL_PT_PWRE, 0, 0x0201}, 0, 1 }, 143 {4, {0x02, 0x22, 0x80, 0x34}, 0, {INTEL_PT_PWRE, 0, 0x3480}, 0, 1 }, 144 {4, {0x02, 0x22, 0x00, 0x56}, 0, {INTEL_PT_PWRE, 0, 0x5600}, 0, 1 },
|
/kernel/linux/linux-6.6/tools/perf/arch/x86/tests/ |
H A D | intel-pt-test.c | 149 {4, {0x02, 0x22}, 0, {INTEL_PT_PWRE, 0, 0}, 0, 1 }, 150 {4, {0x02, 0x22, 1, 2}, 0, {INTEL_PT_PWRE, 0, 0x0201}, 0, 1 }, 151 {4, {0x02, 0x22, 0x80, 0x34}, 0, {INTEL_PT_PWRE, 0, 0x3480}, 0, 1 }, 152 {4, {0x02, 0x22, 0x00, 0x56}, 0, {INTEL_PT_PWRE, 0, 0x5600}, 0, 1 },
|
/kernel/linux/linux-5.10/tools/perf/util/intel-pt-decoder/ |
H A D | intel-pt-pkt-decoder.h | 51 INTEL_PT_PWRE, enumerator
|
H A D | intel-pt-pkt-decoder.c | 63 [INTEL_PT_PWRE] = "PWRE", 272 packet->type = INTEL_PT_PWRE; in intel_pt_get_pwre() 610 case INTEL_PT_PWRE: in intel_pt_upd_pkt_ctx() 741 case INTEL_PT_PWRE: in intel_pt_pkt_desc()
|
H A D | intel-pt-decoder.c | 839 case INTEL_PT_PWRE: in intel_pt_calc_cyc_cb() 1749 case INTEL_PT_PWRE: in intel_pt_walk_psbend() 1855 case INTEL_PT_PWRE: in intel_pt_walk_fup_tip() 2056 case INTEL_PT_PWRE: in intel_pt_hop_trace() 2297 case INTEL_PT_PWRE: in intel_pt_walk_trace() 2399 case INTEL_PT_PWRE: in intel_pt_walk_psb() 2609 case INTEL_PT_PWRE: 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 | 53 INTEL_PT_PWRE, enumerator
|
H A D | intel-pt-pkt-decoder.c | 61 [INTEL_PT_PWRE] = "PWRE", 270 packet->type = INTEL_PT_PWRE; in intel_pt_get_pwre() 636 case INTEL_PT_PWRE: in intel_pt_upd_pkt_ctx() 771 case INTEL_PT_PWRE: in intel_pt_pkt_desc()
|
H A D | intel-pt-decoder.c | 945 case INTEL_PT_PWRE: in intel_pt_calc_cyc_cb() 1572 case INTEL_PT_PWRE: in intel_pt_eptw_lookahead_cb() 2108 case INTEL_PT_PWRE: in intel_pt_walk_psbend() 2213 case INTEL_PT_PWRE: in intel_pt_walk_fup_tip() 2369 case INTEL_PT_PWRE: in intel_pt_vm_psb_lookahead_cb() 2914 case INTEL_PT_PWRE: in intel_pt_vm_time_correlation() 3038 case INTEL_PT_PWRE: in intel_pt_hop_trace() 3109 case INTEL_PT_PWRE: in intel_pt_psb_lookahead_cb() 3426 case INTEL_PT_PWRE: in intel_pt_walk_trace() 3557 case INTEL_PT_PWRE in intel_pt_walk_psb() [all...] |