Received: by 10.223.164.202 with SMTP id h10csp1114084wrb; Sun, 26 Nov 2017 20:25:22 -0800 (PST) X-Google-Smtp-Source: AGs4zMbwBnf6v9jc0pRsK56gatG8iNGgb3Ab4UCrK4qSSdegonJ72UNV9fZO/sXlqPKkYs6qpnDI X-Received: by 10.84.233.207 with SMTP id m15mr36364665pln.424.1511756722661; Sun, 26 Nov 2017 20:25:22 -0800 (PST) ARC-Seal: i=1; a=rsa-sha256; t=1511756722; cv=none; d=google.com; s=arc-20160816; b=mp9889dYN9fSogJ86jKZ9nvEd7U944bQySBDwgt+mfgx7QXFlL75R6+8of/dOqqzpD O7jkaVvqN9f3Z40ufQO4arvDNrjRkvt46civHdFe5Bwk7XOm8HsEg5QdUx0tdG0P8DVF 9IVx2booVxAx7ceoB5gm+kpeqQr77m+IvaBwXLSK19t1Rd1nNkx9giLQooG9to40rvK5 gdet7dYLC5IW2kmqMNmjq/RDCYMuYpLbUA53mR/sqEucTlvnro74FKoxMDBkbm4BU7K9 LfvxzVBZleYBgSQSOCLFk3s5PqT8A6oLIySlqSNyg8b93MLxVwsVPBwYgzSyRtd1WMdG GNRA== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=list-id:precedence:sender:message-id:date:subject:cc:to:from :arc-authentication-results; bh=eD4bil03rzH0j58VyXY0yP0rx+3J+NhJF8bONj1yUPM=; b=XTgrWL1IUPXC7TWMa+EEGiDW3NFnwzcGm5Bh3bwhWtfLRBmQ3Go9Q1Cs5oe5IRalBD N4KoWRmLkyFG7FEuR1xrmFA+UFracWKUSaz1IhRHaL5A4A2YbeSf4NQk705lP5ElSWN5 l1gtCtKN5ALICTDGHLLjqCIlApOblzEywIKc2McoinBZWKl5CVjmTZ7DMHDFtqcQHM0R RzKN3ecM5dAJ3gdVyJowtvPsQiOSBGqX31kA4QJvcRYQcd0NDsT4q1ZjiBqZ6TRaP/lg 7/AFPoxQxYMsnbEbj7DWgo5eyiMqQoJ+LwHkE8IeubVeTcVNC4c4enDO/Tz1MiUXUq54 sakQ== ARC-Authentication-Results: i=1; mx.google.com; spf=pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Return-Path: Received: from vger.kernel.org (vger.kernel.org. [209.132.180.67]) by mx.google.com with ESMTP id x124si22046694pgb.299.2017.11.26.20.25.09; Sun, 26 Nov 2017 20:25:22 -0800 (PST) Received-SPF: pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) client-ip=209.132.180.67; Authentication-Results: mx.google.com; spf=pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751196AbdK0EYb (ORCPT + 77 others); 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 Received: from localhost.localdomain (prv-ext-foundry1int.gns.novell.com [137.65.251.240]) by smtp2.provo.novell.com with ESMTP (TLS encrypted); Sun, 26 Nov 2017 21:24:23 -0700 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 Precedence: bulk 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 From 1585886620465361589@xxx Mon Dec 04 20:28:58 +0000 2017 X-GM-THRID: 1585886620465361589 X-Gmail-Labels: Inbox,Category Forums,HistoricalUnread