Home
last modified time | relevance | path

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

/Linux-v6.1/tools/perf/util/intel-pt-decoder/
Dintel-pt-decoder.c1109 decoder->state.type |= INTEL_PT_INSTRUCTION; in intel_pt_sample_insn()
1154 decoder->state.type |= INTEL_PT_INSTRUCTION; in intel_pt_sample_fup_insn()
1196 decoder->state.type = INTEL_PT_INSTRUCTION; in intel_pt_walk_insn()
1713 if (decoder->state.type & INTEL_PT_INSTRUCTION) { in intel_pt_walk_tnt()
1715 decoder->state.type = INTEL_PT_INSTRUCTION; in intel_pt_walk_tnt()
2159 decoder->state.type |= INTEL_PT_INSTRUCTION; in intel_pt_walk_psbend()
2281 decoder->state.type |= INTEL_PT_INSTRUCTION; in intel_pt_walk_fup_tip()
2306 decoder->state.type = INTEL_PT_INSTRUCTION; in intel_pt_resample()
2967 decoder->state.type = INTEL_PT_INSTRUCTION; in intel_pt_hop_trace()
2983 decoder->state.type = INTEL_PT_INSTRUCTION; in intel_pt_hop_trace()
[all …]
Dintel-pt-decoder.h27 INTEL_PT_INSTRUCTION = 1 << 1, enumerator
/Linux-v6.1/tools/perf/util/
Dintel-pt.c2601 if (pt->sample_instructions && (state->type & INTEL_PT_INSTRUCTION)) { in intel_pt_sample()