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