From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S932642AbcJZQfi (ORCPT ); Wed, 26 Oct 2016 12:35:38 -0400 Received: from mga05.intel.com ([192.55.52.43]:38667 "EHLO mga05.intel.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751685AbcJZQfh (ORCPT ); Wed, 26 Oct 2016 12:35:37 -0400 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.31,551,1473145200"; d="scan'208";a="894268225" Date: Wed, 26 Oct 2016 09:35:29 -0700 From: Andi Kleen To: "Jin, Yao" Cc: acme@kernel.org, jolsa@kernel.org, Linux-kernel@vger.kernel.org, kan.liang@intel.com Subject: Re: [PATCH v3 0/6] perf report: Show branch flags/cycles in --branch-history callgraph view Message-ID: <20161026163529.GH1075@tassilo.jf.intel.com> References: <1477444503-25434-1-git-send-email-yao.jin@linux.intel.com> <20161026011929.GG1075@tassilo.jf.intel.com> <254e310b-5130-489a-916f-7118b7b11fb7@linux.intel.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <254e310b-5130-489a-916f-7118b7b11fb7@linux.intel.com> User-Agent: Mutt/1.7.0 (2016-08-17) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Wed, Oct 26, 2016 at 09:23:41AM +0800, Jin, Yao wrote: > If I change it to, for example: removed iterations: 20% > > Is that OK? No it should be average iterations, not percentage. Also "iterations", not "removed iterations" -Andi