Searched refs:INTEL_PT_BBP (Results 1 – 4 of 4) sorted by relevance
/Linux-v5.10/tools/perf/arch/x86/tests/ |
D | intel-pt-pkt-decoder-test.c | 150 {3, {0x02, 0x63, 0x00}, 0, {INTEL_PT_BBP, 0, 0}, INTEL_PT_BLK_8_CTX, 0 }, 151 {3, {0x02, 0x63, 0x80}, 0, {INTEL_PT_BBP, 1, 0}, INTEL_PT_BLK_4_CTX, 0 }, 152 {3, {0x02, 0x63, 0x1f}, 0, {INTEL_PT_BBP, 0, 0x1f}, INTEL_PT_BLK_8_CTX, 0 }, 153 {3, {0x02, 0x63, 0x9f}, 0, {INTEL_PT_BBP, 1, 0x1f}, INTEL_PT_BLK_4_CTX, 0 },
|
/Linux-v5.10/tools/perf/util/intel-pt-decoder/ |
D | intel-pt-pkt-decoder.h | 53 INTEL_PT_BBP, enumerator
|
D | intel-pt-pkt-decoder.c | 65 [INTEL_PT_BBP] = "BBP", 292 packet->type = INTEL_PT_BBP; in intel_pt_get_bbp() 633 case INTEL_PT_BBP: in intel_pt_upd_pkt_ctx() 752 case INTEL_PT_BBP: in intel_pt_pkt_desc()
|
D | intel-pt-decoder.c | 708 case INTEL_PT_BBP: in intel_pt_calc_cyc_cb() 1708 case INTEL_PT_BBP: in intel_pt_walk_psbend() 1811 case INTEL_PT_BBP: in intel_pt_walk_fup_tip() 2006 case INTEL_PT_BBP: in intel_pt_hop_trace() 2275 case INTEL_PT_BBP: in intel_pt_walk_trace() 2340 case INTEL_PT_BBP: in intel_pt_walk_psb() 2550 case INTEL_PT_BBP: in intel_pt_walk_to_ip()
|