Searched refs:INTEL_PT_INSTRUCTION (Results 1 – 3 of 3) sorted by relevance
1109 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 …]
27 INTEL_PT_INSTRUCTION = 1 << 1, enumerator
2657 if (state->type & INTEL_PT_INSTRUCTION) { in intel_pt_sample()