diff options
author | Björn-Egil Dahlberg <[email protected]> | 2016-04-25 17:13:33 +0200 |
---|---|---|
committer | Björn-Egil Dahlberg <[email protected]> | 2016-04-25 17:13:33 +0200 |
commit | 27c5af1fbbda7382758fdc20692f2f37974ad21b (patch) | |
tree | 33ad903e41ccaf4d9998e44d2377e51bbd3729e3 /lib/runtime_tools/test | |
parent | 488c6f0e82d9803bd5601768d455a53b83e383e9 (diff) | |
download | otp-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.erl | 4 |
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 |