Re: [PATCH 0/2] perf stat: add per processor socket count aggregation

2013-02-06 Thread Stephane Eranian
On Thu, Feb 7, 2013 at 3:31 AM, Namhyung Kim wrote: > Hi Stephane, > > On Wed, 6 Feb 2013 15:46:00 +0100, Stephane Eranian wrote: >> This patch adds per-processor socket count aggregation >> for system-wide mode measurements. This is a useful >> mode to detect imbalance between sockets for unifor

Re: [PATCH 0/2] perf stat: add per processor socket count aggregation

2013-02-06 Thread Namhyung Kim
Hi Stephane, On Wed, 6 Feb 2013 15:46:00 +0100, Stephane Eranian wrote: > This patch adds per-processor socket count aggregation > for system-wide mode measurements. This is a useful > mode to detect imbalance between sockets for uniform > workloads. > > To enable this mode, use --aggr-socket in

[PATCH 0/2] perf stat: add per processor socket count aggregation

2013-02-06 Thread Stephane Eranian
This patch adds per-processor socket count aggregation for system-wide mode measurements. This is a useful mode to detect imbalance between sockets for uniform workloads. To enable this mode, use --aggr-socket in addition to -a. (system-wide). This mode can be combined with interval printing. The