aboutsummaryrefslogtreecommitdiffstats
path: root/erts/etc/common/erlexec.c
diff options
context:
space:
mode:
authorJohn Högberg <[email protected]>2018-03-27 17:00:36 +0200
committerJohn Högberg <[email protected]>2018-03-27 17:00:36 +0200
commitce212ce8241e57c344c55df53b20965181cc6756 (patch)
tree67b666b6a526eedd226ee5d29918f0ee8d2dace0 /erts/etc/common/erlexec.c
parent6e13704cf55ca1a13713ddd3ba68e19db44473c1 (diff)
parentf278cee87dd7ef929a64b411b4e83c3d7028687a (diff)
downloadotp-ce212ce8241e57c344c55df53b20965181cc6756.tar.gz
otp-ce212ce8241e57c344c55df53b20965181cc6756.tar.bz2
otp-ce212ce8241e57c344c55df53b20965181cc6756.zip
Merge branch 'john/erts/bwt-wt-dirty-schedulers/OTP-14959'
* john/erts/bwt-wt-dirty-schedulers/OTP-14959: Add +sbwt/+swt analogues for dirty schedulers
Diffstat (limited to 'erts/etc/common/erlexec.c')
-rw-r--r--erts/etc/common/erlexec.c4
1 files changed, 4 insertions, 0 deletions
diff --git a/erts/etc/common/erlexec.c b/erts/etc/common/erlexec.c
index f7774c6e2e..cf6d1bacca 100644
--- a/erts/etc/common/erlexec.c
+++ b/erts/etc/common/erlexec.c
@@ -129,6 +129,8 @@ static char *plusM_other_switches[] = {
/* +s arguments with values */
static char *pluss_val_switches[] = {
"bt",
+ "bwtdcpu",
+ "bwtdio",
"bwt",
"cl",
"ct",
@@ -136,6 +138,8 @@ static char *pluss_val_switches[] = {
"fwi",
"tbt",
"wct",
+ "wtdcpu",
+ "wtdio",
"wt",
"ws",
"ss",