Searched refs:INTEL_PT_TMA (Results 1 – 4 of 4) sorted by relevance
/Linux-v5.10/tools/perf/arch/x86/tests/ |
D | intel-pt-pkt-decoder-test.c | 88 {7, {0x02, 0x73}, 0, {INTEL_PT_TMA, 0, 0}, 0, 1 }, 89 {7, {0x02, 0x73, 1, 2}, 0, {INTEL_PT_TMA, 0, 0x201}, 0, 1 }, 90 {7, {0x02, 0x73, 0, 0, 0, 0xff, 1}, 0, {INTEL_PT_TMA, 0x1ff, 0}, 0, 1 }, 91 {7, {0x02, 0x73, 0x80, 0xc0, 0, 0xff, 1}, 0, {INTEL_PT_TMA, 0x1ff, 0xc080}, 0, 1 },
|
/Linux-v5.10/tools/perf/util/intel-pt-decoder/ |
D | intel-pt-pkt-decoder.h | 31 INTEL_PT_TMA, enumerator
|
D | intel-pt-pkt-decoder.c | 43 [INTEL_PT_TMA] = "TMA", 185 packet->type = INTEL_PT_TMA; in intel_pt_get_tma() 602 case INTEL_PT_TMA: in intel_pt_upd_pkt_ctx() 712 case INTEL_PT_TMA: in intel_pt_pkt_desc()
|
D | intel-pt-decoder.c | 774 case INTEL_PT_TMA: in intel_pt_calc_cyc_cb() 1725 case INTEL_PT_TMA: in intel_pt_walk_psbend() 1800 case INTEL_PT_TMA: in intel_pt_walk_fup_tip() 1987 case INTEL_PT_TMA: in intel_pt_hop_trace() 2170 case INTEL_PT_TMA: in intel_pt_walk_trace() 2368 case INTEL_PT_TMA: in intel_pt_walk_psb() 2487 case INTEL_PT_TMA: in intel_pt_walk_to_ip()
|