Home
last modified time | relevance | path

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

/openbmc/linux/tools/perf/util/
H A Dintel-pt.c173 #define INTEL_PT_MAX_PEBS 64 macro
228 struct intel_pt_pebs_event pebs[INTEL_PT_MAX_PEBS];
2390 for_each_set_bit(hw_id, (unsigned long *)&items->applicable_counters, INTEL_PT_MAX_PEBS) { in intel_pt_synth_pebs_sample()
3369 if (!queue || !queue->priv || !evsel || hw_id > INTEL_PT_MAX_PEBS) { in intel_pt_process_aux_output_hw_id()