Searched refs:INTEL_PT_INSTRUCTION (Results 1 – 3 of 3) sorted by relevance
983 decoder->state.type |= INTEL_PT_INSTRUCTION; in intel_pt_sample_insn()1024 decoder->state.type = INTEL_PT_INSTRUCTION; in intel_pt_walk_insn()1358 if (decoder->state.type & INTEL_PT_INSTRUCTION) { in intel_pt_walk_tnt()1360 decoder->state.type = INTEL_PT_INSTRUCTION; in intel_pt_walk_tnt()1760 decoder->state.type |= INTEL_PT_INSTRUCTION; in intel_pt_walk_psbend()1872 decoder->state.type |= INTEL_PT_INSTRUCTION; in intel_pt_walk_fup_tip()1897 decoder->state.type = INTEL_PT_INSTRUCTION; in intel_pt_resample()1937 decoder->state.type = INTEL_PT_INSTRUCTION; in intel_pt_hop_trace()1951 decoder->state.type = INTEL_PT_INSTRUCTION; in intel_pt_hop_trace()1972 decoder->state.type = INTEL_PT_INSTRUCTION; in intel_pt_hop_trace()[all …]
23 INTEL_PT_INSTRUCTION = 1 << 1, enumerator
2018 if (pt->sample_instructions && (state->type & INTEL_PT_INSTRUCTION)) { in intel_pt_sample()