[PATCH 5/9] perf bench: futex: Use global --repeat option

2014-06-16 Thread Davidlohr Bueso
This option is available through perf-bench, use it instead and free the local option. Signed-off-by: Davidlohr Bueso --- tools/perf/bench/futex-requeue.c | 10 +- tools/perf/bench/futex-wake.c| 12 ++-- 2 files changed, 3 insertions(+), 19 deletions(-) diff --git

[PATCH 5/9] perf bench: futex: Use global --repeat option

2014-06-16 Thread Davidlohr Bueso
This option is available through perf-bench, use it instead and free the local option. Signed-off-by: Davidlohr Bueso davidl...@hp.com --- tools/perf/bench/futex-requeue.c | 10 +- tools/perf/bench/futex-wake.c| 12 ++-- 2 files changed, 3 insertions(+), 19 deletions(-) diff