Home
last modified time | relevance | path

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

/Linux-v5.15/tools/perf/util/intel-pt-decoder/
Dintel-pt-decoder.c1093 decoder->state.type |= INTEL_PT_INSTRUCTION; in intel_pt_sample_insn()
1134 decoder->state.type = INTEL_PT_INSTRUCTION; in intel_pt_walk_insn()
1476 if (decoder->state.type & INTEL_PT_INSTRUCTION) { in intel_pt_walk_tnt()
1478 decoder->state.type = INTEL_PT_INSTRUCTION; in intel_pt_walk_tnt()
1902 decoder->state.type |= INTEL_PT_INSTRUCTION; in intel_pt_walk_psbend()
2020 decoder->state.type |= INTEL_PT_INSTRUCTION; in intel_pt_walk_fup_tip()
2045 decoder->state.type = INTEL_PT_INSTRUCTION; in intel_pt_resample()
2697 decoder->state.type = INTEL_PT_INSTRUCTION; in intel_pt_hop_trace()
2712 decoder->state.type = INTEL_PT_INSTRUCTION; in intel_pt_hop_trace()
2734 decoder->state.type |= INTEL_PT_INSTRUCTION; in intel_pt_hop_trace()
[all …]
Dintel-pt-decoder.h26 INTEL_PT_INSTRUCTION = 1 << 1, enumerator
/Linux-v5.15/tools/perf/util/
Dintel-pt.c2249 if (pt->sample_instructions && (state->type & INTEL_PT_INSTRUCTION)) { in intel_pt_sample()