[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Message-ID: <20250304111201.59ed8cc3@gandalf.local.home>
Date: Tue, 4 Mar 2025 11:12:01 -0500
From: Steven Rostedt <rostedt@...dmis.org>
To: Charlie Jenkins <charlie@...osinc.com>
Cc: Alexei Starovoitov <ast@...nel.org>, Daniel Borkmann
<daniel@...earbox.net>, Andrii Nakryiko <andrii@...nel.org>, Martin KaFai
Lau <martin.lau@...ux.dev>, Eduard Zingerman <eddyz87@...il.com>, Song Liu
<song@...nel.org>, Yonghong Song <yonghong.song@...ux.dev>, John Fastabend
<john.fastabend@...il.com>, KP Singh <kpsingh@...nel.org>, Stanislav
Fomichev <sdf@...ichev.me>, Hao Luo <haoluo@...gle.com>, Jiri Olsa
<jolsa@...nel.org>, Peter Zijlstra <peterz@...radead.org>, Ingo Molnar
<mingo@...hat.com>, Arnaldo Carvalho de Melo <acme@...nel.org>, Namhyung
Kim <namhyung@...nel.org>, Mark Rutland <mark.rutland@....com>, Alexander
Shishkin <alexander.shishkin@...ux.intel.com>, Ian Rogers
<irogers@...gle.com>, Adrian Hunter <adrian.hunter@...el.com>, Quentin
Monnet <qmo@...nel.org>, "Rafael J. Wysocki" <rafael@...nel.org>, Daniel
Lezcano <daniel.lezcano@...aro.org>, Zhang Rui <rui.zhang@...el.com>,
Lukasz Luba <lukasz.luba@....com>, Josh Poimboeuf <jpoimboe@...nel.org>,
Mykola Lysenko <mykolal@...com>, Shuah Khan <shuah@...nel.org>, Jiri Kosina
<jikos@...nel.org>, Benjamin Tissoires <bentiss@...nel.org>,
bpf@...r.kernel.org, linux-kernel@...r.kernel.org,
linux-perf-users@...r.kernel.org, linux-pm@...r.kernel.org,
linux-kselftest@...r.kernel.org, linux-input@...r.kernel.org,
linux-trace-kernel@...r.kernel.org
Subject: Re: [PATCH v3 2/2] tools: Remove redundant quiet setup
On Thu, 13 Feb 2025 13:06:22 -0800
Charlie Jenkins <charlie@...osinc.com> wrote:
> diff --git a/tools/tracing/latency/Makefile b/tools/tracing/latency/Makefile
> index 6518b03e05c71b4fa84498f9628adf81a38c9f56..257a56b1899f23837de533353e9c2cebdb6035bd 100644
> --- a/tools/tracing/latency/Makefile
> +++ b/tools/tracing/latency/Makefile
> @@ -37,12 +37,6 @@ FEATURE_TESTS += libtracefs
> FEATURE_DISPLAY := libtraceevent
> FEATURE_DISPLAY += libtracefs
>
> -ifeq ($(V),1)
> - Q =
> -else
> - Q = @
> -endif
> -
> all: $(LATENCY-COLLECTOR)
>
> include $(srctree)/tools/build/Makefile.include
> diff --git a/tools/tracing/rtla/Makefile b/tools/tracing/rtla/Makefile
> index 8b5101457c70b48e9c720f1ba53293f1307c15a2..0b61208db604ec0754024c3007db6b2fe74a613c 100644
> --- a/tools/tracing/rtla/Makefile
> +++ b/tools/tracing/rtla/Makefile
> @@ -37,12 +37,6 @@ FEATURE_DISPLAY := libtraceevent
> FEATURE_DISPLAY += libtracefs
> FEATURE_DISPLAY += libcpupower
>
> -ifeq ($(V),1)
> - Q =
> -else
> - Q = @
> -endif
> -
> all: $(RTLA)
>
> include $(srctree)/tools/build/Makefile.include
> diff --git a/tools/verification/rv/Makefile b/tools/verification/rv/Makefile
> index 411d62b3d8eb93abf85526ad33cafd783df86bc1..5b898360ba4818b12e8a16c27bd88c75d0076fb9 100644
> --- a/tools/verification/rv/Makefile
> +++ b/tools/verification/rv/Makefile
> @@ -35,12 +35,6 @@ FEATURE_TESTS += libtracefs
> FEATURE_DISPLAY := libtraceevent
> FEATURE_DISPLAY += libtracefs
>
> -ifeq ($(V),1)
> - Q =
> -else
> - Q = @
> -endif
> -
> all: $(RV)
>
> include $(srctree)/tools/build/Makefile.include
>
Acked-by: Steven Rostedt (Google) <rostedt@...dmis.org>
-- Steve
Powered by blists - more mailing lists