Searched refs:INTEL_PT_INSTRUCTION (Results 1 – 3 of 3) sorted by relevance
32 INTEL_PT_INSTRUCTION = 1 << 1, enumerator
940 decoder->state.type |= INTEL_PT_INSTRUCTION; in intel_pt_sample_insn()981 decoder->state.type = INTEL_PT_INSTRUCTION; in intel_pt_walk_insn()1297 if (decoder->state.type & INTEL_PT_INSTRUCTION) { in intel_pt_walk_tnt()1299 decoder->state.type = INTEL_PT_INSTRUCTION; in intel_pt_walk_tnt()1582 decoder->state.type |= INTEL_PT_INSTRUCTION; in intel_pt_walk_psbend()1683 decoder->state.type |= INTEL_PT_INSTRUCTION; in intel_pt_walk_fup_tip()1824 decoder->state.type = INTEL_PT_INSTRUCTION; in intel_pt_walk_trace()
1486 if (pt->sample_instructions && (state->type & INTEL_PT_INSTRUCTION)) { in intel_pt_sample()