Re: [PATCH 1/5] perf evlist: Export perf_evlist__propagate_maps()

From: Adrian Hunter
Date: Tue Jul 11 2023 - 09:13:17 EST


On 4/07/23 10:42, Yang Jihong wrote:
> For dummy events that keep tracking, we may need to modify its cpu_maps.
> For example, change the cpu_maps to track side-band events for all CPUS.
> Export perf_evlist__propagate_maps () to support this scenario.

__perf_evlist__propagate_maps() is quite low-level so it would be better
to avoid exporting it.