Searched refs:INTEL_PT_EVD (Results 1 – 4 of 4) sorted by relevance
/linux-6.6.21/tools/perf/util/intel-pt-decoder/ |
D | intel-pt-pkt-decoder.h | 61 INTEL_PT_EVD, enumerator
|
D | intel-pt-pkt-decoder.c | 69 [INTEL_PT_EVD] = "EVD", 350 packet->type = INTEL_PT_EVD; in intel_pt_get_evd() 659 case INTEL_PT_EVD: in intel_pt_upd_pkt_ctx() 792 case INTEL_PT_EVD: in intel_pt_pkt_desc()
|
D | intel-pt-decoder.c | 837 case INTEL_PT_EVD: in intel_pt_calc_cyc_cb() 1580 case INTEL_PT_EVD: in intel_pt_eptw_lookahead_cb() 2116 case INTEL_PT_EVD: in intel_pt_walk_psbend() 2221 case INTEL_PT_EVD: in intel_pt_walk_fup_tip() 2384 case INTEL_PT_EVD: in intel_pt_vm_psb_lookahead_cb() 2906 case INTEL_PT_EVD: in intel_pt_vm_time_correlation() 3046 case INTEL_PT_EVD: in intel_pt_hop_trace() 3117 case INTEL_PT_EVD: in intel_pt_psb_lookahead_cb() 3515 case INTEL_PT_EVD: in intel_pt_walk_trace() 3565 case INTEL_PT_EVD: in intel_pt_walk_psb() [all …]
|
/linux-6.6.21/tools/perf/arch/x86/tests/ |
D | intel-pt-test.c | 183 {11, {0x02, 0x53, 0x09, 1, 2, 3, 4, 5, 6, 7}, 0, {INTEL_PT_EVD, 0x09, 0x7060504030201}, 0, 0 }, 184 {11, {0x02, 0x53, 0x3f, 2, 3, 4, 5, 6, 7, 8}, 0, {INTEL_PT_EVD, 0x3f, 0x8070605040302}, 0, 0 },
|