Home
last modified time | relevance | path

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

/Linux-v5.4/tools/perf/util/intel-pt-decoder/
Dintel-pt-decoder.h23 INTEL_PT_INSTRUCTION = 1 << 1, enumerator
Dintel-pt-decoder.c973 decoder->state.type |= INTEL_PT_INSTRUCTION; in intel_pt_sample_insn()
1014 decoder->state.type = INTEL_PT_INSTRUCTION; in intel_pt_walk_insn()
1347 if (decoder->state.type & INTEL_PT_INSTRUCTION) { in intel_pt_walk_tnt()
1349 decoder->state.type = INTEL_PT_INSTRUCTION; in intel_pt_walk_tnt()
1743 decoder->state.type |= INTEL_PT_INSTRUCTION; in intel_pt_walk_psbend()
1855 decoder->state.type |= INTEL_PT_INSTRUCTION; in intel_pt_walk_fup_tip()
2005 decoder->state.type = INTEL_PT_INSTRUCTION; in intel_pt_walk_trace()
/Linux-v5.4/tools/perf/util/
Dintel-pt.c1950 if (pt->sample_instructions && (state->type & INTEL_PT_INSTRUCTION)) { in intel_pt_sample()