Re: [PATCH 1/4] perf: Add new macros for mem_hops field

2021-12-10 Thread Peter Zijlstra
On Mon, Dec 06, 2021 at 02:47:46PM +0530, Kajol Jain wrote: > Add new macros for mem_hops field which can be used to > represent remote-node, socket and board level details. > > Currently the code had macro for HOPS_0, which corresponds > to data coming from another core but same node. > Add new m

[PATCH 1/4] perf: Add new macros for mem_hops field

2021-12-06 Thread Kajol Jain
Add new macros for mem_hops field which can be used to represent remote-node, socket and board level details. Currently the code had macro for HOPS_0, which corresponds to data coming from another core but same node. Add new macros for HOPS_1 to HOPS_3 to represent remote-node, socket and board le