summaryrefslogtreecommitdiffstats
path: root/tools/perf/bench/futex.h
diff options
context:
space:
mode:
Diffstat (limited to 'tools/perf/bench/futex.h')
-rw-r--r--tools/perf/bench/futex.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/tools/perf/bench/futex.h b/tools/perf/bench/futex.h
index 6f8b85b67348..fca4eee5e040 100644
--- a/tools/perf/bench/futex.h
+++ b/tools/perf/bench/futex.h
@@ -16,6 +16,7 @@
struct bench_futex_parameters {
bool silent;
bool fshared;
+ bool mlockall;
bool multi; /* lock-pi */
unsigned int runtime; /* seconds*/
unsigned int nthreads;