Re: [PATCH v1 0/5] perf report: Support sorting all blocks by cycles

2019-10-14 Thread Jin, Yao
On 10/14/2019 11:32 PM, Jiri Olsa wrote: On Tue, Oct 08, 2019 at 03:04:57PM +0800, Jin Yao wrote: It would be useful to support sorting for all blocks by the sampled cycles percent per block. This is useful to concentrate on the globally busiest/slowest blocks. This patch series implements a

Re: [PATCH v1 0/5] perf report: Support sorting all blocks by cycles

2019-10-14 Thread Jin, Yao
On 10/14/2019 11:32 PM, Jiri Olsa wrote: On Tue, Oct 08, 2019 at 03:04:57PM +0800, Jin Yao wrote: It would be useful to support sorting for all blocks by the sampled cycles percent per block. This is useful to concentrate on the globally busiest/slowest blocks. This patch series implements a

Re: [PATCH v1 0/5] perf report: Support sorting all blocks by cycles

2019-10-14 Thread Jiri Olsa
On Tue, Oct 08, 2019 at 03:04:57PM +0800, Jin Yao wrote: > It would be useful to support sorting for all blocks by the > sampled cycles percent per block. This is useful to concentrate > on the globally busiest/slowest blocks. > > This patch series implements a new sort option "total_cycles" which

[PATCH v1 0/5] perf report: Support sorting all blocks by cycles

2019-10-08 Thread Jin Yao
It would be useful to support sorting for all blocks by the sampled cycles percent per block. This is useful to concentrate on the globally busiest/slowest blocks. This patch series implements a new sort option "total_cycles" which sorts all blocks by 'Sampled Cycles%'. The 'Sampled Cycles%' is bl