Re: [PATCH 6/6] perf, sort: Allow unique sorting instead of combining hist_entries

2014-04-09 Thread Namhyung Kim
Hi Don, On Wed, 9 Apr 2014 09:57:06 -0400, Don Zickus wrote: > On Wed, Apr 09, 2014 at 02:31:00PM +0900, Namhyung Kim wrote: >> On Mon, 24 Mar 2014 15:34:36 -0400, Don Zickus wrote: >> > The cache contention tools needs to keep all the perf records unique in >> > order >> > to properly parse all

Re: [PATCH 6/6] perf, sort: Allow unique sorting instead of combining hist_entries

2014-04-09 Thread Don Zickus
On Wed, Apr 09, 2014 at 02:31:00PM +0900, Namhyung Kim wrote: > On Mon, 24 Mar 2014 15:34:36 -0400, Don Zickus wrote: > > The cache contention tools needs to keep all the perf records unique in > > order > > to properly parse all the data. Currently add_hist_entry() will combine > > the

Re: [PATCH 6/6] perf, sort: Allow unique sorting instead of combining hist_entries

2014-04-09 Thread Don Zickus
On Wed, Apr 09, 2014 at 02:31:00PM +0900, Namhyung Kim wrote: On Mon, 24 Mar 2014 15:34:36 -0400, Don Zickus wrote: The cache contention tools needs to keep all the perf records unique in order to properly parse all the data. Currently add_hist_entry() will combine the duplicate record

Re: [PATCH 6/6] perf, sort: Allow unique sorting instead of combining hist_entries

2014-04-09 Thread Namhyung Kim
Hi Don, On Wed, 9 Apr 2014 09:57:06 -0400, Don Zickus wrote: On Wed, Apr 09, 2014 at 02:31:00PM +0900, Namhyung Kim wrote: On Mon, 24 Mar 2014 15:34:36 -0400, Don Zickus wrote: The cache contention tools needs to keep all the perf records unique in order to properly parse all the data.

Re: [PATCH 6/6] perf, sort: Allow unique sorting instead of combining hist_entries

2014-04-08 Thread Namhyung Kim
On Mon, 24 Mar 2014 15:34:36 -0400, Don Zickus wrote: > The cache contention tools needs to keep all the perf records unique in order > to properly parse all the data. Currently add_hist_entry() will combine > the duplicate record and add the weight/period to the existing record. > > This throws

Re: [PATCH 6/6] perf, sort: Allow unique sorting instead of combining hist_entries

2014-04-08 Thread Namhyung Kim
On Mon, 24 Mar 2014 15:34:36 -0400, Don Zickus wrote: The cache contention tools needs to keep all the perf records unique in order to properly parse all the data. Currently add_hist_entry() will combine the duplicate record and add the weight/period to the existing record. This throws away

[PATCH 6/6] perf, sort: Allow unique sorting instead of combining hist_entries

2014-03-24 Thread Don Zickus
The cache contention tools needs to keep all the perf records unique in order to properly parse all the data. Currently add_hist_entry() will combine the duplicate record and add the weight/period to the existing record. This throws away the unique data the cache contention tool needs (mainly

[PATCH 6/6] perf, sort: Allow unique sorting instead of combining hist_entries

2014-03-24 Thread Don Zickus
The cache contention tools needs to keep all the perf records unique in order to properly parse all the data. Currently add_hist_entry() will combine the duplicate record and add the weight/period to the existing record. This throws away the unique data the cache contention tool needs (mainly