Home
last modified time | relevance | path

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

/openbmc/linux/tools/perf/util/intel-pt-decoder/
H A 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()
1717 decoder->state.type = INTEL_PT_INSTRUCTION; in intel_pt_walk_tnt()
2163 decoder->state.type |= INTEL_PT_INSTRUCTION; in intel_pt_walk_psbend()
2285 decoder->state.type |= INTEL_PT_INSTRUCTION; in intel_pt_walk_fup_tip()
2310 decoder->state.type = INTEL_PT_INSTRUCTION; in intel_pt_resample()
2971 decoder->state.type = INTEL_PT_INSTRUCTION; in intel_pt_hop_trace()
2987 decoder->state.type = INTEL_PT_INSTRUCTION; in intel_pt_hop_trace()
3012 decoder->state.type |= INTEL_PT_INSTRUCTION; in intel_pt_hop_trace()
[all …]
H A Dintel-pt-decoder.h27 INTEL_PT_INSTRUCTION = 1 << 1, enumerator
/openbmc/linux/tools/perf/util/
H A Dintel-pt.c2661 if (state->type & INTEL_PT_INSTRUCTION) { in intel_pt_sample()