Re: [PATCH 9/9] perf bench: futex: Support operations for shared futexes

2014-06-25 Thread Davidlohr Bueso
On Thu, 2014-06-19 at 14:05 -0300, Arnaldo Carvalho de Melo wrote: > Em Thu, Jun 19, 2014 at 09:43:49AM -0700, Davidlohr Bueso escreveu: > > On Thu, 2014-06-19 at 13:41 -0300, Arnaldo Carvalho de Melo wrote: > > > Em Mon, Jun 16, 2014 at 11:14:27AM -0700, Davidlohr Bueso escreveu: > > > > Unlike

Re: [PATCH 9/9] perf bench: futex: Support operations for shared futexes

2014-06-25 Thread Davidlohr Bueso
On Thu, 2014-06-19 at 14:05 -0300, Arnaldo Carvalho de Melo wrote: Em Thu, Jun 19, 2014 at 09:43:49AM -0700, Davidlohr Bueso escreveu: On Thu, 2014-06-19 at 13:41 -0300, Arnaldo Carvalho de Melo wrote: Em Mon, Jun 16, 2014 at 11:14:27AM -0700, Davidlohr Bueso escreveu: Unlike futex-hash,

Re: [PATCH 9/9] perf bench: futex: Support operations for shared futexes

2014-06-19 Thread Darren Hart
On Thu, 2014-06-19 at 14:05 -0300, Arnaldo Carvalho de Melo wrote: > Em Thu, Jun 19, 2014 at 09:43:49AM -0700, Davidlohr Bueso escreveu: > > On Thu, 2014-06-19 at 13:41 -0300, Arnaldo Carvalho de Melo wrote: > > > Em Mon, Jun 16, 2014 at 11:14:27AM -0700, Davidlohr Bueso escreveu: > > > > Unlike

Re: [PATCH 9/9] perf bench: futex: Support operations for shared futexes

2014-06-19 Thread Arnaldo Carvalho de Melo
Em Thu, Jun 19, 2014 at 09:43:49AM -0700, Davidlohr Bueso escreveu: > On Thu, 2014-06-19 at 13:41 -0300, Arnaldo Carvalho de Melo wrote: > > Em Mon, Jun 16, 2014 at 11:14:27AM -0700, Davidlohr Bueso escreveu: > > > Unlike futex-hash, requeuing and wakeup benchmarks do not support > > > shared

Re: [PATCH 9/9] perf bench: futex: Support operations for shared futexes

2014-06-19 Thread Davidlohr Bueso
On Thu, 2014-06-19 at 13:41 -0300, Arnaldo Carvalho de Melo wrote: > Em Mon, Jun 16, 2014 at 11:14:27AM -0700, Davidlohr Bueso escreveu: > > Unlike futex-hash, requeuing and wakeup benchmarks do not support > > shared futexes, limiting the usefulness of the programs. Correct > > this, and allow

Re: [PATCH 9/9] perf bench: futex: Support operations for shared futexes

2014-06-19 Thread Arnaldo Carvalho de Melo
Em Mon, Jun 16, 2014 at 11:14:27AM -0700, Davidlohr Bueso escreveu: > Unlike futex-hash, requeuing and wakeup benchmarks do not support > shared futexes, limiting the usefulness of the programs. Correct > this, and allow using the local -S parameter. The default remains > using private futexes.

Re: [PATCH 9/9] perf bench: futex: Support operations for shared futexes

2014-06-19 Thread Arnaldo Carvalho de Melo
Em Mon, Jun 16, 2014 at 11:14:27AM -0700, Davidlohr Bueso escreveu: Unlike futex-hash, requeuing and wakeup benchmarks do not support shared futexes, limiting the usefulness of the programs. Correct this, and allow using the local -S parameter. The default remains using private futexes. Also

Re: [PATCH 9/9] perf bench: futex: Support operations for shared futexes

2014-06-19 Thread Davidlohr Bueso
On Thu, 2014-06-19 at 13:41 -0300, Arnaldo Carvalho de Melo wrote: Em Mon, Jun 16, 2014 at 11:14:27AM -0700, Davidlohr Bueso escreveu: Unlike futex-hash, requeuing and wakeup benchmarks do not support shared futexes, limiting the usefulness of the programs. Correct this, and allow using the

Re: [PATCH 9/9] perf bench: futex: Support operations for shared futexes

2014-06-19 Thread Arnaldo Carvalho de Melo
Em Thu, Jun 19, 2014 at 09:43:49AM -0700, Davidlohr Bueso escreveu: On Thu, 2014-06-19 at 13:41 -0300, Arnaldo Carvalho de Melo wrote: Em Mon, Jun 16, 2014 at 11:14:27AM -0700, Davidlohr Bueso escreveu: Unlike futex-hash, requeuing and wakeup benchmarks do not support shared futexes,

Re: [PATCH 9/9] perf bench: futex: Support operations for shared futexes

2014-06-19 Thread Darren Hart
On Thu, 2014-06-19 at 14:05 -0300, Arnaldo Carvalho de Melo wrote: Em Thu, Jun 19, 2014 at 09:43:49AM -0700, Davidlohr Bueso escreveu: On Thu, 2014-06-19 at 13:41 -0300, Arnaldo Carvalho de Melo wrote: Em Mon, Jun 16, 2014 at 11:14:27AM -0700, Davidlohr Bueso escreveu: Unlike futex-hash,

[PATCH 9/9] perf bench: futex: Support operations for shared futexes

2014-06-16 Thread Davidlohr Bueso
Unlike futex-hash, requeuing and wakeup benchmarks do not support shared futexes, limiting the usefulness of the programs. Correct this, and allow using the local -S parameter. The default remains using private futexes. Signed-off-by: Davidlohr Bueso --- tools/perf/bench/futex-hash.c| 7

[PATCH 9/9] perf bench: futex: Support operations for shared futexes

2014-06-16 Thread Davidlohr Bueso
Unlike futex-hash, requeuing and wakeup benchmarks do not support shared futexes, limiting the usefulness of the programs. Correct this, and allow using the local -S parameter. The default remains using private futexes. Signed-off-by: Davidlohr Bueso davidl...@hp.com ---