Re: [PATCH v2 10/11] perf c2c: Sort on all cache hit for load operations

2021-01-11 Thread Leo Yan
On Wed, Jan 06, 2021 at 04:52:15PM +0900, Namhyung Kim wrote: [...] > > @@ -2502,12 +2528,21 @@ static void print_pareto(FILE *out) > > int ret; > > const char *cl_output; > > > > - cl_output = "cl_num," > > - "cl_rmt_hitm," > > - "cl_lcl_

Re: [PATCH v2 10/11] perf c2c: Sort on all cache hit for load operations

2021-01-05 Thread Namhyung Kim
On Sun, Dec 13, 2020 at 10:39 PM Leo Yan wrote: > > Except the existed three display options 'tot', 'rmt', 'lcl', this patch > adds option 'all' so can sort on the all cache hit for load operation. > This new introduced option can be a choice for profiling cache false > sharing if the memory event

[PATCH v2 10/11] perf c2c: Sort on all cache hit for load operations

2020-12-13 Thread Leo Yan
Except the existed three display options 'tot', 'rmt', 'lcl', this patch adds option 'all' so can sort on the all cache hit for load operation. This new introduced option can be a choice for profiling cache false sharing if the memory event doesn't contain HITM tags. For displaying with option 'al