Searched refs:INTEL_PT_TMA (Results 1 – 4 of 4) sorted by relevance
/Linux-v6.6/tools/perf/arch/x86/tests/ |
D | intel-pt-test.c | 96 {7, {0x02, 0x73}, 0, {INTEL_PT_TMA, 0, 0}, 0, 1 }, 97 {7, {0x02, 0x73, 1, 2}, 0, {INTEL_PT_TMA, 0, 0x201}, 0, 1 }, 98 {7, {0x02, 0x73, 0, 0, 0, 0xff, 1}, 0, {INTEL_PT_TMA, 0x1ff, 0}, 0, 1 }, 99 {7, {0x02, 0x73, 0x80, 0xc0, 0, 0xff, 1}, 0, {INTEL_PT_TMA, 0x1ff, 0xc080}, 0, 1 },
|
/Linux-v6.6/tools/perf/util/intel-pt-decoder/ |
D | intel-pt-pkt-decoder.h | 33 INTEL_PT_TMA, enumerator
|
D | intel-pt-pkt-decoder.c | 41 [INTEL_PT_TMA] = "TMA", 184 packet->type = INTEL_PT_TMA; in intel_pt_get_tma() 628 case INTEL_PT_TMA: in intel_pt_upd_pkt_ctx() 741 case INTEL_PT_TMA: in intel_pt_pkt_desc()
|
D | intel-pt-decoder.c | 900 case INTEL_PT_TMA: in intel_pt_calc_cyc_cb() 1562 case INTEL_PT_TMA: in intel_pt_eptw_lookahead_cb() 2130 case INTEL_PT_TMA: in intel_pt_walk_psbend() 2204 case INTEL_PT_TMA: in intel_pt_walk_fup_tip() 2344 case INTEL_PT_TMA: in intel_pt_vm_psb_lookahead_cb() 2430 if (pkt_info->packet.type == INTEL_PT_TMA) { in intel_pt_tma_lookahead_cb() 2867 case INTEL_PT_TMA: in intel_pt_vm_time_correlation() 3021 case INTEL_PT_TMA: in intel_pt_hop_trace() 3067 case INTEL_PT_TMA: in intel_pt_psb_lookahead_cb() 3353 case INTEL_PT_TMA: in intel_pt_walk_trace() [all …]
|