Lines Matching defs:buf
157 int intel_pt_get_insn(const unsigned char *buf, size_t len, int x86_64,
162 insn_init(&insn, buf, len, x86_64);
168 memcpy(intel_pt_insn->buf, buf, insn.length);
170 memcpy(intel_pt_insn->buf, buf, INTEL_PT_INSN_BUF_SZ);
174 int arch_is_branch(const unsigned char *buf, size_t len, int x86_64)
177 if (intel_pt_get_insn(buf, len, x86_64, &in) < 0)
223 int intel_pt_insn_desc(const struct intel_pt_insn *intel_pt_insn, char *buf,
229 return snprintf(buf, buf_len, "%s %s%d",
235 return snprintf(buf, buf_len, "%s",