From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1759626AbcJZBTe (ORCPT ); Tue, 25 Oct 2016 21:19:34 -0400 Received: from mga01.intel.com ([192.55.52.88]:11819 "EHLO mga01.intel.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1753335AbcJZBTa (ORCPT ); Tue, 25 Oct 2016 21:19:30 -0400 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.31,548,1473145200"; d="scan'208";a="23683750" Date: Tue, 25 Oct 2016 18:19: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: <20161026011929.GG1075@tassilo.jf.intel.com> References: <1477444503-25434-1-git-send-email-yao.jin@linux.intel.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1477444503-25434-1-git-send-email-yao.jin@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 > | | > | |--29.93%--main div.c:39 (predicted:50.6%, cycles:1, removed loops:12954) Removed loops should be divided by the number of samples to normalize it. Also I would call it "iterations" -Andi