Re: [PATCH v5 0/8] Refactor perf python module build

From: Namhyung Kim
Date: Thu Jun 27 2024 - 14:20:56 EST


On Tue, 25 Jun 2024 14:41:09 -0700, Ian Rogers wrote:

> Refactor the perf python module build to instead of building C files
> it links libraries. To support this make static libraries for tests,
> ui, util and pmu-events. Doing this allows fewer functions to be
> stubbed out, importantly parse_events is no longer stubbed out which
> will improve the ability to work with heterogeneous cores.
>
> By not building .c files for the python module and for the build of
> perf, this should also help build times.
>
> [...]

Applied to perf-tools-next, thanks!

Best regards,
Namhyung