aboutsummaryrefslogtreecommitdiffstats
path: root/lib/observer/src/crashdump_viewer.erl
diff options
context:
space:
mode:
authorDan Gudmundsson <[email protected]>2015-02-17 15:02:37 +0100
committerDan Gudmundsson <[email protected]>2015-02-17 15:02:37 +0100
commitea90432381a70dc01e0688bef6b76d91e6c16e5e (patch)
tree59f21c5c9c0fd77110bd9c03f2bcbfde99e06cf8 /lib/observer/src/crashdump_viewer.erl
parent48a19297ab6b0e16c5e490033477b937301947b2 (diff)
downloadotp-ea90432381a70dc01e0688bef6b76d91e6c16e5e.tar.gz
otp-ea90432381a70dc01e0688bef6b76d91e6c16e5e.tar.bz2
otp-ea90432381a70dc01e0688bef6b76d91e6c16e5e.zip
observer: Add scheduler run queue to cdv
Missing information
Diffstat (limited to 'lib/observer/src/crashdump_viewer.erl')
-rw-r--r--lib/observer/src/crashdump_viewer.erl2
1 files changed, 2 insertions, 0 deletions
diff --git a/lib/observer/src/crashdump_viewer.erl b/lib/observer/src/crashdump_viewer.erl
index 99329b94e2..2ba65c9a4d 100644
--- a/lib/observer/src/crashdump_viewer.erl
+++ b/lib/observer/src/crashdump_viewer.erl
@@ -1131,6 +1131,8 @@ all_procinfo(Fd,Fun,Proc,WS,LineHead) ->
"arity = " ++ Arity ->
%%! Temporary workaround
get_procinfo(Fd,Fun,Proc#proc{arity=Arity--"\r\n"},WS);
+ "Run queue" ->
+ get_procinfo(Fd,Fun,Proc#proc{run_queue=val(Fd)},WS);
"=" ++ _next_tag ->
Proc;
Other ->