Searched refs:INTEL_PT_PWRX (Results 1 – 4 of 4) sorted by relevance
/linux-5.19.10/tools/perf/arch/x86/tests/ |
D | intel-pt-pkt-decoder-test.c | 149 {7, {0x02, 0xa2}, 0, {INTEL_PT_PWRX, 0, 0}, 0, 1 }, 150 {7, {0x02, 0xa2, 1, 2, 3, 4, 5}, 0, {INTEL_PT_PWRX, 0, 0x504030201}, 0, 1 }, 151 {7, {0x02, 0xa2, 0xff, 0xff, 0xff, 0xff, 0xff}, 0, {INTEL_PT_PWRX, 0, 0xffffffffff}, 0, 1 },
|
/linux-5.19.10/tools/perf/util/intel-pt-decoder/ |
D | intel-pt-pkt-decoder.h | 54 INTEL_PT_PWRX, enumerator
|
D | intel-pt-pkt-decoder.c | 62 [INTEL_PT_PWRX] = "PWRX", 280 packet->type = INTEL_PT_PWRX; in intel_pt_get_pwrx() 637 case INTEL_PT_PWRX: in intel_pt_upd_pkt_ctx() 776 case INTEL_PT_PWRX: in intel_pt_pkt_desc()
|
D | intel-pt-decoder.c | 946 case INTEL_PT_PWRX: in intel_pt_calc_cyc_cb() 1573 case INTEL_PT_PWRX: in intel_pt_eptw_lookahead_cb() 2107 case INTEL_PT_PWRX: in intel_pt_walk_psbend() 2212 case INTEL_PT_PWRX: in intel_pt_walk_fup_tip() 2368 case INTEL_PT_PWRX: in intel_pt_vm_psb_lookahead_cb() 2915 case INTEL_PT_PWRX: in intel_pt_vm_time_correlation() 3037 case INTEL_PT_PWRX: in intel_pt_hop_trace() 3108 case INTEL_PT_PWRX: in intel_pt_psb_lookahead_cb() 3456 case INTEL_PT_PWRX: in intel_pt_walk_trace() 3556 case INTEL_PT_PWRX: in intel_pt_walk_psb() [all …]
|