Searched refs:INTEL_PT_PSB (Results 1 – 4 of 4) sorted by relevance
/linux-6.6.21/tools/perf/arch/x86/tests/ |
D | intel-pt-test.c | 129 …0x82, 0x02, 0x82, 0x02, 0x82, 0x02, 0x82, 0x02, 0x82, 0x02, 0x82}, 0, {INTEL_PT_PSB, 0, 0}, 0, 0 }, 130 … 0x02, 0x82, 0x02, 0x82, 0x02, 0x82, 0x02, 0x82}, INTEL_PT_BLK_4_CTX, {INTEL_PT_PSB, 0, 0}, 0, 0 }, 131 … 0x02, 0x82, 0x02, 0x82, 0x02, 0x82, 0x02, 0x82}, INTEL_PT_BLK_8_CTX, {INTEL_PT_PSB, 0, 0}, 0, 0 },
|
/linux-6.6.21/tools/perf/util/intel-pt-decoder/ |
D | intel-pt-pkt-decoder.h | 41 INTEL_PT_PSB, enumerator
|
D | intel-pt-pkt-decoder.c | 49 [INTEL_PT_PSB] = "PSB", 168 packet->type = INTEL_PT_PSB; in intel_pt_get_psb() 650 case INTEL_PT_PSB: in intel_pt_upd_pkt_ctx() 697 case INTEL_PT_PSB: in intel_pt_pkt_desc()
|
D | intel-pt-decoder.c | 821 case INTEL_PT_PSB: in intel_pt_calc_cyc_cb() 1565 case INTEL_PT_PSB: in intel_pt_eptw_lookahead_cb() 2102 case INTEL_PT_PSB: in intel_pt_walk_psbend() 2202 case INTEL_PT_PSB: in intel_pt_walk_fup_tip() 2380 case INTEL_PT_PSB: in intel_pt_vm_psb_lookahead_cb() 2848 case INTEL_PT_PSB: in intel_pt_vm_time_correlation() 2940 if (decoder->leap && !decoder->in_psb && decoder->packet.type != INTEL_PT_PSB) { in intel_pt_hop_trace() 2998 case INTEL_PT_PSB: in intel_pt_hop_trace() 3131 case INTEL_PT_PSB: in intel_pt_psb_lookahead_cb() 3315 case INTEL_PT_PSB: in intel_pt_walk_trace() [all …]
|