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/
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()
/linux/tools/perf/util/intel-pt-decoder/
A Dintel-pt-pkt-decoder.h22 #define INTEL_PT_PKT_MAX_SZ 16 macro
A Dintel-pt-decoder.c233 unsigned char temp_buf[INTEL_PT_PKT_MAX_SZ];
682 n = INTEL_PT_PKT_MAX_SZ - len; in intel_pt_get_split_packet()
1018 decoder->len < INTEL_PT_PKT_MAX_SZ && !decoder->next_buf) { in intel_pt_get_next_packet()

Completed in 11 milliseconds