Re: [PATCH v2 0/3] perf stat: add per-core count aggregation

2013-03-25 Thread Stephane Eranian
Arnaldo, Where are we with this one? On Thu, Mar 7, 2013 at 5:22 PM, Stephane Eranian wrote: > Arnaldo, > > Any comments on this series? > > > On Thu, Feb 14, 2013 at 1:57 PM, Stephane Eranian wrote: >> This patch series contains improvement to the aggregation support >> in perf stat. >> >> Fi

Re: [PATCH v2 0/3] perf stat: add per-core count aggregation

2013-03-07 Thread Stephane Eranian
Arnaldo, Any comments on this series? On Thu, Feb 14, 2013 at 1:57 PM, Stephane Eranian wrote: > This patch series contains improvement to the aggregation support > in perf stat. > > First, the aggregation code is refactored and a aggr_mode enum > is defined. There is also an important bug fix

[PATCH v2 0/3] perf stat: add per-core count aggregation

2013-02-14 Thread Stephane Eranian
This patch series contains improvement to the aggregation support in perf stat. First, the aggregation code is refactored and a aggr_mode enum is defined. There is also an important bug fix for the existing per-socket aggregation. Second, the option --aggr-socket is renamed --per-socket. Third,