Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/tools/perf/util/intel-pt-decoder/
H A Dintel-pt-decoder.c1003 decoder->state.type |= INTEL_PT_INSTRUCTION; in intel_pt_sample_insn()
1044 decoder->state.type = INTEL_PT_INSTRUCTION; in intel_pt_walk_insn()
1390 if (decoder->state.type & INTEL_PT_INSTRUCTION) { in intel_pt_walk_tnt()
1392 decoder->state.type = INTEL_PT_INSTRUCTION; in intel_pt_walk_tnt()
1801 decoder->state.type |= INTEL_PT_INSTRUCTION; in intel_pt_walk_psbend()
1916 decoder->state.type |= INTEL_PT_INSTRUCTION; in intel_pt_walk_fup_tip()
1941 decoder->state.type = INTEL_PT_INSTRUCTION; in intel_pt_resample()
1984 decoder->state.type = INTEL_PT_INSTRUCTION; in intel_pt_hop_trace()
1998 decoder->state.type = INTEL_PT_INSTRUCTION; in intel_pt_hop_trace()
2005 decoder->state.type |= INTEL_PT_INSTRUCTION | INTEL_PT_BRANCH; in intel_pt_hop_trace()
[all …]
H A Dintel-pt-decoder.h24 INTEL_PT_INSTRUCTION = 1 << 1, enumerator
/OK3568_Linux_fs/kernel/tools/perf/util/
H A Dintel-pt.c2030 if (pt->sample_instructions && (state->type & INTEL_PT_INSTRUCTION)) { in intel_pt_sample()