Home
last modified time | relevance | path

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

/linux-6.1.9/tools/perf/util/intel-pt-decoder/
Dintel-pt-decoder.h23 #define INTEL_PT_SAMPLE_IPC (1 << 4) macro
Dintel-pt-decoder.c4046 decoder->state.flags |= INTEL_PT_SAMPLE_IPC; in intel_pt_decode()
4055 decoder->state.flags |= INTEL_PT_SAMPLE_IPC; in intel_pt_decode()
/linux-6.1.9/tools/perf/util/
Dintel-pt.c2536 ptq->sample_ipc = ptq->state->flags & INTEL_PT_SAMPLE_IPC; in intel_pt_sample()