Home
last modified time | relevance | path

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

/Linux-v6.1/tools/perf/util/intel-pt-decoder/
Dintel-pt-decoder.h35 INTEL_PT_TRACE_BEGIN = 1 << 9, enumerator
Dintel-pt-decoder.c1393 decoder->state.type |= INTEL_PT_BRANCH | INTEL_PT_TRACE_BEGIN; in intel_pt_fup_event()
2257 decoder->state.type |= INTEL_PT_TRACE_BEGIN; in intel_pt_walk_fup_tip()
3257 decoder->state.type |= INTEL_PT_TRACE_BEGIN; in intel_pt_walk_trace()
3682 decoder->state.type |= INTEL_PT_TRACE_BEGIN; in intel_pt_walk_to_ip()
/Linux-v6.1/tools/perf/util/
Dintel-pt.c1506 if (ptq->state->type & INTEL_PT_TRACE_BEGIN) in intel_pt_sample_flags()