<feed xmlns='http://www.w3.org/2005/Atom'>
<title>otp.git/lib/runtime_tools/src, branch bjorn/contributing</title>
<subtitle>Mirror of Erlang/OTP repository.
</subtitle>
<link rel='alternate' type='text/html' href='http://git.ninenines.eu/otp.git/'/>
<entry>
<title>Update copyright-year</title>
<updated>2016-12-07T12:15:31+00:00</updated>
<author>
<name>Erlang/OTP</name>
<email>otp@erlang.org</email>
</author>
<published>2016-12-07T12:15:31+00:00</published>
<link rel='alternate' type='text/html' href='http://git.ninenines.eu/otp.git/commit/?id=3eddb0f762de248d3230b38bc9d478bfbc8e7331'/>
<id>3eddb0f762de248d3230b38bc9d478bfbc8e7331</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>[observer] Add more port information</title>
<updated>2016-12-05T10:51:42+00:00</updated>
<author>
<name>Siri Hansen</name>
<email>siri@erlang.org</email>
</author>
<published>2016-12-01T09:59:03+00:00</published>
<link rel='alternate' type='text/html' href='http://git.ninenines.eu/otp.git/commit/?id=66d9db41091fce5ac3b55517a1283c22ef2292c4'/>
<id>66d9db41091fce5ac3b55517a1283c22ef2292c4</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>[ttb] Add option &lt;c&gt;queue_size&lt;/c&gt; to tracer/2</title>
<updated>2016-09-23T13:14:46+00:00</updated>
<author>
<name>Siri Hansen</name>
<email>siri@erlang.org</email>
</author>
<published>2016-09-14T16:19:16+00:00</published>
<link rel='alternate' type='text/html' href='http://git.ninenines.eu/otp.git/commit/?id=ac1a648ff518e0aa92cb14773b617829081a75d0'/>
<id>ac1a648ff518e0aa92cb14773b617829081a75d0</id>
<content type='text'>
This sets the maximum queue size for the IP trace driver which is used
when tracing to shell and/or &lt;c&gt;{local,File}&lt;/c&gt;.

Also, change the default queue size set by dbg:trace_port/2 to 200.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This sets the maximum queue size for the IP trace driver which is used
when tracing to shell and/or &lt;c&gt;{local,File}&lt;/c&gt;.

Also, change the default queue size set by dbg:trace_port/2 to 200.
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge branch 'lukas/erts/tracing/tracer-move-extra-to-map/OTP-10267'</title>
<updated>2016-05-27T07:34:25+00:00</updated>
<author>
<name>Lukas Larsson</name>
<email>lukas@erlang.org</email>
</author>
<published>2016-05-27T07:34:25+00:00</published>
<link rel='alternate' type='text/html' href='http://git.ninenines.eu/otp.git/commit/?id=3f2eea83dd133c597580d7c2b5056bc90219d025'/>
<id>3f2eea83dd133c597580d7c2b5056bc90219d025</id>
<content type='text'>
* lukas/erts/tracing/tracer-move-extra-to-map/OTP-10267:
  runtime_tools: Fix erl_tracer testcases
  runtime_tools: Fix documentation for dbg:p
  erts: Move tracer SecondTraceTerm to Opts map
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* lukas/erts/tracing/tracer-move-extra-to-map/OTP-10267:
  runtime_tools: Fix erl_tracer testcases
  runtime_tools: Fix documentation for dbg:p
  erts: Move tracer SecondTraceTerm to Opts map
