Re: [PATCH v2 04/11] perf c2c: Rename for shared cache line stats

2021-01-11 Thread Leo Yan
On Wed, Jan 06, 2021 at 04:44:34PM +0900, Namhyung Kim wrote: > On Sun, Dec 13, 2020 at 10:39 PM Leo Yan wrote: > > > > For shared cache line statistics, it relies on HITM. We can use more > > general naming rather than only binding to HITM, so replace "hitm_stats" > > with "shared_clines_stats"

Re: [PATCH v2 04/11] perf c2c: Rename for shared cache line stats

2021-01-05 Thread Namhyung Kim
On Sun, Dec 13, 2020 at 10:39 PM Leo Yan wrote: > > For shared cache line statistics, it relies on HITM. We can use more > general naming rather than only binding to HITM, so replace "hitm_stats" > with "shared_clines_stats" in structure perf_c2c, and rename function > resort_hitm_cb() to resort_

[PATCH v2 04/11] perf c2c: Rename for shared cache line stats

2020-12-13 Thread Leo Yan
For shared cache line statistics, it relies on HITM. We can use more general naming rather than only binding to HITM, so replace "hitm_stats" with "shared_clines_stats" in structure perf_c2c, and rename function resort_hitm_cb() to resort_shared_cl_cb(). Signed-off-by: Leo Yan --- tools/perf/bu