Home
last modified time | relevance | path

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

/linux/tools/perf/arch/x86/tests/
H A Dintel-pt-test.c27 u8 bytes[INTEL_PT_PKT_MAX_SZ];
196 for (; i < INTEL_PT_PKT_MAX_SZ; i++) in dump_packet()
271 if (ret < 0 || ret > INTEL_PT_PKT_MAX_SZ) { in test_one()
/linux/tools/perf/util/intel-pt-decoder/
H A Dintel-pt-pkt-decoder.h22 #define INTEL_PT_PKT_MAX_SZ 16 macro
H A 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()