aboutsummaryrefslogtreecommitdiffstats
path: root/lib/runtime_tools/test
diff options
context:
space:
mode:
authorBjörn-Egil Dahlberg <[email protected]>2016-04-25 17:13:33 +0200
committerBjörn-Egil Dahlberg <[email protected]>2016-04-25 17:13:33 +0200
commit27c5af1fbbda7382758fdc20692f2f37974ad21b (patch)
tree33ad903e41ccaf4d9998e44d2377e51bbd3729e3 /lib/runtime_tools/test
parent488c6f0e82d9803bd5601768d455a53b83e383e9 (diff)
downloadotp-27c5af1fbbda7382758fdc20692f2f37974ad21b.tar.gz
otp-27c5af1fbbda7382758fdc20692f2f37974ad21b.tar.bz2
otp-27c5af1fbbda7382758fdc20692f2f37974ad21b.zip
runtime_tools: Cuddle with dbg_SUITE
Update for new tracing in file_port_schedfix
Diffstat (limited to 'lib/runtime_tools/test')
-rw-r--r--lib/runtime_tools/test/dbg_SUITE.erl4
1 files changed, 4 insertions, 0 deletions
diff --git a/lib/runtime_tools/test/dbg_SUITE.erl b/lib/runtime_tools/test/dbg_SUITE.erl
index c5b744bb08..6b6e35fc31 100644
--- a/lib/runtime_tools/test/dbg_SUITE.erl
+++ b/lib/runtime_tools/test/dbg_SUITE.erl
@@ -887,6 +887,10 @@ schedstat_handler(TraceMsg, {Parent, Tag, Data} = State) ->
Data
end,
{Parent, Tag, NewData};
+ {trace_ts,_Pid,spawned,_OtherPid,_,_Ts} ->
+ State;
+ {trace_ts,_Pid,getting_linked,_OtherPid,_Ts} ->
+ State;
{trace_ts, Pid, exit, normal, {A3, B3, C3}} ->
NewData =
case lists:keysearch(Pid, 1, Data) of