Re: [PATCH 0/6] Show branch flags/cycles in perf report --branch-history callgraph view

2016-10-19 Thread Jin, Yao
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,

Re: [PATCH 0/6] Show branch flags/cycles in perf report --branch-history callgraph view

2016-10-19 Thread Jin, Yao
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,

Re: [PATCH 0/6] Show branch flags/cycles in perf report --branch-history callgraph view

2016-10-19 Thread Jiri Olsa
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

Re: [PATCH 0/6] Show branch flags/cycles in perf report --branch-history callgraph view

2016-10-19 Thread Jiri Olsa
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

Re: [PATCH 0/6] Show branch flags/cycles in perf report --branch-history callgraph view

2016-10-19 Thread Jiri Olsa
On Wed, Oct 19, 2016 at 04:46:02PM +0800, Jin, Yao wrote: > 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

Re: [PATCH 0/6] Show branch flags/cycles in perf report --branch-history callgraph view

2016-10-19 Thread Jiri Olsa
On Wed, Oct 19, 2016 at 04:46:02PM +0800, Jin, Yao wrote: > 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

Re: [PATCH 0/6] Show branch flags/cycles in perf report --branch-history callgraph view

2016-10-19 Thread Arnaldo Carvalho de Melo
Em Wed, Oct 19, 2016 at 10:55:34AM +0200, Jiri Olsa escreveu: > On Wed, Oct 19, 2016 at 04:46:02PM +0800, Jin, Yao wrote: > > 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

Re: [PATCH 0/6] Show branch flags/cycles in perf report --branch-history callgraph view

2016-10-19 Thread Arnaldo Carvalho de Melo
Em Wed, Oct 19, 2016 at 10:55:34AM +0200, Jiri Olsa escreveu: > On Wed, Oct 19, 2016 at 04:46:02PM +0800, Jin, Yao wrote: > > 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

[PATCH 0/6] Show branch flags/cycles in perf report --branch-history callgraph view

2016-10-18 Thread Jin Yao
perf record -g -b ... perf report --branch-history Currently it only shows the branches from the LBR in the callgraph view. It would be useful to annotate branch predictions and TSX aborts and also timed LBR cycles also in the callgraph view. This would allow a quick overview where branch

[PATCH 0/6] Show branch flags/cycles in perf report --branch-history callgraph view

2016-10-18 Thread Jin Yao
perf record -g -b ... perf report --branch-history Currently it only shows the branches from the LBR in the callgraph view. It would be useful to annotate branch predictions and TSX aborts and also timed LBR cycles also in the callgraph view. This would allow a quick overview where branch