Searched refs:INTEL_PT_BBP (Results 1 – 4 of 4) sorted by relevance
/Linux-v6.1/tools/perf/arch/x86/tests/ |
D | intel-pt-pkt-decoder-test.c | 153 {3, {0x02, 0x63, 0x00}, 0, {INTEL_PT_BBP, 0, 0}, INTEL_PT_BLK_8_CTX, 0 }, 154 {3, {0x02, 0x63, 0x80}, 0, {INTEL_PT_BBP, 1, 0}, INTEL_PT_BLK_4_CTX, 0 }, 155 {3, {0x02, 0x63, 0x1f}, 0, {INTEL_PT_BBP, 0, 0x1f}, INTEL_PT_BLK_8_CTX, 0 }, 156 {3, {0x02, 0x63, 0x9f}, 0, {INTEL_PT_BBP, 1, 0x1f}, INTEL_PT_BLK_4_CTX, 0 },
|
/Linux-v6.1/tools/perf/util/intel-pt-decoder/ |
D | intel-pt-pkt-decoder.h | 55 INTEL_PT_BBP, enumerator
|
D | intel-pt-pkt-decoder.c | 63 [INTEL_PT_BBP] = "BBP", 290 packet->type = INTEL_PT_BBP; in intel_pt_get_bbp() 662 case INTEL_PT_BBP: in intel_pt_upd_pkt_ctx() 782 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() 1574 case INTEL_PT_BBP: in intel_pt_eptw_lookahead_cb() 2108 case INTEL_PT_BBP: in intel_pt_walk_psbend() 2213 case INTEL_PT_BBP: in intel_pt_walk_fup_tip() 2369 case INTEL_PT_BBP: in intel_pt_vm_psb_lookahead_cb() 2887 case INTEL_PT_BBP: in intel_pt_vm_time_correlation() 3038 case INTEL_PT_BBP: in intel_pt_hop_trace() 3109 case INTEL_PT_BBP: in intel_pt_psb_lookahead_cb() 3463 case INTEL_PT_BBP: in intel_pt_walk_trace() 3557 case INTEL_PT_BBP: in intel_pt_walk_psb() [all …]
|