From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by smtp.lore.kernel.org (Postfix) with ESMTP id 69D32C001B0 for ; Mon, 7 Aug 2023 19:57:38 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S230478AbjHGT5h (ORCPT ); Mon, 7 Aug 2023 15:57:37 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:47848 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S230081AbjHGT5g (ORCPT ); Mon, 7 Aug 2023 15:57:36 -0400 Received: from dfw.source.kernel.org (dfw.source.kernel.org [139.178.84.217]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 82E51E79; Mon, 7 Aug 2023 12:57:35 -0700 (PDT) Received: from smtp.kernel.org (relay.kernel.org [52.25.139.140]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by dfw.source.kernel.org (Postfix) with ESMTPS id 21C35621C9; Mon, 7 Aug 2023 19:57:35 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id 5C532C433C9; Mon, 7 Aug 2023 19:57:34 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1691438254; bh=/KLEIKyjwsEPet8u+Ub8P/T6C7w6xQVG2e6RPBprgdI=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=NCyVp4lX53GndUAhAq3bayNffYV3a5z5Mg3Pf9DwLB6eYTcioBQdmOSuCJTDSXWIC I/ZD+o3DBUE5LPn+uL1ZJbjt6LjIqQ0Q2usKo3T1Emr7dWVikuYQZLPfXf6OH4dOhW 2tZzRp7W1xPBnzVGpvtlkBxLe+wwUFXoS3X56+uNxzqj9kC+Wk6yIltmbBAC8MnghC RuCYzRxI9alHOi7De6BIcuZdW9zhRSBjb1pMvKykonDXMau7QitF7ohyW3Nj3u6sBH lYrEFx7p3ad0+SPI+C+Uc44Pm/TAsIAxOXefaJVwOn9R6rEFK3hptGn+20SkoVx0cv eiWqO101zHEvg== Received: by quaco.ghostprotocols.net (Postfix, from userid 1000) id EBB46404DF; Mon, 7 Aug 2023 16:57:31 -0300 (-03) Date: Mon, 7 Aug 2023 16:57:31 -0300 From: Arnaldo Carvalho de Melo To: Andi Kleen Cc: Ian Rogers , Peter Zijlstra , Ingo Molnar , Mark Rutland , Alexander Shishkin , Jiri Olsa , Namhyung Kim , Adrian Hunter , Kan Liang , Athira Rajeev , Claire Jensen , linux-perf-users@vger.kernel.org, linux-kernel@vger.kernel.org Subject: Re: [PATCH v1] perf stat: Don't display zero tool counts Message-ID: References: <20230801205452.3380578-1-irogers@google.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: X-Url: http://acmel.wordpress.com Precedence: bulk List-ID: X-Mailing-List: linux-perf-users@vger.kernel.org Em Mon, Aug 07, 2023 at 04:43:38PM -0300, Arnaldo Carvalho de Melo escreveu: > Em Mon, Aug 07, 2023 at 07:54:47AM -0700, Andi Kleen escreveu: > > On Thu, Aug 03, 2023 at 05:54:59PM -0300, Arnaldo Carvalho de Melo wrote: > > > Em Tue, Aug 01, 2023 at 01:54:52PM -0700, Ian Rogers escreveu: > > > > Skip zero counts for tool events. > > > > > > > > Reported-by: Andi Kleen > > > > > > Andi, > > > > > > Have you tested this? Can we please have your Tested-by? > > > > I thought I had sent it earlier? > > > > Tested-by: Andi Kleen > > Yeah, you did it, sorry, somehow I didn't notice. > > Applying. Would be good to have the original link with your report and to figure out the cset that introduced the problem, so that we could have a Fixes tag to help justifying getting this into 6.5. - Arnaldo