Re: [PATCH 4/6 V2] perf, sort: Add physid sorting based on mmap2 data

2014-04-08 Thread Peter Zijlstra
On Wed, Apr 09, 2014 at 02:21:49PM +0900, Namhyung Kim wrote: > > create a new 'physid mode' to group all the sorting rules together > > (mimics the mem-mode) > > What is 'physid' then? I guess you meant physical id but it seems > unique id or unique map id looks like a better fit IMHO.

Re: [PATCH 4/6 V2] perf, sort: Add physid sorting based on mmap2 data

2014-04-08 Thread Namhyung Kim
On Mon, 24 Mar 2014 16:57:18 -0400, Don Zickus wrote: > In order for the c2c tool to work correctly, it needs to properly > sort all the records on uniquely identifiable data addresses. These > unique addresses are converted from virtual addresses provided by the > hardware into a kernel address u

Re: [PATCH 4/6 V2] perf, sort: Add physid sorting based on mmap2 data

2014-03-31 Thread Don Zickus
On Sat, Mar 29, 2014 at 06:11:52PM +0100, Jiri Olsa wrote: > On Mon, Mar 24, 2014 at 04:57:18PM -0400, Don Zickus wrote: > > In order for the c2c tool to work correctly, it needs to properly > > sort all the records on uniquely identifiable data addresses. These > > unique addresses are converted

Re: [PATCH 4/6 V2] perf, sort: Add physid sorting based on mmap2 data

2014-03-29 Thread Jiri Olsa
On Mon, Mar 24, 2014 at 04:57:18PM -0400, Don Zickus wrote: > In order for the c2c tool to work correctly, it needs to properly > sort all the records on uniquely identifiable data addresses. These > unique addresses are converted from virtual addresses provided by the > hardware into a kernel add