Home
last modified time | relevance | path

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

/linux-4.4.14/tools/perf/util/intel-pt-decoder/
Dintel-pt-insn-decoder.h23 #define INTEL_PT_INSN_DBG_BUF_SZ 16 macro
50 unsigned char buf[INTEL_PT_INSN_DBG_BUF_SZ];
Dintel-pt-log.c122 if (len > INTEL_PT_INSN_DBG_BUF_SZ) in __intel_pt_log_insn()
123 len = INTEL_PT_INSN_DBG_BUF_SZ; in __intel_pt_log_insn()
Dintel-pt-insn-decoder.c169 if (insn.length < INTEL_PT_INSN_DBG_BUF_SZ) in intel_pt_get_insn()
172 memcpy(intel_pt_insn->buf, buf, INTEL_PT_INSN_DBG_BUF_SZ); in intel_pt_get_insn()