From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S938971AbcJSOPF (ORCPT ); Wed, 19 Oct 2016 10:15:05 -0400 Received: from mga09.intel.com ([134.134.136.24]:23957 "EHLO mga09.intel.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S938935AbcJSOPB (ORCPT ); Wed, 19 Oct 2016 10:15:01 -0400 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.31,513,1473145200"; d="scan'208";a="1055988058" Subject: Re: [PATCH 0/6] Show branch flags/cycles in perf report --branch-history callgraph view To: Jiri Olsa References: <1476869153-15424-1-git-send-email-yao.jin@linux.intel.com> <20161019082617.GA12307@krava> Cc: acme@kernel.org, jolsa@kernel.org, Linux-kernel@vger.kernel.org, ak@linux.intel.com, kan.liang@intel.com From: "Jin, Yao" Message-ID: <6cf023b5-0059-5010-9998-4ef534fde399@linux.intel.com> Date: Wed, 19 Oct 2016 16:46:02 +0800 User-Agent: Mozilla/5.0 (Windows NT 10.0; WOW64; rv:45.0) Gecko/20100101 Thunderbird/45.2.0 MIME-Version: 1.0 In-Reply-To: <20161019082617.GA12307@krava> Content-Type: text/plain; charset=windows-1252; format=flowed Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org It's based on the current branch "remotes/origin/perf/core" of tip (https://kernel.googlesource.com/pub/scm/linux/kernel/git/tip/tip.git). Should the patch be based on the branch "remotes/origin/perf/core" of the repo (https://git.kernel.org/pub/scm/linux/kernel/git/acme/linux.git)? If so, I'd like to resend the patch. Thanks Jin Yao On 10/19/2016 4:26 PM, Jiri Olsa wrote: > 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