summaryrefslogtreecommitdiff
path: root/erts/etc/unix/etp-commands.in
diff options
context:
space:
mode:
Diffstat (limited to 'erts/etc/unix/etp-commands.in')
-rw-r--r--erts/etc/unix/etp-commands.in36
1 files changed, 21 insertions, 15 deletions
diff --git a/erts/etc/unix/etp-commands.in b/erts/etc/unix/etp-commands.in
index 1648daefa6..ba35ee7091 100644
--- a/erts/etc/unix/etp-commands.in
+++ b/erts/etc/unix/etp-commands.in
@@ -3024,51 +3024,57 @@ define etp-aux-work-flags
# Args: int
#
if ($arg0 & 0x1)
- printf " delayed-dealloc"
+ printf " delayed-aw-wakeup"
end
if ($arg0 & 0x2)
- printf " delayed-dealloc-thr-prgr"
+ printf " delayed-dealloc"
end
if ($arg0 & 0x4)
- printf " fix-alloc-dealloc"
+ printf " delayed-dealloc-thr-prgr"
end
if ($arg0 & 0x8)
- printf " fix-alloc-lower-lim"
+ printf " fix-alloc-dealloc"
end
if ($arg0 & 0x10)
- printf " later-op"
+ printf " fix-alloc-lower-lim"
end
if ($arg0 & 0x20)
- printf " canceled-timers"
+ printf " later-op"
end
if ($arg0 & 0x40)
- printf " canceled-timers-thr-prgr"
+ printf " canceled-timers"
end
if ($arg0 & 0x80)
- printf " async-ready"
+ printf " canceled-timers-thr-prgr"
end
if ($arg0 & 0x100)
- printf " async-ready-clean"
+ printf " async-ready"
end
if ($arg0 & 0x200)
- printf " misc-thr-prgr"
+ printf " async-ready-clean"
end
if ($arg0 & 0x400)
- printf " misc"
+ printf " misc-thr-prgr"
end
if ($arg0 & 0x800)
- printf " set-tmo"
+ printf " misc"
end
if ($arg0 & 0x1000)
- printf " mseg-cache-check"
+ printf " set-tmo"
end
if ($arg0 & 0x2000)
+ printf " mseg-cache-check"
+ end
+ if ($arg0 & 0x4000)
printf " yield"
end
- if ($arg0 & 0x1000)
+ if ($arg0 & 0x8000)
printf " reap-ports"
end
- if ($arg0 & ~0x7ff)
+ if ($arg0 & 0x10000)
+ printf " debug-wait-completed"
+ end
+ if ($arg0 & ~0x1ffff)
printf " GARBAGE"
end
printf "\n"