From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751223AbdK0EYb (ORCPT ); Sun, 26 Nov 2017 23:24:31 -0500 Received: from smtp2.provo.novell.com ([137.65.250.81]:52154 "EHLO smtp2.provo.novell.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1750841AbdK0EY3 (ORCPT ); Sun, 26 Nov 2017 23:24:29 -0500 From: Davidlohr Bueso To: acme@kernel.org Cc: james.yang@arm.com, kim.phillips@arm.com, dave@stgolabs.net, linux-kernel@vger.kernel.org Subject: [PATCH -tip 0/3] perf bench futex: Improvements Date: Sun, 26 Nov 2017 20:20:58 -0800 Message-Id: <20171127042101.3659-1-dave@stgolabs.net> X-Mailer: git-send-email 2.13.6 Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Hi, I'm resending the patches from James Yang and Kim Phillips that improve the perf bench futex benchmarks. Noticibly: patch1 makes use of util/cpumap.c patch2/3 are the same as the original only that I've split it into two and removed some bogus debug noise. Davidlohr Bueso (3): perf bench futex: Use cpumaps perf bench futex: Add --affine-wakers option to wake-parallel perf bench futex: sync waker threads tools/perf/bench/futex-hash.c | 19 ++++++++----- tools/perf/bench/futex-lock-pi.c | 23 +++++++++------ tools/perf/bench/futex-requeue.c | 22 +++++++++------ tools/perf/bench/futex-wake-parallel.c | 51 ++++++++++++++++++++++++++-------- tools/perf/bench/futex-wake.c | 18 +++++++----- 5 files changed, 90 insertions(+), 43 deletions(-) -- 2.13.6