Home
last modified time | relevance | path

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

/Linux-v6.6/tools/perf/util/
Dintel-pt.c173 #define INTEL_PT_MAX_PEBS 64 macro
228 struct intel_pt_pebs_event pebs[INTEL_PT_MAX_PEBS];
2386 for_each_set_bit(hw_id, (unsigned long *)&items->applicable_counters, INTEL_PT_MAX_PEBS) { in intel_pt_synth_pebs_sample()
3365 if (!queue || !queue->priv || !evsel || hw_id > INTEL_PT_MAX_PEBS) { in intel_pt_process_aux_output_hw_id()