Home
last modified time | relevance | path

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

/Linux-v5.15/tools/perf/util/intel-pt-decoder/
Dintel-pt-insn-decoder.h14 #define INTEL_PT_INSN_BUF_SZ 16 macro
42 unsigned char buf[INTEL_PT_INSN_BUF_SZ];
Dintel-pt-insn-decoder.c22 #if INTEL_PT_INSN_BUF_SZ < MAX_INSN_SIZE || INTEL_PT_INSN_BUF_SZ > MAX_INSN
180 if (insn.length < INTEL_PT_INSN_BUF_SZ) in intel_pt_get_insn()
183 memcpy(intel_pt_insn->buf, buf, INTEL_PT_INSN_BUF_SZ); in intel_pt_get_insn()
Dintel-pt-log.c118 if (len > INTEL_PT_INSN_BUF_SZ) in __intel_pt_log_insn()
119 len = INTEL_PT_INSN_BUF_SZ; in __intel_pt_log_insn()
Dintel-pt-decoder.h234 char insn[INTEL_PT_INSN_BUF_SZ];
Dintel-pt-decoder.c1197 INTEL_PT_INSN_BUF_SZ); in intel_pt_walk_insn()
/Linux-v5.15/tools/perf/util/
Dintel-bts.c295 memcpy(sample.insn, btsq->intel_pt_insn.buf, INTEL_PT_INSN_BUF_SZ); in intel_bts_synth_branch_sample()
322 unsigned char buf[INTEL_PT_INSN_BUF_SZ]; in intel_bts_get_next_insn()
331 len = thread__memcpy(thread, machine, buf, ip, INTEL_PT_INSN_BUF_SZ, &x86_64); in intel_bts_get_next_insn()
Dintel-pt.c191 char insn[INTEL_PT_INSN_BUF_SZ];
511 char insn[INTEL_PT_INSN_BUF_SZ];
597 memcpy(e->insn, intel_pt_insn->buf, INTEL_PT_INSN_BUF_SZ); in intel_pt_cache_add()
690 unsigned char buf[INTEL_PT_INSN_BUF_SZ]; in intel_pt_walk_next_insn()
746 INTEL_PT_INSN_BUF_SZ); in intel_pt_walk_next_insn()
763 INTEL_PT_INSN_BUF_SZ); in intel_pt_walk_next_insn()
1331 memcpy(ptq->insn, ptq->state->insn, INTEL_PT_INSN_BUF_SZ); in intel_pt_sample_flags()
1480 memcpy(sample->insn, ptq->insn, INTEL_PT_INSN_BUF_SZ); in intel_pt_prep_a_sample()