Home
last modified time | relevance | path

Searched refs:MAX_INSN_SIZE (Results 1 – 4 of 4) sorted by relevance

/tools/perf/arch/x86/tests/
Dinsn-x86.c13 u8 data[MAX_INSN_SIZE];
101 insn_init(&insn, dat->data, MAX_INSN_SIZE, x86_64); in test_data_item()
118 if (intel_pt_get_insn(dat->data, MAX_INSN_SIZE, x86_64, &intel_pt_insn)) { in test_data_item()
/tools/arch/x86/include/asm/
Dinsn.h59 #define MAX_INSN_SIZE 15 macro
/tools/perf/util/intel-pt-decoder/
Dintel-pt-insn-decoder.c22 #if INTEL_PT_INSN_BUF_SZ < MAX_INSN_SIZE || INTEL_PT_INSN_BUF_SZ > MAX_INSN
/tools/arch/x86/lib/
Dinsn.c46 if (buf_len > MAX_INSN_SIZE) in insn_init()
47 buf_len = MAX_INSN_SIZE; in insn_init()