Searched refs:INTEL_PT_PSB (Results 1 – 4 of 4) sorted by relevance
/linux/tools/perf/arch/x86/tests/ |
H A D | intel-pt-test.c | 129 {16, {0x02, 0x82, 0x02, 0x82, 0x02, 0x82, 0x02, 0x82, 0x02, 0x82, 0x02, 0x82, 0x02, 0x82, 0x02, 0x82}, 0, {INTEL_PT_PSB, 0, 0}, 0, 0 }, 130 {16, {0x02, 0x82, 0x02, 0x82, 0x02, 0x82, 0x02, 0x82, 0x02, 0x82, 0x02, 0x82, 0x02, 0x82, 0x02, 0x82}, INTEL_PT_BLK_4_CTX, {INTEL_PT_PSB, 0, 0}, 0, 0 }, 131 {16, {0x02, 0x82, 0x02, 0x82, 0x02, 0x82, 0x02, 0x82, 0x02, 0x82, 0x02, 0x82, 0x02, 0x82, 0x02, 0x82}, INTEL_PT_BLK_8_CTX, {INTEL_PT_PSB, 0, 0}, 0, 0 },
|
/linux/tools/perf/util/intel-pt-decoder/ |
H A D | intel-pt-pkt-decoder.c | 45 [INTEL_PT_PSB] = "PSB", 159 packet->type = INTEL_PT_PSB; in intel_pt_get_psb() 641 case INTEL_PT_PSB: in intel_pt_upd_pkt_ctx() 688 case INTEL_PT_PSB: in intel_pt_pkt_desc()
|
H A D | intel-pt-pkt-decoder.h | 41 INTEL_PT_PSB, enumerator
|
H A D | intel-pt-decoder.c | 821 case INTEL_PT_PSB: in intel_pt_calc_cyc_cb() 1567 case INTEL_PT_PSB: in intel_pt_eptw_lookahead_cb() 2104 case INTEL_PT_PSB: in intel_pt_walk_psbend() 2204 case INTEL_PT_PSB: in intel_pt_walk_fup_tip() 2382 case INTEL_PT_PSB: in intel_pt_vm_psb_lookahead_cb() 2850 case INTEL_PT_PSB: in intel_pt_vm_time_correlation() 2942 if (decoder->leap && !decoder->in_psb && decoder->packet.type != INTEL_PT_PSB) { in intel_pt_hop_trace() 3000 case INTEL_PT_PSB: in intel_pt_hop_trace() 3133 case INTEL_PT_PSB: in intel_pt_psb_lookahead_cb() 3317 case INTEL_PT_PSB in intel_pt_walk_trace() [all...] |