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.8 required=3.0 tests=BAYES_00, HEADER_FROM_DIFFERENT_DOMAINS,MAILING_LIST_MULTI,SPF_HELO_NONE,SPF_PASS 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 CA7A2C433B4 for ; Fri, 23 Apr 2021 18:46:51 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id A47EE6124B for ; Fri, 23 Apr 2021 18:46:51 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S243703AbhDWSr0 (ORCPT ); Fri, 23 Apr 2021 14:47:26 -0400 Received: from mga02.intel.com ([134.134.136.20]:37212 "EHLO mga02.intel.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S232591AbhDWSrZ (ORCPT ); Fri, 23 Apr 2021 14:47:25 -0400 IronPort-SDR: WQJXGoKflDZRWkUT4kw3ro9CnStVRM2p6yMLxjcLnUoJC/OoVECexxAzaF78ig/fzcOLHeceyM pxPUtjphkk6w== X-IronPort-AV: E=McAfee;i="6200,9189,9963"; a="183247373" X-IronPort-AV: E=Sophos;i="5.82,246,1613462400"; d="scan'208";a="183247373" Received: from orsmga004.jf.intel.com ([10.7.209.38]) by orsmga101.jf.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 23 Apr 2021 11:46:48 -0700 IronPort-SDR: j6qE5DPZ4dbQuw88nTbYLxI+3MusxWaPDGnlnuVW9mnJG7QRqKfft3RsBv83cAuyoNJQNrucD5 wCU8EQsql0Tg== X-IronPort-AV: E=Sophos;i="5.82,246,1613462400"; d="scan'208";a="535624209" Received: from tassilo.jf.intel.com ([10.54.74.11]) by orsmga004-auth.jf.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 23 Apr 2021 11:46:48 -0700 Date: Fri, 23 Apr 2021 11:46:47 -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: <20210423184647.GN1401198@tassilo.jf.intel.com> References: <20210423182813.1472902-1-namhyung@kernel.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20210423182813.1472902-1-namhyung@kernel.org> Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org > 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. -Andi