Re: [PATCH v6 0/7] perf report: Show branch type

2017-07-07 Thread Jiri Olsa
On Thu, Apr 20, 2017 at 08:07:48PM +0800, Jin Yao wrote: > v6: >Update according to the review comments from >Jiri Olsa . Major modifications are: > >1. Move that multiline conditional code inside {} brackets. > >2. Move branch_type_stat_display() from

Re: [PATCH v6 0/7] perf report: Show branch type

2017-07-05 Thread Jin, Yao
Hi Arnaldo, Could this series be merged? It's more than 2 months since the last time Jiri Olsa gave the ack. Thanks Jin Yao On 6/26/2017 2:24 PM, Jin, Yao wrote: Hi maintainers, Is this patch series OK or anything I should update? Thanks Jin Yao On 6/2/2017 4:02 PM, Jin, Yao wrote:

Re: [PATCH v6 0/7] perf report: Show branch type

2017-06-26 Thread Jin, Yao
Hi maintainers, Is this patch series OK or anything I should update? Thanks Jin Yao On 6/2/2017 4:02 PM, Jin, Yao wrote: Hi maintainers, Is this patch series (v6) OK for merging? Thanks Jin Yao On 4/20/2017 5:36 PM, Jiri Olsa wrote: On Thu, Apr 20, 2017 at 08:07:48PM +0800, Jin Yao

Re: [PATCH v6 0/7] perf report: Show branch type

2017-06-02 Thread Jin, Yao
Hi maintainers, Is this patch series (v6) OK for merging? Thanks Jin Yao On 4/20/2017 5:36 PM, Jiri Olsa wrote: On Thu, Apr 20, 2017 at 08:07:48PM +0800, Jin Yao wrote: v6: Update according to the review comments from Jiri Olsa . Major modifications are: 1.

Re: [PATCH v6 0/7] perf report: Show branch type

2017-04-23 Thread Jin, Yao
On 4/20/2017 5:36 PM, Jiri Olsa wrote: On Thu, Apr 20, 2017 at 08:07:48PM +0800, Jin Yao wrote: v6: Update according to the review comments from Jiri Olsa . Major modifications are: 1. Move that multiline conditional code inside {} brackets. 2. Move

Re: [PATCH v6 0/7] perf report: Show branch type

2017-04-20 Thread Jiri Olsa
On Thu, Apr 20, 2017 at 08:07:48PM +0800, Jin Yao wrote: > v6: >Update according to the review comments from >Jiri Olsa . Major modifications are: > >1. Move that multiline conditional code inside {} brackets. > >2. Move branch_type_stat_display() from

[PATCH v6 0/7] perf report: Show branch type

2017-04-19 Thread Jin Yao
v6: Update according to the review comments from Jiri Olsa . Major modifications are: 1. Move that multiline conditional code inside {} brackets. 2. Move branch_type_stat_display() from builtin-report.c to branch.c. Move branch_type_str() from callchain.c to