[PATCH 0/3] perf tools build process cleanups and extra hints

Arnaldo Carvalho de Melo posted 3 patches 3 months, 2 weeks ago
tools/build/feature/test-all.c | 19 -------------------
tools/perf/Makefile.config     |  9 +++++++--
2 files changed, 7 insertions(+), 21 deletions(-)
[PATCH 0/3] perf tools build process cleanups and extra hints
Posted by Arnaldo Carvalho de Melo 3 months, 2 weeks ago
From: Arnaldo Carvalho de Melo <acme@redhat.com>

Hi,

	Some simple cleanups and extra hints for the build process,

- Arnaldo

Arnaldo Carvalho de Melo (3):
  perf build: Suggest java-latest-openjdk-devel instead of old 1.8.0 one
  perf build: Add the libpfm devel fedora package name to the hint
  perf build: The bfd features are opt-in, stop testing for them by default

 tools/build/feature/test-all.c | 19 -------------------
 tools/perf/Makefile.config     |  9 +++++++--
 2 files changed, 7 insertions(+), 21 deletions(-)

-- 
2.49.0
Re: [PATCH 0/3] perf tools build process cleanups and extra hints
Posted by Namhyung Kim 3 months, 2 weeks ago
On Fri, 20 Jun 2025 18:24:32 -0300, Arnaldo Carvalho de Melo wrote:
> From: Arnaldo Carvalho de Melo <acme@redhat.com>
> 
> Hi,
> 
> 	Some simple cleanups and extra hints for the build process,
> 
> - Arnaldo
> 
> [...]
Applied to perf-tools-next, thanks!

Best regards,
Namhyung
Re: [PATCH 0/3] perf tools build process cleanups and extra hints
Posted by James Clark 3 months, 2 weeks ago

On 20/06/2025 10:24 pm, Arnaldo Carvalho de Melo wrote:
> From: Arnaldo Carvalho de Melo <acme@redhat.com>
> 
> Hi,
> 
> 	Some simple cleanups and extra hints for the build process,
> 
> - Arnaldo
> 
> Arnaldo Carvalho de Melo (3):
>    perf build: Suggest java-latest-openjdk-devel instead of old 1.8.0 one
>    perf build: Add the libpfm devel fedora package name to the hint
>    perf build: The bfd features are opt-in, stop testing for them by default
> 
>   tools/build/feature/test-all.c | 19 -------------------
>   tools/perf/Makefile.config     |  9 +++++++--
>   2 files changed, 7 insertions(+), 21 deletions(-)
> 

Reviewed-by: James Clark <james.clark@linaro.org>