Home
last modified time | relevance | path

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

/Linux-v5.4/tools/perf/util/intel-pt-decoder/
Dintel-pt-decoder.h31 INTEL_PT_TRACE_BEGIN = 1 << 9, enumerator
Dintel-pt-decoder.c1834 decoder->state.type |= INTEL_PT_TRACE_BEGIN; in intel_pt_walk_fup_tip()
1915 decoder->state.type |= INTEL_PT_TRACE_BEGIN; in intel_pt_walk_trace()
2304 decoder->state.type |= INTEL_PT_TRACE_BEGIN; in intel_pt_walk_to_ip()
/Linux-v5.4/tools/perf/util/
Dintel-pt.c1015 if (ptq->state->type & INTEL_PT_TRACE_BEGIN) in intel_pt_sample_flags()