From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S942912AbcJSQGw (ORCPT ); Wed, 19 Oct 2016 12:06:52 -0400 Received: from mx1.redhat.com ([209.132.183.28]:32908 "EHLO mx1.redhat.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S941806AbcJSOWS (ORCPT ); Wed, 19 Oct 2016 10:22:18 -0400 Date: Wed, 19 Oct 2016 10:26:17 +0200 From: Jiri Olsa To: Jin Yao Cc: acme@kernel.org, jolsa@kernel.org, Linux-kernel@vger.kernel.org, ak@linux.intel.com, kan.liang@intel.com Subject: Re: [PATCH 0/6] Show branch flags/cycles in perf report --branch-history callgraph view Message-ID: <20161019082617.GA12307@krava> References: <1476869153-15424-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: <1476869153-15424-1-git-send-email-yao.jin@linux.intel.com> User-Agent: Mutt/1.7.1 (2016-10-04) X-Greylist: Sender IP whitelisted, not delayed by milter-greylist-4.5.16 (mx1.redhat.com [10.5.110.27]); Wed, 19 Oct 2016 08:26:20 +0000 (UTC) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Wed, Oct 19, 2016 at 05:25:47PM +0800, Jin Yao wrote: SNIP > Predicted is hide in callchain entry if the branch is 100% predicted. > Abort is hide in callchain entry if the branch is 0 aborted. > > Now stdio and browser modes are both supported. > > Jin Yao (6): > perf report: Add branch flag to callchain cursor node > perf report: Caculate and return the branch counting in callchain > perf report: Create a symbol_conf flag for showing branch flag > counting > perf report: Show branch info in callchain entry with stdio mode > perf report: Show branch info in callchain entry with browser mode > perf report: Display keys Predicted/Abort/Cycles in --branch-history is there a branch? or a commit which is this based on? got errors when applying this on current Arnaldo's perf/core: Applying: perf report: Add branch flag to callchain cursor node error: patch failed: tools/perf/util/machine.c:1747 error: tools/perf/util/machine.c: patch does not apply Patch failed at 0001 perf report: Add branch flag to callchain cursor node thanks, jirka