commit | bd6b5146bf2b78bc8e8e8209e13d2b8698c50d5e | [log] [tgz] |
---|---|---|
author | Thomas Gleixner <tglx@linutronix.de> | Thu May 05 20:44:06 2016 +0000 |
committer | Sebastian Andrzej Siewior <bigeasy@linutronix.de> | Thu Oct 06 17:17:42 2016 +0200 |
tree | b4916dcb7aa2c97f34e552e50c83158ac1dd2fde | |
parent | 99d2864e2dea44c4e2e9050ab1e94f8a3bb93377 [diff] |
perf/bench/futex-hash: Support NUMA This adds a new option to tell perf on which numa node the hash benchmark should run. If set then - The test is bound to the node - Memory is allocated on the local NUMA node - The threads are bound to the cpus on the node The NUMA node can be specified by the -n argument. Signed-off-by: Sebastian Andrzej Siewior <bigeasy@linutronix.de> Signed-off-by: Thomas Gleixner <tglx@linutronix.de>