Re: [PATCH V4] perf: Add PERF_SAMPLE_PHYS_ADDR

2017-08-17 Thread Stephane Eranian
On Thu, Aug 17, 2017 at 8:51 AM, wrote: > From: Kan Liang > > For understanding how the workload maps to memory channels and hardware > behavior, it's very important to collect address maps with physical > addresses. For example, 3D XPoint access can only be found by filtering > the physical add

[PATCH V4] perf: Add PERF_SAMPLE_PHYS_ADDR

2017-08-17 Thread kan . liang
From: Kan Liang For understanding how the workload maps to memory channels and hardware behavior, it's very important to collect address maps with physical addresses. For example, 3D XPoint access can only be found by filtering the physical address. However, perf doesn't collect physical address