Re: [PATCH 06/15 V3] perf, c2c: Add in new options to configure latency and stores

2014-04-08 Thread Namhyung Kim
On Mon, 7 Apr 2014 14:16:18 -0400, Don Zickus wrote: > On Sun, Apr 06, 2014 at 03:14:22PM +0200, Jiri Olsa wrote: >> On Mon, Mar 31, 2014 at 10:55:35PM -0400, Don Zickus wrote: >> > On Sat, Mar 29, 2014 at 06:11:38PM +0100, Jiri Olsa wrote: >> > > > @@ -316,6 +369,12 @@ int cmd_c2c(int argc, const

Re: [PATCH 06/15 V3] perf, c2c: Add in new options to configure latency and stores

2014-04-08 Thread Namhyung Kim
Hi Jiri, On Sun, 6 Apr 2014 15:14:22 +0200, Jiri Olsa wrote: > On Mon, Mar 31, 2014 at 10:55:35PM -0400, Don Zickus wrote: >> On Sat, Mar 29, 2014 at 06:11:38PM +0100, Jiri Olsa wrote: >> > On Mon, Mar 24, 2014 at 03:36:57PM -0400, Don Zickus wrote: >> > > Modified the code to allow latency settin

Re: [PATCH 06/15 V3] perf, c2c: Add in new options to configure latency and stores

2014-04-08 Thread Namhyung Kim
On Mon, 24 Mar 2014 15:36:57 -0400, Don Zickus wrote: > Modified the code to allow latency settings to be tweaked on the command line > and also the ability to dynamically profile stores (or disable using stores). > > This allows the tool to be used on older Intel platforms like Westmere. > [SNIP]

Re: [PATCH 06/15 V3] perf, c2c: Add in new options to configure latency and stores

2014-04-07 Thread Don Zickus
On Sun, Apr 06, 2014 at 03:14:22PM +0200, Jiri Olsa wrote: > On Mon, Mar 31, 2014 at 10:55:35PM -0400, Don Zickus wrote: > > On Sat, Mar 29, 2014 at 06:11:38PM +0100, Jiri Olsa wrote: > > > On Mon, Mar 24, 2014 at 03:36:57PM -0400, Don Zickus wrote: > > > > Modified the code to allow latency settin

Re: [PATCH 06/15 V3] perf, c2c: Add in new options to configure latency and stores

2014-04-06 Thread Jiri Olsa
On Mon, Mar 31, 2014 at 10:55:35PM -0400, Don Zickus wrote: > On Sat, Mar 29, 2014 at 06:11:38PM +0100, Jiri Olsa wrote: > > On Mon, Mar 24, 2014 at 03:36:57PM -0400, Don Zickus wrote: > > > Modified the code to allow latency settings to be tweaked on the command > > > line > > > and also the abil

Re: [PATCH 06/15 V3] perf, c2c: Add in new options to configure latency and stores

2014-03-31 Thread Don Zickus
On Sat, Mar 29, 2014 at 06:11:38PM +0100, Jiri Olsa wrote: > On Mon, Mar 24, 2014 at 03:36:57PM -0400, Don Zickus wrote: > > Modified the code to allow latency settings to be tweaked on the command > > line > > and also the ability to dynamically profile stores (or disable using > > stores). > >

Re: [PATCH 06/15 V3] perf, c2c: Add in new options to configure latency and stores

2014-03-29 Thread Jiri Olsa
On Mon, Mar 24, 2014 at 03:36:57PM -0400, Don Zickus wrote: > Modified the code to allow latency settings to be tweaked on the command line > and also the ability to dynamically profile stores (or disable using stores). > > This allows the tool to be used on older Intel platforms like Westmere. >

[PATCH 06/15 V3] perf, c2c: Add in new options to configure latency and stores

2014-03-24 Thread Don Zickus
Modified the code to allow latency settings to be tweaked on the command line and also the ability to dynamically profile stores (or disable using stores). This allows the tool to be used on older Intel platforms like Westmere. Signed-off-by: Don Zickus --- tools/perf/builtin-c2c.c | 73 +++