Home
last modified time | relevance | path

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

/Linux-v6.6/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()
2161 decoder->state.type |= INTEL_PT_INSTRUCTION; in intel_pt_walk_psbend()
2283 decoder->state.type |= INTEL_PT_INSTRUCTION; in intel_pt_walk_fup_tip()
2308 decoder->state.type = INTEL_PT_INSTRUCTION; in intel_pt_resample()
2969 decoder->state.type = INTEL_PT_INSTRUCTION; in intel_pt_hop_trace()
2985 decoder->state.type = INTEL_PT_INSTRUCTION; in intel_pt_hop_trace()
[all …]
Dintel-pt-decoder.h27 INTEL_PT_INSTRUCTION = 1 << 1, enumerator
/Linux-v6.6/tools/perf/util/
Dintel-pt.c2657 if (state->type & INTEL_PT_INSTRUCTION) { in intel_pt_sample()