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 C33D8C001DB for ; Mon, 7 Aug 2023 19:45:19 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S229581AbjHGTpR (ORCPT ); Mon, 7 Aug 2023 15:45:17 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:34588 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S229612AbjHGTpM (ORCPT ); Mon, 7 Aug 2023 15:45:12 -0400 Received: from dfw.source.kernel.org (dfw.source.kernel.org [IPv6:2604:1380:4641:c500::1]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 5540E19B5; Mon, 7 Aug 2023 12:44:47 -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 E6161619F1; Mon, 7 Aug 2023 19:43:41 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id 20DFCC433C8; Mon, 7 Aug 2023 19:43:41 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1691437421; bh=A1N/mJLyzegN2MsrWIPnb9o4whQxHhuf9zt2B5W9x/0=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=iUqlUSzN7lU7fDl/FRRZ9LasgCxqIM0AAdtXBJy33TO1gYCOrJa+W+LCcSzvaUzUc abZeJIGt20nCuEduBSMHd28+qnqhtg7C2ExL62ANfhc8Xthh3cgDhjuv3LZmRVOJNu khzz57mGDTxlItmDHSlaqS3DBlQQzTUqhq311OM1rq0tzwp7uJqldS5/xHOtqA1JMw U/spXcPSYklAJwW/dxy33e6tgnqHubTz95QdAACKmr8D1RrDyZUPGUjh8r1NzsJwXZ vtrPu071NdPM4qCnSrw/njSIn8XTRrdeXHpG2ktRieZx+g9bkvQOZePWh1WjAzpymQ try+kjqSdodvg== Received: by quaco.ghostprotocols.net (Postfix, from userid 1000) id 7E22A404DF; Mon, 7 Aug 2023 16:43:38 -0300 (-03) Date: Mon, 7 Aug 2023 16:43:38 -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 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. - Arnaldo