Re: [PATCH v1 0/8] perf c2c: Refine the organization of metrics

2020-10-15 Thread Leo Yan
Hi Joe, On Wed, Oct 14, 2020 at 02:38:19PM -0400, Joe Mario wrote: [...] > > This patch set is to refine metrics output organization. [...] > Hi Leo: > I ran your patches through some perf c2c tests and it all looks good. > I agree the new format of the "Shared Data Cache Line Table" makes m

Re: [PATCH v1 0/8] perf c2c: Refine the organization of metrics

2020-10-14 Thread Joe Mario
On 10/14/20 1:09 AM, Leo Yan wrote: > This patch set is to refine metrics output organization. > > If we reivew the current memory metrics in Perf c2c tool, it doesn't > orgnize the metrics with directive approach; thus user needs to take > time to dig into every statistics item. On the other

Re: [PATCH v1 0/8] perf c2c: Refine the organization of metrics

2020-10-14 Thread Jiri Olsa
On Wed, Oct 14, 2020 at 06:09:13AM +0100, Leo Yan wrote: > This patch set is to refine metrics output organization. > > If we reivew the current memory metrics in Perf c2c tool, it doesn't > orgnize the metrics with directive approach; thus user needs to take > time to dig into every statistics it

[PATCH v1 0/8] perf c2c: Refine the organization of metrics

2020-10-14 Thread Leo Yan
This patch set is to refine metrics output organization. If we reivew the current memory metrics in Perf c2c tool, it doesn't orgnize the metrics with directive approach; thus user needs to take time to dig into every statistics item. On the other hand, if use the "summary and breakdown" approach