Home
last modified time | relevance | path

Searched refs:INTEL_PT_PKT_MAX_SZ (Results 1 - 6 of 6) sorted by relevance

/kernel/linux/linux-5.10/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.c203 unsigned char temp_buf[INTEL_PT_PKT_MAX_SZ];
591 n = INTEL_PT_PKT_MAX_SZ - len; in intel_pt_get_split_packet()
927 decoder->len < INTEL_PT_PKT_MAX_SZ && !decoder->next_buf) { in intel_pt_get_next_packet()
/kernel/linux/linux-6.6/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()
/kernel/linux/linux-5.10/tools/perf/arch/x86/tests/
H A Dintel-pt-pkt-decoder-test.c22 u8 bytes[INTEL_PT_PKT_MAX_SZ];
180 for (; i < INTEL_PT_PKT_MAX_SZ; i++) in dump_packet()
255 if (ret < 0 || ret > INTEL_PT_PKT_MAX_SZ) { in test_one()
/kernel/linux/linux-6.6/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()

Completed in 10 milliseconds