[GIT PULL] perf tools fixes for v6.14: 2nd batch
From: Arnaldo Carvalho de Melo
Date: Tue Feb 25 2025 - 14:06:07 EST
Hi Linus,
Please consider pulling, this is the first after I got back from
long vacations, there is still the header file sync that I'll try and
get lined up, probably the last pull req for v6.14.
Best regards,
- Arnaldo
The following changes since commit 9fae5884bb0e3480dbb69314b82ed3d8f8482eef:
perf cpumap: Fix die and cluster IDs (2025-01-28 10:03:26 -0800)
are available in the Git repository at:
git://git.kernel.org/pub/scm/linux/kernel/git/perf/perf-tools.git tags/perf-tools-fixes-for-v6.14-2-2025-02-25
for you to fetch changes up to 42367eca7604e16e170bd6bd94ef61ffdd335f4a:
tools: Remove redundant quiet setup (2025-02-18 16:27:43 -0300)
----------------------------------------------------------------
perf tools fixes for v6.14: 2nd batch
- Fix tools/ quiet build Makefile infrastructure that was broken when
working on tools/perf/ without testing on other tools/ living
utilities.
Signed-off-by: Arnaldo Carvalho de Melo <acme@xxxxxxxxxx>
----------------------------------------------------------------
Charlie Jenkins (2):
tools: Unify top-level quiet infrastructure
tools: Remove redundant quiet setup
tools/arch/arm64/tools/Makefile | 6 -----
tools/bpf/Makefile | 6 -----
tools/bpf/bpftool/Documentation/Makefile | 6 -----
tools/bpf/bpftool/Makefile | 6 -----
tools/bpf/resolve_btfids/Makefile | 2 --
tools/bpf/runqslower/Makefile | 5 +---
tools/build/Makefile | 8 +-----
tools/lib/bpf/Makefile | 13 ----------
tools/lib/perf/Makefile | 13 ----------
tools/lib/thermal/Makefile | 13 ----------
tools/objtool/Makefile | 6 -----
tools/perf/Makefile.perf | 41 -------------------------------
tools/scripts/Makefile.include | 30 ++++++++++++++++++++++
tools/testing/selftests/bpf/Makefile.docs | 6 -----
tools/testing/selftests/hid/Makefile | 2 --
tools/thermal/lib/Makefile | 13 ----------
tools/tracing/latency/Makefile | 6 -----
tools/tracing/rtla/Makefile | 6 -----
tools/verification/rv/Makefile | 6 -----
19 files changed, 32 insertions(+), 162 deletions(-)