Searched refs:INTEL_PT_TMA (Results 1 – 4 of 4) sorted by relevance
/linux/tools/perf/arch/x86/tests/ |
H A 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/tools/perf/util/intel-pt-decoder/ |
H A D | intel-pt-pkt-decoder.c | 37 [INTEL_PT_TMA] = "TMA", 175 packet->type = INTEL_PT_TMA; in intel_pt_get_tma() 619 case INTEL_PT_TMA: in intel_pt_upd_pkt_ctx() 732 case INTEL_PT_TMA: in intel_pt_pkt_desc()
|
H A D | intel-pt-pkt-decoder.h | 33 INTEL_PT_TMA, enumerator
|
H A D | intel-pt-decoder.c | 900 case INTEL_PT_TMA: in intel_pt_calc_cyc_cb() 1564 case INTEL_PT_TMA: in intel_pt_eptw_lookahead_cb() 2132 case INTEL_PT_TMA: in intel_pt_walk_psbend() 2206 case INTEL_PT_TMA: in intel_pt_walk_fup_tip() 2346 case INTEL_PT_TMA: in intel_pt_vm_psb_lookahead_cb() 2432 if (pkt_info->packet.type == INTEL_PT_TMA) { in intel_pt_tma_lookahead_cb() 2869 case INTEL_PT_TMA: in intel_pt_vm_time_correlation() 3023 case INTEL_PT_TMA: in intel_pt_hop_trace() 3069 case INTEL_PT_TMA: in intel_pt_psb_lookahead_cb() 3355 case INTEL_PT_TMA in intel_pt_walk_trace() [all...] |