Re: [PATCH v2 06/11] perf c2c: Refactor display filter macro

2021-01-11 Thread Leo Yan
On Wed, Jan 06, 2021 at 04:47:00PM +0900, Namhyung Kim wrote: > On Sun, Dec 13, 2020 at 10:39 PM Leo Yan wrote: > > > > When sort on the respective metrics (lcl_hitm, rmt_hitm, tot_hitm), > > macro FILTER_HITM is to filter out the cache line entries if its > > overhead is less than 1%. > > > > Thi

Re: [PATCH v2 06/11] perf c2c: Refactor display filter macro

2021-01-05 Thread Namhyung Kim
On Sun, Dec 13, 2020 at 10:39 PM Leo Yan wrote: > > When sort on the respective metrics (lcl_hitm, rmt_hitm, tot_hitm), > macro FILTER_HITM is to filter out the cache line entries if its > overhead is less than 1%. > > This patch is to refactor macro FILTER_HITM. It uses more gernal name > FILTER

[PATCH v2 06/11] perf c2c: Refactor display filter macro

2020-12-13 Thread Leo Yan
When sort on the respective metrics (lcl_hitm, rmt_hitm, tot_hitm), macro FILTER_HITM is to filter out the cache line entries if its overhead is less than 1%. This patch is to refactor macro FILTER_HITM. It uses more gernal name FILTER_DISPLAY to replace the old name; and refines its parameter, r