Home
last modified time | relevance | path

Searched refs:INTEL_PT_PKT_MAX_SZ (Results 1 – 3 of 3) sorted by relevance

/linux-5.19.10/tools/perf/arch/x86/tests/
Dintel-pt-pkt-decoder-test.c22 u8 bytes[INTEL_PT_PKT_MAX_SZ];
191 for (; i < INTEL_PT_PKT_MAX_SZ; i++) in dump_packet()
266 if (ret < 0 || ret > INTEL_PT_PKT_MAX_SZ) { in test_one()
/linux-5.19.10/tools/perf/util/intel-pt-decoder/
Dintel-pt-pkt-decoder.h22 #define INTEL_PT_PKT_MAX_SZ 16 macro
Dintel-pt-decoder.c240 unsigned char temp_buf[INTEL_PT_PKT_MAX_SZ];
694 n = INTEL_PT_PKT_MAX_SZ - len; in intel_pt_get_split_packet()
1033 decoder->len < INTEL_PT_PKT_MAX_SZ && !decoder->next_buf) { in intel_pt_get_next_packet()