Home
last modified time | relevance | path

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

/Linux-v6.6/tools/perf/util/intel-pt-decoder/
Dintel-pt-decoder.h22 #define INTEL_PT_FUP_IP (1 << 3) macro
Dintel-pt-decoder.c1337 decoder->state.flags |= INTEL_PT_FUP_IP; in intel_pt_fup_event()
1358 decoder->state.flags |= INTEL_PT_FUP_IP; in intel_pt_fup_event()
1377 decoder->state.flags |= INTEL_PT_FUP_IP; in intel_pt_fup_event()
/Linux-v6.6/tools/perf/util/
Dintel-pt.c1938 raw.ip = !!(ptq->state->flags & INTEL_PT_FUP_IP); in intel_pt_synth_ptwrite_sample()
2070 raw.ip = !!(ptq->state->flags & INTEL_PT_FUP_IP); in intel_pt_synth_exstop_sample()
2423 raw.cfe.ip = !!(ptq->state->flags & INTEL_PT_FUP_IP); in intel_pt_synth_events_sample()