Symbol: INTEL_PT_INSN_BUF_SZ
tools/perf/util/intel-bts.c
296
memcpy(sample.insn, btsq->intel_pt_insn.buf, INTEL_PT_INSN_BUF_SZ);
tools/perf/util/intel-bts.c
324
unsigned char buf[INTEL_PT_INSN_BUF_SZ];
tools/perf/util/intel-bts.c
333
len = thread__memcpy(thread, machine, buf, ip, INTEL_PT_INSN_BUF_SZ, &x86_64);
tools/perf/util/intel-pt-decoder/intel-pt-decoder.c
1259
INTEL_PT_INSN_BUF_SZ);
tools/perf/util/intel-pt-decoder/intel-pt-decoder.h
253
char insn[INTEL_PT_INSN_BUF_SZ];
tools/perf/util/intel-pt-decoder/intel-pt-insn-decoder.c
20
#if INTEL_PT_INSN_BUF_SZ < MAX_INSN_SIZE || INTEL_PT_INSN_BUF_SZ > MAX_INSN
tools/perf/util/intel-pt-decoder/intel-pt-insn-decoder.c
202
if (insn.length < INTEL_PT_INSN_BUF_SZ)
tools/perf/util/intel-pt-decoder/intel-pt-insn-decoder.c
205
memcpy(intel_pt_insn->buf, buf, INTEL_PT_INSN_BUF_SZ);
tools/perf/util/intel-pt-decoder/intel-pt-insn-decoder.h
45
unsigned char buf[INTEL_PT_INSN_BUF_SZ];
tools/perf/util/intel-pt-decoder/intel-pt-log.c
233
if (len > INTEL_PT_INSN_BUF_SZ)
tools/perf/util/intel-pt-decoder/intel-pt-log.c
234
len = INTEL_PT_INSN_BUF_SZ;
tools/perf/util/intel-pt.c
1538
memcpy(ptq->insn, ptq->state->insn, INTEL_PT_INSN_BUF_SZ);
tools/perf/util/intel-pt.c
1709
memcpy(sample->insn, ptq->insn, INTEL_PT_INSN_BUF_SZ);
tools/perf/util/intel-pt.c
229
char insn[INTEL_PT_INSN_BUF_SZ];
tools/perf/util/intel-pt.c
551
char insn[INTEL_PT_INSN_BUF_SZ];
tools/perf/util/intel-pt.c
638
memcpy(e->insn, intel_pt_insn->buf, INTEL_PT_INSN_BUF_SZ);
tools/perf/util/intel-pt.c
757
unsigned char buf[INTEL_PT_INSN_BUF_SZ];
tools/perf/util/intel-pt.c
847
memcpy(intel_pt_insn->buf, e->insn, INTEL_PT_INSN_BUF_SZ);
tools/perf/util/intel-pt.c
865
INTEL_PT_INSN_BUF_SZ);