Age | Commit message (Collapse) | Author | |
---|---|---|---|
2017-01-17 | runtime_tools: Fix utf-8 encoding in LTTng.xml | Björn-Egil Dahlberg | |
2016-12-20 | Merge branch 'siri/etop/cpu-per-interval/OTP-14090' into maint | Siri Hansen | |
* siri/etop/cpu-per-interval/OTP-14090: [etop] Show CPU utilization for last interval only | |||
2016-12-12 | [etop] Show CPU utilization for last interval only | Siri Hansen | |
Since commit 265998a7e412cd382315632964846569c370a5a2, etop reports the CPU (scheduler) utilization since the tool was started instead of for the last interval only. This is now corrected. | |||
2016-12-09 | Prepare release | Erlang/OTP | |
2016-12-07 | Update copyright-year | Erlang/OTP | |
2016-12-05 | [observer] Add more port information | Siri Hansen | |
2016-09-23 | [ttb] Add option <c>queue_size</c> to tracer/2 | Siri Hansen | |
This sets the maximum queue size for the IP trace driver which is used when tracing to shell and/or <c>{local,File}</c>. Also, change the default queue size set by dbg:trace_port/2 to 200. | |||
2016-09-20 | Prepare release | Erlang/OTP | |
2016-09-01 | doc: Correct errors introduced by Editorial changes | Hans Bolinder | |
Fix some older errors as well. | |||
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 | runtime_tools: Cuddle with t_receive tests | Björn-Egil Dahlberg | |
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-27 | Merge branch 'lukas/erts/tracing/tracer-move-extra-to-map/OTP-10267' | Lukas Larsson | |
* 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 | |||
2016-05-26 | runtime_tools: Document a lttng usage example | Björn-Egil Dahlberg | |
2016-05-25 | runtime_tools: Fix erl_tracer testcases | Lukas Larsson | |
2016-05-24 | runtime_tools: Fix documentation for dbg:p | Lukas Larsson | |
2016-05-24 | erts: Move tracer SecondTraceTerm to Opts map | Lukas Larsson | |
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. | |||
2016-05-20 | [runtime_tools] Don't trace the trace client port | Siri Hansen | |
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. | |||
2016-05-20 | [runtime_tools] Allow setting trace flag 'exiting' with dbg | Siri Hansen | |
2016-05-19 | [observer] Add Ports tab in GUI | Siri Hansen | |
2016-05-17 | Merge branch 'sverker/runtime_tools/trace_ip_drv/OTP-13576/ERL-119' | Sverker Eriksson | |
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-13 | Merge branch 'egil/erts/nif-format_term/OTP-13580' | Björn-Egil Dahlberg | |
* egil/erts/nif-format_term/OTP-13580: runtime_tools: Change erts_snprintf to enif_snprintf erts: Document enif_snprintf erts: Add tests for enif_snprintf erts: Add enif_snprintf Conflicts: erts/emulator/beam/erl_nif_api_funcs.h | |||
2016-05-13 | Merge branch 'egil/runtime_tools/fix-unmatched_return/OTP-13595' | Björn-Egil Dahlberg | |
* egil/runtime_tools/fix-unmatched_return/OTP-13595: runtime_tools: Fix unmatched return warnings | |||
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 | runtime_tools: Fix unmatched return warnings | Björn-Egil Dahlberg | |
2016-05-12 | Revert "Prepare release" | Erlang/OTP | |
This reverts commit bd64ad8e15d66e48b36dbe3584315dd5cfc8b59a. | |||
2016-05-11 | runtime_tools: Change erts_snprintf to enif_snprintf | Björn-Egil Dahlberg | |
2016-05-11 | Prepare release | Erlang/OTP | |
2016-05-10 | runtime_tools: Fix bug in trace_ip_drv | Sverker Eriksson | |
causing extra calls to driver_select(,, _|ERL_DRV_USE, 0) reporting "... (re)selected before stop_select was called" Solution: Set data->fd to INVALID to avoid double call to close_client() in close_inlink_port(). | |||
2016-05-09 | Merge branch 'sverker/trace-send-receive-matchspec/OTP-13507' | Sverker Eriksson | |
2016-05-04 | Change dbg:ctpe to go back to default | Sverker Eriksson | |
i.e enable all send/receive trace. | |||
2016-05-04 | runtime_tools: Add dbg tests for receive trace patterns | Lukas Larsson | |
2016-05-04 | runtime_tools: more dbg send trace pattern tests | Lukas Larsson | |
2016-05-04 | runtime_tools: Add send tpe testcase | Sverker Eriksson | |
2016-05-04 | runtime_tools: Add dbg functions tpe/2 and ctpe/1 | Sverker Eriksson | |
To set/clear match specs for send and receive trace. 'e' for Event as we might want to add match specs for other trace events (proc exit,link,ulink,...). | |||
2016-05-04 | runtime_tools: Update runtime deps | Björn-Egil Dahlberg | |
2016-05-04 | Merge branch 'zandra/optimize-rpc/OTP-13518' | Zandra | |
* zandra/optimize-rpc/OTP-13518: use maps instead of gb_trees to optimize the rpc server let the spawned processes handle rpc replies Conflicts: lib/runtime_tools/test/dbg_SUITE.erl | |||
2016-05-03 | Merge branch 'egil/erts/doc-lttng-beam-tps/OTP-10282' | Björn-Egil Dahlberg | |
* egil/erts/doc-lttng-beam-tps/OTP-10282: erts: Rename LTTng tracepoint aio_pool_add to aio_pool_put erts: Change argument order for LTTng driver_stop runtime_tools: Document BEAM lttng tracepoints | |||
2016-05-03 | Merge branch 'egil/runtime_tools/cuddle-tests' | Björn-Egil Dahlberg | |
* egil/runtime_tools/cuddle-tests: runtime_tools: Cuddle with dbg_SUITE runtime_tools: Remove obsolete debug info in dbg_SUITE runtime_tools: Use 'infinity' gen_server calls | |||
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-05-02 | let the spawned processes handle rpc replies | Zandra | |
This decreases the load on the rex server. |