Home
last modified time | relevance | path

Searched refs:INTEL_PT_INSN_BUF_SZ (Results 1 – 7 of 7) sorted by relevance

/Linux-v4.19/tools/perf/util/intel-pt-decoder/
Dintel-pt-insn-decoder.h23 #define INTEL_PT_INSN_BUF_SZ 16 macro
50 unsigned char buf[INTEL_PT_INSN_BUF_SZ];
Dintel-pt-insn-decoder.c31 #if INTEL_PT_INSN_BUF_SZ < MAX_INSN_SIZE || INTEL_PT_INSN_BUF_SZ > MAX_INSN
176 if (insn.length < INTEL_PT_INSN_BUF_SZ) in intel_pt_get_insn()
179 memcpy(intel_pt_insn->buf, buf, INTEL_PT_INSN_BUF_SZ); in intel_pt_get_insn()
Dintel-pt-log.c122 if (len > INTEL_PT_INSN_BUF_SZ) in __intel_pt_log_insn()
123 len = INTEL_PT_INSN_BUF_SZ; in __intel_pt_log_insn()
Dintel-pt-decoder.h89 char insn[INTEL_PT_INSN_BUF_SZ];
Dintel-pt-decoder.c1044 INTEL_PT_INSN_BUF_SZ); in intel_pt_walk_insn()
/Linux-v4.19/tools/perf/util/
Dintel-bts.c299 memcpy(sample.insn, btsq->intel_pt_insn.buf, INTEL_PT_INSN_BUF_SZ); in intel_bts_synth_branch_sample()
323 unsigned char buf[INTEL_PT_INSN_BUF_SZ]; in intel_bts_get_next_insn()
342 INTEL_PT_INSN_BUF_SZ); in intel_bts_get_next_insn()
Dintel-pt.c160 char insn[INTEL_PT_INSN_BUF_SZ];
304 char insn[INTEL_PT_INSN_BUF_SZ];
390 memcpy(e->insn, intel_pt_insn->buf, INTEL_PT_INSN_BUF_SZ); in intel_pt_cache_add()
419 unsigned char buf[INTEL_PT_INSN_BUF_SZ]; in intel_pt_walk_next_insn()
468 INTEL_PT_INSN_BUF_SZ); in intel_pt_walk_next_insn()
485 INTEL_PT_INSN_BUF_SZ); in intel_pt_walk_next_insn()
909 memcpy(ptq->insn, ptq->state->insn, INTEL_PT_INSN_BUF_SZ); in intel_pt_sample_flags()
1072 memcpy(sample->insn, ptq->insn, INTEL_PT_INSN_BUF_SZ); in intel_pt_prep_b_sample()