Home
last modified time | relevance | path

Searched refs:INTEL_PT_INSTRUCTION (Results 1 – 3 of 3) sorted by relevance

/linux-4.4.14/tools/perf/util/intel-pt-decoder/
Dintel-pt-decoder.h31 INTEL_PT_INSTRUCTION = 1 << 1, enumerator
Dintel-pt-decoder.c850 decoder->state.type |= INTEL_PT_INSTRUCTION; in intel_pt_sample_insn()
890 decoder->state.type = INTEL_PT_INSTRUCTION; in intel_pt_walk_insn()
1122 if (decoder->state.type & INTEL_PT_INSTRUCTION) { in intel_pt_walk_tnt()
1124 decoder->state.type = INTEL_PT_INSTRUCTION; in intel_pt_walk_tnt()
1388 decoder->state.type |= INTEL_PT_INSTRUCTION; in intel_pt_walk_psbend()
1478 decoder->state.type |= INTEL_PT_INSTRUCTION; in intel_pt_walk_fup_tip()
1608 decoder->state.type = INTEL_PT_INSTRUCTION; in intel_pt_walk_trace()
/linux-4.4.14/tools/perf/util/
Dintel-pt.c1199 (state->type & INTEL_PT_INSTRUCTION)) { in intel_pt_sample()