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()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 …]
27 INTEL_PT_INSTRUCTION = 1 << 1, enumerator
2661 if (state->type & INTEL_PT_INSTRUCTION) { in intel_pt_sample()