Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/tools/perf/util/intel-pt-decoder/
H A Dintel-pt-decoder.h23 INTEL_PT_BRANCH = 1 << 0, enumerator
H A Dintel-pt-decoder.c1120 decoder->state.type &= ~INTEL_PT_BRANCH; in intel_pt_fup_event()
1127 decoder->state.type |= INTEL_PT_BRANCH; in intel_pt_fup_event()
1169 decoder->state.type |= INTEL_PT_BRANCH | INTEL_PT_TRACE_BEGIN; in intel_pt_fup_event()
1245 (decoder->state.type & INTEL_PT_BRANCH) && in intel_pt_walk_tip()
2005 decoder->state.type |= INTEL_PT_INSTRUCTION | INTEL_PT_BRANCH; in intel_pt_hop_trace()
2806 decoder->state.type = INTEL_PT_BRANCH; in intel_pt_decode()
/OK3568_Linux_fs/kernel/tools/perf/util/
H A Dintel-pt.c2048 if (!(state->type & INTEL_PT_BRANCH)) in intel_pt_sample()