Re: [PATCH v1 1/4] perf annotate: create a new hists to manage multiple events samples

2017-10-11 Thread Jin, Yao
On 10/9/2017 9:40 AM, Jin, Yao wrote: On 10/7/2017 2:54 AM, Arnaldo Carvalho de Melo wrote: Em Sat, Oct 07, 2017 at 12:31:37AM +0800, Jin, Yao escreveu: On 10/5/2017 9:21 PM, Arnaldo Carvalho de Melo wrote: Em Wed, Aug 16, 2017 at 06:18:33PM +0800, Jin Yao escreveu: An issue is found duri

Re: [PATCH v1 1/4] perf annotate: create a new hists to manage multiple events samples

2017-10-08 Thread Jin, Yao
On 10/7/2017 2:54 AM, Arnaldo Carvalho de Melo wrote: > Em Sat, Oct 07, 2017 at 12:31:37AM +0800, Jin, Yao escreveu: >> On 10/5/2017 9:21 PM, Arnaldo Carvalho de Melo wrote: >>> Em Wed, Aug 16, 2017 at 06:18:33PM +0800, Jin Yao escreveu: An issue is found during using perf annotate. >

Re: [PATCH v1 1/4] perf annotate: create a new hists to manage multiple events samples

2017-10-06 Thread Arnaldo Carvalho de Melo
Em Sat, Oct 07, 2017 at 12:31:37AM +0800, Jin, Yao escreveu: > On 10/5/2017 9:21 PM, Arnaldo Carvalho de Melo wrote: > > Em Wed, Aug 16, 2017 at 06:18:33PM +0800, Jin Yao escreveu: > >> An issue is found during using perf annotate. > >> perf record -e cycles,branches ... > >> perf annotate main --

Re: [PATCH v1 1/4] perf annotate: create a new hists to manage multiple events samples

2017-10-06 Thread Jin, Yao
On 10/5/2017 9:21 PM, Arnaldo Carvalho de Melo wrote: > Em Wed, Aug 16, 2017 at 06:18:33PM +0800, Jin Yao escreveu: >> An issue is found during using perf annotate. >> >> perf record -e cycles,branches ... >> perf annotate main --stdio >> >> The result only shows cycles. It should show both cycle

Re: [PATCH v1 1/4] perf annotate: create a new hists to manage multiple events samples

2017-10-05 Thread Arnaldo Carvalho de Melo
Em Wed, Aug 16, 2017 at 06:18:33PM +0800, Jin Yao escreveu: > An issue is found during using perf annotate. > > perf record -e cycles,branches ... > perf annotate main --stdio > > The result only shows cycles. It should show both cycles and > branches on the left side. It works with "--group", bu

Re: [PATCH v1 1/4] perf annotate: create a new hists to manage multiple events samples

2017-09-14 Thread Jin, Yao
On 9/14/2017 10:05 PM, Arnaldo Carvalho de Melo wrote: > Em Thu, Sep 14, 2017 at 09:03:55AM +0800, Jin, Yao escreveu: >> On 9/11/2017 9:33 AM, Jin, Yao wrote: >>> On 9/8/2017 9:43 PM, Arnaldo Carvalho de Melo wrote: Em Wed, Aug 16, 2017 at 06:18:33PM +0800, Jin Yao escreveu: > An issue i

Re: [PATCH v1 1/4] perf annotate: create a new hists to manage multiple events samples

2017-09-14 Thread Arnaldo Carvalho de Melo
Em Thu, Sep 14, 2017 at 09:03:55AM +0800, Jin, Yao escreveu: > On 9/11/2017 9:33 AM, Jin, Yao wrote: > > On 9/8/2017 9:43 PM, Arnaldo Carvalho de Melo wrote: > >> Em Wed, Aug 16, 2017 at 06:18:33PM +0800, Jin Yao escreveu: > >>> An issue is found during using perf annotate. > >>> > >>> perf record

Re: [PATCH v1 1/4] perf annotate: create a new hists to manage multiple events samples

2017-09-13 Thread Jin, Yao
On 9/11/2017 9:33 AM, Jin, Yao wrote: > > > On 9/8/2017 9:43 PM, Arnaldo Carvalho de Melo wrote: >> Em Wed, Aug 16, 2017 at 06:18:33PM +0800, Jin Yao escreveu: >>> An issue is found during using perf annotate. >>> >>> perf record -e cycles,branches ... >>> perf annotate main --stdio >>> >>> The

Re: [PATCH v1 1/4] perf annotate: create a new hists to manage multiple events samples

2017-09-10 Thread Jin, Yao
On 9/8/2017 9:43 PM, Arnaldo Carvalho de Melo wrote: Em Wed, Aug 16, 2017 at 06:18:33PM +0800, Jin Yao escreveu: An issue is found during using perf annotate. perf record -e cycles,branches ... perf annotate main --stdio The result only shows cycles. It should show both cycles and branches o

Re: [PATCH v1 1/4] perf annotate: create a new hists to manage multiple events samples

2017-09-08 Thread Arnaldo Carvalho de Melo
Em Wed, Aug 16, 2017 at 06:18:33PM +0800, Jin Yao escreveu: > An issue is found during using perf annotate. > > perf record -e cycles,branches ... > perf annotate main --stdio > > The result only shows cycles. It should show both cycles and > branches on the left side. It works with "--group", bu

[PATCH v1 1/4] perf annotate: create a new hists to manage multiple events samples

2017-08-15 Thread Jin Yao
An issue is found during using perf annotate. perf record -e cycles,branches ... perf annotate main --stdio The result only shows cycles. It should show both cycles and branches on the left side. It works with "--group", but need this to work even without groups. In current design, the hists is