</pre>
</div>
</content>
</entry>
<entry>
<title>erts: Move tracer SecondTraceTerm to Opts map</title>
<updated>2016-05-24T08:42:16+00:00</updated>
<author>
<name>Lukas Larsson</name>
<email>lukas.larsson@erlang-solutions.com</email>
</author>
<published>2016-05-19T08:54:43+00:00</published>
<link rel='alternate' type='text/html' href='http://git.ninenines.eu/otp.git/commit/?id=115f0ba77ad7d01ab95fd9f9bbeca53f04f12284'/>
<id>115f0ba77ad7d01ab95fd9f9bbeca53f04f12284</id>
<content type='text'>
The extra trace data has been moved to the opts map in order
for the tracer to be able to distinguish inbetween extra
trace data 'undefined' and no extra trace data. In the same
commit all opts associations have been changed so that if
the tracer should not use them, the key is left unassicated
instead of being sent to undefined. This should be give a
small performance gain and also makes the API easier to work
with.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
The extra trace data has been moved to the opts map in order
for the tracer to be able to distinguish inbetween extra
trace data 'undefined' and no extra trace data. In the same
commit all opts associations have been changed so that if
the tracer should not use them, the key is left unassicated
instead of being sent to undefined. This should be give a
small performance gain and also makes the API easier to work
with.
</pre>
</div>
</content>
</entry>
<entry>
<title>[runtime_tools] Don't trace the trace client port</title>
<updated>2016-05-20T07:40:56+00:00</updated>
<author>
<name>Siri Hansen</name>
<email>siri@erlang.org</email>
</author>
<published>2016-05-12T13:37:37+00:00</published>
<link rel='alternate' type='text/html' href='http://git.ninenines.eu/otp.git/commit/?id=705011b8a223630d9800de9bd4d5cfd0b5986879'/>
<id>705011b8a223630d9800de9bd4d5cfd0b5986879</id>
<content type='text'>
When using an IP trace client, turn of all trace flags on the client
port to avoid massive overload. Note that this is only a protection on
client start - it is currently not possible to protect the port
against trace flags set at a later point in time.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
When using an IP trace client, turn of all trace flags on the client
port to avoid massive overload. Note that this is only a protection on
client start - it is currently not possible to protect the port
against trace flags set at a later point in time.
</pre>
</div>
</content>
</entry>
<entry>
<title>[runtime_tools] Allow setting trace flag 'exiting' with dbg</title>
<updated>2016-05-20T07:40:55+00:00</updated>
<author>
<name>Siri Hansen</name>
<email>siri@erlang.org</email>
</author>
<published>2016-05-12T09:47:22+00:00</published>
<link rel='alternate' type='text/html' href='http://git.ninenines.eu/otp.git/commit/?id=4aceb606b06df67fc7a98d8dc2b841cf444d670c'/>
<id>4aceb606b06df67fc7a98d8dc2b841cf444d670c</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>[observer] Add Ports tab in GUI</title>
<updated>2016-05-19T13:21:51+00:00</updated>
<author>
<name>Siri Hansen</name>
<email>siri@erlang.org</email>
</author>
<published>2016-04-27T10:21:26+00:00</published>
<link rel='alternate' type='text/html' href='http://git.ninenines.eu/otp.git/commit/?id=eeb094055101971ff94449cff08986126fb6add1'/>
<id>eeb094055101971ff94449cff08986126fb6add1</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge branch 'egil/runtime_tools/fix-unmatched_return/OTP-13595'</title>
<updated>2016-05-13T11:28:49+00:00</updated>
<author>
<name>Björn-Egil Dahlberg</name>
<email>egil@erlang.org</email>
</author>
<published>2016-05-13T11:28:49+00:00</published>
<link rel='alternate' type='text/html' href='http://git.ninenines.eu/otp.git/commit/?id=bab87d0bf1dc89953caec354648c6c8db8737e92'/>
<id>bab87d0bf1dc89953caec354648c6c8db8737e92</id>
<content type='text'>
* egil/runtime_tools/fix-unmatched_return/OTP-13595:
  runtime_tools: Fix unmatched return warnings
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* egil/runtime_tools/fix-unmatched_return/OTP-13595:
  runtime_tools: Fix unmatched return warnings
</pre>
</div>
</content>
</entry>
<entry>
<title>runtime_tools: Fix unmatched return warnings</title>
<updated>2016-05-12T11:40:10+00:00</updated>
<author>
<name>Björn-Egil Dahlberg</name>
<email>egil@erlang.org</email>
</author>
<published>2016-05-10T13:07:54+00:00</published>
<link rel='alternate' type='text/html' href='http://git.ninenines.eu/otp.git/commit/?id=5f312eab94a4477a36637f9594ae6da9b8b2a6aa'/>
<id>5f312eab94a4477a36637f9594ae6da9b8b2a6aa</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
