Home
last modified time | relevance | path

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

/openbmc/linux/tools/perf/util/intel-pt-decoder/
H A Dintel-pt-decoder.h36 INTEL_PT_TRACE_END = 1 << 10, enumerator
H A Dintel-pt-decoder.c1480 decoder->state.type |= INTEL_PT_TRACE_END; in intel_pt_walk_tip()
1504 decoder->state.type |= INTEL_PT_TRACE_END; in intel_pt_walk_tip()
1532 decoder->state.type |= INTEL_PT_TRACE_END; in intel_pt_walk_tip()
2246 decoder->state.type |= INTEL_PT_TRACE_END; in intel_pt_walk_fup_tip()
2959 decoder->state.type |= INTEL_PT_TRACE_END; in intel_pt_hop_trace()
3676 decoder->state.type |= INTEL_PT_TRACE_END; in intel_pt_walk_to_ip()
/openbmc/linux/tools/perf/util/
H A Dintel-pt.c1541 if (ptq->state->type & INTEL_PT_TRACE_END) in intel_pt_sample_flags()