Searched refs:INTEL_PT_BLK_8_CTX (Results 1 – 3 of 3) sorted by relevance
/linux/tools/perf/arch/x86/tests/ |
H A D | intel-pt-test.c | 127 {2, {0x02, 0xf3}, INTEL_PT_BLK_8_CTX, {INTEL_PT_OVF, 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 }, 158 {3, {0x02, 0x63, 0x00}, 0, {INTEL_PT_BBP, 0, 0}, INTEL_PT_BLK_8_CTX, 0 }, 160 {3, {0x02, 0x63, 0x1f}, 0, {INTEL_PT_BBP, 0, 0x1f}, INTEL_PT_BLK_8_CTX, 0 }, 168 {9, {0x04}, INTEL_PT_BLK_8_CTX, {INTEL_PT_BIP, 0, 0}, INTEL_PT_BLK_8_CTX, 0 }, 169 {9, {0xfc}, INTEL_PT_BLK_8_CTX, {INTEL_PT_BIP, 0x1f, 0}, INTEL_PT_BLK_8_CTX, 0 }, 170 {9, {0x04, 1, 2, 3, 4, 5, 6, 7, 8}, INTEL_PT_BLK_8_CTX, {INTEL_PT_BIP, 0, 0x0807060504030201}, INTEL_PT_BLK_8_CTX, [all...] |
/linux/tools/perf/util/intel-pt-decoder/ |
H A D | intel-pt-pkt-decoder.h | 78 INTEL_PT_BLK_8_CTX, /* 8-byte BIP packets */ enumerator
|
H A D | intel-pt-pkt-decoder.c | 566 case INTEL_PT_BLK_8_CTX: in intel_pt_do_get_packet() 657 *ctx = INTEL_PT_BLK_8_CTX; in intel_pt_upd_pkt_ctx()
|