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 X-Spam-Level: X-Spam-Status: No, score=-3.7 required=3.0 tests=BAYES_00, HEADER_FROM_DIFFERENT_DOMAINS,MAILING_LIST_MULTI,SPF_HELO_NONE,SPF_PASS, URIBL_BLOCKED autolearn=no autolearn_force=no version=3.4.0 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id 94D97C433B4 for ; Fri, 23 Apr 2021 20:20:29 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id 7134E61396 for ; Fri, 23 Apr 2021 20:20:29 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S243965AbhDWUVF (ORCPT ); Fri, 23 Apr 2021 16:21:05 -0400 Received: from mga12.intel.com ([192.55.52.136]:1486 "EHLO mga12.intel.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S243797AbhDWUVD (ORCPT ); Fri, 23 Apr 2021 16:21:03 -0400 IronPort-SDR: f7Q3W0mylJr2Ey/B1hqwXKKRw8ZjtHkmGiexD/8k03JOp01+/QikxzJwxiEQvNNaacoraow4Z0 CNnlyGCRkIRg== X-IronPort-AV: E=McAfee;i="6200,9189,9963"; a="175613764" X-IronPort-AV: E=Sophos;i="5.82,246,1613462400"; d="scan'208";a="175613764" Received: from fmsmga005.fm.intel.com ([10.253.24.32]) by fmsmga106.fm.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 23 Apr 2021 13:20:26 -0700 IronPort-SDR: 54r4bvCv6axoXQdodLdBnWsX+tO7jlSMCFnwdM0OO5IKfYVe1p28GCt4YRryFlPMaOhO3iVZC4 jV0viDgksRSA== X-IronPort-AV: E=Sophos;i="5.82,246,1613462400"; d="scan'208";a="618069478" Received: from tassilo.jf.intel.com ([10.54.74.11]) by fmsmga005-auth.fm.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 23 Apr 2021 13:20:25 -0700 Date: Fri, 23 Apr 2021 13:20:24 -0700 From: Andi Kleen To: Namhyung Kim Cc: Arnaldo Carvalho de Melo , Jiri Olsa , Ingo Molnar , Peter Zijlstra , Mark Rutland , Alexander Shishkin , LKML , Ian Rogers Subject: Re: [PATCHSET 0/5] perf report: Make --stat output more compact Message-ID: <20210423202024.GO1401198@tassilo.jf.intel.com> References: <20210423182813.1472902-1-namhyung@kernel.org> <20210423184647.GN1401198@tassilo.jf.intel.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Sat, Apr 24, 2021 at 04:00:55AM +0900, Namhyung Kim wrote: > Hi Andi, > > On Sat, Apr 24, 2021 at 3:46 AM Andi Kleen wrote: > > > > > So I added --skip-empty (and --no-skip-empty automatically) to suppres > > > the 0 output and add the event stats like below. > > > > I doubt we need the option for this. > > > > But if you change it I would add the percentages after the absolute values. > > What kind of percentages are you talking about? The percentage of that value to the total sum of all the counts. -Andi