Home
last modified time | relevance | path

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

/Linux-v6.1/tools/perf/util/intel-pt-decoder/
Dintel-pt-decoder.h38 INTEL_PT_PSB_EVT = 1 << 12, enumerator
Dintel-pt-decoder.c3006 decoder->state.type = INTEL_PT_PSB_EVT; in intel_pt_hop_trace()
3149 decoder->state.type = INTEL_PT_PSB_EVT; in intel_pt_psb()
3754 decoder->state.type = INTEL_PT_PSB_EVT; in intel_pt_walk_to_ip()
3799 if (err || ((decoder->state.type & INTEL_PT_PSB_EVT) && !decoder->ip)) in intel_pt_sync_ip()
3934 decoder->state.type = INTEL_PT_PSB_EVT; /* Only PSB sample */ in intel_pt_sync()
4059 if ((decoder->state.type & INTEL_PT_PSB_EVT) && decoder->tsc_timestamp) in intel_pt_decode()
/Linux-v6.1/tools/perf/util/
Dintel-pt.c2567 if (state->type & INTEL_PT_PSB_EVT) { in intel_pt_sample()