Home
last modified time | relevance | path

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

/openbmc/linux/tools/perf/util/intel-pt-decoder/
H A Dintel-pt-decoder.h35 INTEL_PT_TRACE_BEGIN = 1 << 9, enumerator
H A Dintel-pt-decoder.c1395 decoder->state.type |= INTEL_PT_BRANCH | INTEL_PT_TRACE_BEGIN; in intel_pt_fup_event()
2261 decoder->state.type |= INTEL_PT_TRACE_BEGIN; in intel_pt_walk_fup_tip()
3261 decoder->state.type |= INTEL_PT_TRACE_BEGIN; in intel_pt_walk_trace()
3686 decoder->state.type |= INTEL_PT_TRACE_BEGIN; in intel_pt_walk_to_ip()
/openbmc/linux/tools/perf/util/
H A Dintel-pt.c1539 if (ptq->state->type & INTEL_PT_TRACE_BEGIN) in intel_pt_sample_flags()