Age | Commit message (Collapse) | Author | |
---|---|---|---|
2016-06-21 | Prepare release | Erlang/OTP | |
2016-06-08 | runtime_tools: Change LTTng dyntrace domain | Björn-Egil Dahlberg | |
From 'com_ericsson_dyntrace' to 'org_erlang_dyntrace'. This domain name is more suitable. | |||
2016-06-08 | erts: Change LTTng otp domain | Björn-Egil Dahlberg | |
From 'com_ericsson_otp' to 'org_erlang_otp'. This domain name is more suitable. | |||
2016-06-02 | Revert "Prepare release" | Erlang/OTP | |
This reverts commit e020f75c10410a6943cd055bfa072a2641eab7da. | |||
2016-06-02 | Prepare release | Erlang/OTP | |
2016-05-27 | Merge branch 'egil/runtime_tools/update-lttng-doc' | Björn-Egil Dahlberg | |
* egil/runtime_tools/update-lttng-doc: runtime_tools: Document a lttng usage example | |||
2016-05-26 | runtime_tools: Document a lttng usage example | Björn-Egil Dahlberg | |
2016-05-24 | runtime_tools: Fix documentation for dbg:p | Lukas Larsson | |
2016-05-17 | Merge branch 'sverker/trace-send-receive-matchspec/OTP-13507' | Sverker Eriksson | |
Second merge of this branch to master with some more docs | |||
2016-05-12 | runtime_tools: Fix tags of dbg reference manual | Björn-Egil Dahlberg | |
2016-05-12 | runtime_tools: Document dbg:tpe/2 and ctpe/1 | Sverker Eriksson | |
2016-05-12 | runtime_tools: Fix tags of LTTng User's Guide | Björn-Egil Dahlberg | |
2016-05-12 | Revert "Prepare release" | Erlang/OTP | |
This reverts commit bd64ad8e15d66e48b36dbe3584315dd5cfc8b59a. | |||
2016-05-11 | Prepare release | Erlang/OTP | |
2016-05-02 | erts: Rename LTTng tracepoint aio_pool_add to aio_pool_put | Björn-Egil Dahlberg | |
* Be consistent. | |||
2016-05-02 | erts: Change argument order for LTTng driver_stop | Björn-Egil Dahlberg | |
* Be consistent. | |||
2016-05-02 | runtime_tools: Document BEAM lttng tracepoints | Björn-Egil Dahlberg | |
2016-04-29 | runtime_tools: User's guide to LTTng and dyntrace | Björn-Egil Dahlberg | |
2016-04-15 | runtime_tools: Make dbg work with erl_tracer modules | Lukas Larsson | |
OTP-13500 | |||
2016-04-15 | runtime_tools: Lots of dbg docs updates | Lukas Larsson | |
2016-03-15 | update copyright-year | Henrik Nord | |
2016-03-15 | Merge tag 'OTP-18.3' | Lars Thorsen | |
=== OTP-18.3 === Changed Applications: - asn1-4.0.2 - common_test-1.12 - compiler-6.0.3 - cosNotification-1.2.1 - cosTime-1.2.1 - cosTransactions-1.3.1 - crypto-3.6.3 - debugger-4.1.2 - dialyzer-2.9 - diameter-1.11.2 - edoc-0.7.18 - eldap-1.2.1 - erl_docgen-0.4.2 - erl_interface-3.8.2 - erts-7.3 - eunit-2.2.13 - hipe-3.15 - inets-6.2 - kernel-4.2 - mnesia-4.13.3 - observer-2.1.2 - orber-3.8.1 - public_key-1.1.1 - runtime_tools-1.9.3 - sasl-2.7 - snmp-5.2.2 - ssh-4.2.2 - ssl-7.3 - stdlib-2.8 - test_server-3.10 - tools-2.8.3 - webtool-0.9.1 - wx-1.6.1 - xmerl-1.3.10 Unchanged Applications: - cosEvent-2.2 - cosEventDomain-1.2 - cosFileTransfer-1.2 - cosProperty-1.2 - et-1.5.1 - gs-1.6 - ic-4.4 - jinterface-1.6.1 - megaco-3.18 - odbc-2.11.1 - os_mon-2.4 - ose-1.1 - otp_mibs-1.1 - parsetools-2.1.1 - percept-0.8.11 - reltool-0.7 - syntax_tools-1.7 - typer-0.9.10 Conflicts: OTP_VERSION erts/vsn.mk lib/test_server/doc/src/notes.xml lib/test_server/vsn.mk lib/webtool/doc/src/notes.xml lib/webtool/vsn.mk | |||
2016-03-14 | Prepare release | Erlang/OTP | |
2016-02-02 | erts: Add microstate accounting | Lukas Larsson | |
Microstate accounting is a way to track which state the different threads within ERTS are in. The main usage area is to pin point performance bottlenecks by checking which states the threads are in and then from there figuring out why and where to optimize. Since checking whether microstate accounting is on or off is relatively expensive if done in a short loop only a few of the states are enabled by default and more states can be enabled through configure. I've done some benchmarking and the overhead with it turned off is not noticible and with it on it is a fraction of a percent. If you enable the extra states, depending on the benchmark, the ovehead when turned off is about 1% and when turned on somewhere inbetween 5-15%. OTP-12345 | |||
2015-12-15 | Update release notes | Erlang/OTP | |
2015-11-02 | Merge branch 'lukas/runtime_tools/dbg_stop_docs/OTP-13078' into maint | Lukas Larsson | |
* lukas/runtime_tools/dbg_stop_docs/OTP-13078: runtime_tools: Explain that dbg:stop only clears local trace patterns | |||
2015-11-02 | runtime_tools: Explain that dbg:stop only clears local trace patterns | Lukas Larsson | |
2015-07-08 | Prepare release | Erlang/OTP | |
2015-06-23 | Prepare release | Erlang/OTP | |
2015-06-18 | Change license text to APLv2 | Bruce Yinhe | |
2015-06-17 | Fix markup in dbg.xml | Magnus Henoch | |
Put the name of the functions linked to inside the seealso tag, not the word "see". | |||
2015-03-31 | Prepare release | Erlang/OTP | |
2014-12-09 | Prepare release | Erlang/OTP | |
2014-04-07 | Update release notes | Erlang/OTP | |
2014-03-20 | Introduce system_information:sanity_check() | Rickard Green | |
2014-01-23 | Merge branch 'lucafavatella/fix-doc-of-dbg-stop' | Henrik Nord | |
* lucafavatella/fix-doc-of-dbg-stop: Correct doc of return value of dbg:{stop,stop_clear} functions OTP-11603 | |||
2014-01-02 | Correct doc of return value of dbg:{stop,stop_clear} functions | Luca Favatella | |
2013-12-10 | Merge tag 'OTP_R16B03' | Magnus Lidén | |
The R16B03 release Conflicts: lib/sasl/vsn.mk | |||
2013-12-09 | Prepare releaseOTP_R16B03 | Erlang/OTP | |
2013-09-17 | Merge tag 'OTP_R16B02' | Magnus Lidén | |
The R16B02 release Conflicts: lib/sasl/vsn.mk | |||
2013-09-16 | Prepare releaseOTP_R16B02 | Erlang/OTP | |
2013-09-06 | Change encoding of troublesome notes.xml files to utf-8 | Björn Gustavsson | |
Most notes.xml files will be updated in every release and cause the kind of the problems described in the previous commit. | |||
2013-08-12 | Merge branch 'maint' | Siri Hansen | |
2013-08-06 | Allow 'silent' flag to be set with dbg:p/2 | Siri Hansen | |
This flag, which silences call trace, can be set with erlang:trace/3, but was not allowed in dbg:p/2. This has been corrected. | |||
2013-06-18 | Merge tag 'OTP_R16B01' | Björn-Egil Dahlberg | |
The R16B01 release Conflicts: lib/sasl/vsn.mk | |||
2013-06-17 | Prepare releaseOTP_R16B01 | Erlang/OTP | |
2013-04-19 | Convert XML files to UTF-8 | Hans Bolinder | |
2013-04-19 | Convert XML files to UTF-8, where needed | Hans Bolinder | |
2013-02-22 | Update copyright years | Björn-Egil Dahlberg | |
2013-01-29 | Prepare releaseOTP_R16A_RELEASE_CANDIDATE | Erlang/OTP | |