Home
last modified time | relevance | path

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

/openbmc/linux/tools/perf/util/intel-pt-decoder/
H A Dintel-pt-decoder.h23 #define INTEL_PT_SAMPLE_IPC (1 << 4) macro
H A Dintel-pt-decoder.c4050 decoder->state.flags |= INTEL_PT_SAMPLE_IPC; in intel_pt_decode()
4059 decoder->state.flags |= INTEL_PT_SAMPLE_IPC; in intel_pt_decode()
/openbmc/linux/tools/perf/util/
H A Dintel-pt.c2596 ptq->sample_ipc = ptq->state->flags & INTEL_PT_SAMPLE_IPC; in intel_pt_sample()