Searched refs:INTEL_PT_BBP (Results 1 – 4 of 4) sorted by relevance
/linux-6.12.1/tools/perf/arch/x86/tests/ |
D | intel-pt-test.c | 158 {3, {0x02, 0x63, 0x00}, 0, {INTEL_PT_BBP, 0, 0}, INTEL_PT_BLK_8_CTX, 0 }, 159 {3, {0x02, 0x63, 0x80}, 0, {INTEL_PT_BBP, 1, 0}, INTEL_PT_BLK_4_CTX, 0 }, 160 {3, {0x02, 0x63, 0x1f}, 0, {INTEL_PT_BBP, 0, 0x1f}, INTEL_PT_BLK_8_CTX, 0 }, 161 {3, {0x02, 0x63, 0x9f}, 0, {INTEL_PT_BBP, 1, 0x1f}, INTEL_PT_BLK_4_CTX, 0 },
|
/linux-6.12.1/tools/perf/util/intel-pt-decoder/ |
D | intel-pt-pkt-decoder.h | 55 INTEL_PT_BBP, enumerator
|
D | intel-pt-pkt-decoder.c | 59 [INTEL_PT_BBP] = "BBP", 281 packet->type = INTEL_PT_BBP; in intel_pt_get_bbp() 653 case INTEL_PT_BBP: in intel_pt_upd_pkt_ctx() 773 case INTEL_PT_BBP: in intel_pt_pkt_desc()
|
D | intel-pt-decoder.c | 831 case INTEL_PT_BBP: in intel_pt_calc_cyc_cb() 1576 case INTEL_PT_BBP: in intel_pt_eptw_lookahead_cb() 2112 case INTEL_PT_BBP: in intel_pt_walk_psbend() 2217 case INTEL_PT_BBP: in intel_pt_walk_fup_tip() 2373 case INTEL_PT_BBP: in intel_pt_vm_psb_lookahead_cb() 2891 case INTEL_PT_BBP: in intel_pt_vm_time_correlation() 3042 case INTEL_PT_BBP: in intel_pt_hop_trace() 3113 case INTEL_PT_BBP: in intel_pt_psb_lookahead_cb() 3467 case INTEL_PT_BBP: in intel_pt_walk_trace() 3561 case INTEL_PT_BBP: in intel_pt_walk_psb() [all …]
|