linux-perf-users.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 0/2] tools: Unify top-level quiet infrastructure
@ 2025-02-04  0:10 Charlie Jenkins
  2025-02-04  0:10 ` [PATCH 1/2] " Charlie Jenkins
                   ` (2 more replies)
  0 siblings, 3 replies; 13+ messages in thread
From: Charlie Jenkins @ 2025-02-04  0:10 UTC (permalink / raw)
  To: Alexei Starovoitov, Daniel Borkmann, Andrii Nakryiko,
	Martin KaFai Lau, Eduard Zingerman, Song Liu, Yonghong Song,
	John Fastabend, KP Singh, Stanislav Fomichev, Hao Luo, Jiri Olsa,
	Peter Zijlstra, Ingo Molnar, Arnaldo Carvalho de Melo,
	Namhyung Kim, Mark Rutland, Alexander Shishkin, Ian Rogers,
	Adrian Hunter, Quentin Monnet, Rafael J. Wysocki, Daniel Lezcano,
	Zhang Rui, Lukasz Luba, Josh Poimboeuf, Mykola Lysenko,
	Shuah Khan, Jiri Kosina, Benjamin Tissoires, Steven Rostedt
  Cc: bpf, linux-kernel, linux-perf-users, linux-pm, linux-kselftest,
	linux-input, linux-trace-kernel, Charlie Jenkins

The quiet infrastructure was moved out of Makefile.build to accomidate
the new syscall table generation scripts in perf. Syscall table
generation wanted to also be able to be quiet, so instead of again
copying the code to set the quiet variables, the code was moved into
Makefile.perf to be used globally. This was not the right solution. It
should have been moved even further upwards in the call chain.
Makefile.include is imported in many files so this seems like a proper
place to put it.

To: 

Signed-off-by: Charlie Jenkins <charlie@rivosinc.com>
---
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            | 31 ++++++++++++++++++++++-
 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(+), 163 deletions(-)
---
base-commit: 2014c95afecee3e76ca4a56956a936e23283f05b
change-id: 20250203-quiet_tools-9a6ea9d65a19
-- 
- Charlie


^ permalink raw reply	[flat|nested] 13+ messages in thread

end of thread, other threads:[~2025-02-18 19:11 UTC | newest]

Thread overview: 13+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-02-04  0:10 [PATCH 0/2] tools: Unify top-level quiet infrastructure Charlie Jenkins
2025-02-04  0:10 ` [PATCH 1/2] " Charlie Jenkins
2025-02-04  0:10 ` [PATCH 2/2] tools: Remove redundant quiet setup Charlie Jenkins
2025-02-04 17:18 ` [PATCH 0/2] tools: Unify top-level quiet infrastructure Alexei Starovoitov
2025-02-04 18:34   ` Charlie Jenkins
2025-02-04 19:04     ` Namhyung Kim
2025-02-04 23:02       ` Alexei Starovoitov
2025-02-04 23:24         ` Charlie Jenkins
2025-02-06  1:28           ` Andrii Nakryiko
2025-02-10 18:31             ` Charlie Jenkins
2025-02-11  0:23               ` Andrii Nakryiko
2025-02-18 18:39                 ` Arnaldo Carvalho de Melo
2025-02-18 19:11                   ` Arnaldo Carvalho de Melo

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).