Home
last modified time | relevance | path

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

/openbmc/linux/tools/perf/util/intel-pt-decoder/
H A Dintel-pt-decoder.h220 #define INTEL_PT_MAX_EVDS 64 macro
H A Dintel-pt-decoder.c242 struct intel_pt_evd evd[INTEL_PT_MAX_EVDS];
1762 if (decoder->evd_cnt >= INTEL_PT_MAX_EVDS) { in intel_pt_evd()
/openbmc/linux/tools/perf/util/
H A Dintel-pt.c2413 struct perf_synth_intel_evd evd[INTEL_PT_MAX_EVDS]; in intel_pt_synth_events_sample()