From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from smtp.kernel.org (aws-us-west-2-korg-mail-1.web.codeaurora.org [10.30.226.201]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.subspace.kernel.org (Postfix) with ESMTPS id 7E40542317D; Fri, 6 Feb 2026 14:59:29 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; arc=none smtp.client-ip=10.30.226.201 ARC-Seal:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1770389969; cv=none; b=UFI1+l77+8XHIjj5orEzGmnjUQU91UR2n7t0+DU6qRu7RpnQXc0Ka/mTxhrro1PEfnvHzC7R4QNGN2xlFr11qlAY3yhzVExD0LfpwR6yeS7xxzHVOnuDbRz4cC0IdkNmwsomhBtV0z1AahvbFcH5eEgH2PsRvV5VHGaS1ojNAQE= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1770389969; c=relaxed/simple; bh=jLpshtsdacl0AXQWxIwhPJmCfZ+0N/sCeuuWiS4IUjA=; h=Date:From:To:Cc:Subject:Message-ID:References:MIME-Version: Content-Type:Content-Disposition:In-Reply-To; b=tOUJZedGFydnfZMKO+yAcgAfrmq+YHn6ugZ5GgQHoo/v2HZ7QZUu/VlgBAwcwlaVjYFqG77o1AK6jHj76zYOJnsXQzY3HhxzlTLozwihJR8z/jNlweFkMMg0NaCqyJmJGXQfx/nVYkAnPmhiSKlKTScCwpyz2k8ymgHbvCQyXbo= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=kernel.org header.i=@kernel.org header.b=lNFo6WYO; arc=none smtp.client-ip=10.30.226.201 Authentication-Results: smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=kernel.org header.i=@kernel.org header.b="lNFo6WYO" Received: by smtp.kernel.org (Postfix) with ESMTPSA id 5E712C16AAE; Fri, 6 Feb 2026 14:59:28 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1770389969; bh=jLpshtsdacl0AXQWxIwhPJmCfZ+0N/sCeuuWiS4IUjA=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=lNFo6WYOlg85M1dwAFVMgOGaTJpkn3cAVK6mh0VUFol4sAdNZTsmdU9GN+0SX5QFb Rwi+Qr7l1qnn0IKnMJv6lxRjlAkWve07ilTpq/fj/ULkaPOq+IeTvNxyHRjFK0EhZr aBhghts8sbSiZO6QQjisi1hBdSk2yph1DwjFHQTqJbn5f8VNyhwhuIWA0dIkR4rWoM JFb/Mcelv1sNjDxLZ4aDR8q/LpNbRSvparzW0m0mlyw61nvup7MCHwMF4UGXR45Iue nrbgI2dIVLVBje44X4156pPhNVHLgr8e98HQ8JRJQHpBjSb3q8X4oBBAsfw1ap69vL irQu+nZofVKQA== Date: Fri, 6 Feb 2026 11:59:25 -0300 From: Arnaldo Carvalho de Melo To: Leo Yan Cc: Ian Rogers , Peter Zijlstra , Ingo Molnar , Namhyung Kim , Alexander Shishkin , Jiri Olsa , Adrian Hunter , James Clark , linux-perf-users@vger.kernel.org, linux-kernel@vger.kernel.org Subject: Re: [PATCH v1 1/2] perf tests: build-test coverage for NO_JEVENTS=1 Message-ID: References: <20260205183603.459363-1-irogers@google.com> <20260206085349.GD3529712@e132581.arm.com> Precedence: bulk X-Mailing-List: linux-perf-users@vger.kernel.org List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20260206085349.GD3529712@e132581.arm.com> On Fri, Feb 06, 2026 at 08:53:49AM +0000, Leo Yan wrote: > On Thu, Feb 05, 2026 at 10:36:02AM -0800, Ian Rogers wrote: > > Leo reported the NO_JEVENTS=1 build being broken and this highlighted > > it being missing from the build-test, add it. > > To be clear, I did not say the build is broken. > > The issue I reported is that `perf stat` is broken, both with > NO_JEVENTS=1 enabled and without that configuration. > > With updating the commit log, this patch LGTM: I did it and will apply the Reviewed-by to patch 2/2 too, ok? - Arnaldo > Reviewed-by: Leo Yan > > > Reported-by: Leo Yan > > Closes: https://lore.kernel.org/linux-perf-users/20260205175250.GC3529712@e132581.arm.com/ > > Signed-off-by: Ian Rogers > > --- > > tools/perf/tests/make | 2 ++ > > 1 file changed, 2 insertions(+) > > > > diff --git a/tools/perf/tests/make b/tools/perf/tests/make > > index eb41516c0562..6587dc326d1b 100644 > > --- a/tools/perf/tests/make > > +++ b/tools/perf/tests/make > > @@ -70,6 +70,7 @@ make_python_perf_so := $(python_perf_so) > > make_debug := DEBUG=1 > > make_nondistro := BUILD_NONDISTRO=1 > > make_extra_tests := EXTRA_TESTS=1 > > +make_no_jevents := NO_JEVENTS=1 > > make_jevents_all := JEVENTS_ARCH=all > > make_no_bpf_skel := BUILD_BPF_SKEL=0 > > make_gen_vmlinux_h := GEN_VMLINUX_H=1 > > @@ -144,6 +145,7 @@ ifneq ($(new_libbfd),) > > run += make_nondistro > > endif > > run += make_extra_tests > > +run += make_no_jevents > > run += make_jevents_all > > run += make_no_bpf_skel > > run += make_gen_vmlinux_h > > -- > > 2.53.0.rc2.204.g2597b5adb4-goog > >