Home
last modified time | relevance | path

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

/kernel/linux/linux-6.6/tools/perf/util/intel-pt-decoder/
H A Dintel-pt-decoder.h38 INTEL_PT_PSB_EVT = 1 << 12, enumerator
H A Dintel-pt-decoder.c3008 decoder->state.type = INTEL_PT_PSB_EVT; in intel_pt_hop_trace()
3151 decoder->state.type = INTEL_PT_PSB_EVT; in intel_pt_psb()
3756 decoder->state.type = INTEL_PT_PSB_EVT; in intel_pt_walk_to_ip()
3801 if (err || ((decoder->state.type & INTEL_PT_PSB_EVT) && !decoder->ip)) in intel_pt_sync_ip()
3936 decoder->state.type = INTEL_PT_PSB_EVT; /* Only PSB sample */ in intel_pt_sync()
4061 if ((decoder->state.type & INTEL_PT_PSB_EVT) && decoder->tsc_timestamp) in intel_pt_decode()
/kernel/linux/linux-6.6/tools/perf/util/
H A Dintel-pt.c2625 if (state->type & INTEL_PT_PSB_EVT) { in intel_pt_sample()

Completed in 12 milliseconds