summaryrefslogtreecommitdiff
path: root/lib/runtime_tools/doc
Commit message (Collapse)AuthorAgeFilesLines
* Prepare releaseErlang/OTP2023-05-151-0/+65
|
* Revert "Prepare release"Henrik Nord2023-04-121-58/+0
| | | | This reverts commit d4e4511b19f4126d9271a6e3a8fa2eb716da7e85.
* Prepare releaseErlang/OTP2023-04-111-0/+58
|
* Update copyright yearErlang/OTP2023-04-111-1/+1
|
* [runtime_tools,erts] Remove erts_alloc_configRickard Green2023-04-064-187/+15
|
* Revert "Prepare release"Henrik Nord2023-03-221-46/+0
| | | | This reverts commit 1cf126f91eb533783409da95b117207d8c13d9aa.
* Prepare releaseErlang/OTP2023-03-211-0/+46
|
* Update copyright yearErlang/OTP2023-03-213-3/+3
|
* Move instrument.erl to runtime_toolsJosé Valim2023-02-154-0/+258
| | | | | | | | | instrument.erl can be a useful tool for debugging memory allocation and memory leaks in production systems. For example, eventually we could have a button in Observer that invokes instrument and prints a histogram on demand. For this purpose, however, it must be part of runtime_tools.
* dbg: Add dbg:tracer(file, Filename)Lukas Larsson2022-07-081-1/+4
| | | | This function can be used to trace to a file in clear text
* Prepare releaseErlang/OTP2022-05-171-0/+37
|
* Revert "Prepare release"Henrik Nord2022-04-131-37/+0
| | | | This reverts commit a2c8df222e6d02fa518d5d6cbbea75a9dd720d30.
* Prepare releaseErlang/OTP2022-04-111-0/+37
|
* Revert "Prepare release"Henrik Nord2022-03-241-24/+0
| | | | This reverts commit 435bc5e68dd45ff6f7992077998930519208e910.
* Prepare releaseErlang/OTP2022-03-231-0/+24
|
* Update copyright yearErlang/OTP2022-03-231-1/+1
|
* Merge branch 'maint' into masterHenrik Nord2022-03-102-2/+34
|\ | | | | | | | | | | | | * maint: Updated OTP version Prepare release Update copyright year
| * Prepare releaseErlang/OTP2022-03-092-2/+34
| |
| * Update copyright yearErlang/OTP2022-03-091-1/+1
| |
* | runtime_tools: Schedule erts_alloc_config for removalJohn Högberg2022-02-211-5/+5
| |
* | Revert "Prepare release"Henrik Nord2022-02-162-18/+2
| | | | | | | | This reverts commit 95f5a792610ed4c87457863cb03b047414ad4a14.
* | Prepare releaseErlang/OTP2022-02-152-2/+18
| |
* | Update copyright yearErlang/OTP2022-02-152-2/+2
| |
* | dbg: Disarm the stop/0 footgunJohn Högberg2022-02-021-12/+4
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | `dbg:stop/0` explicitly leaves global function tracing untouched, which can lead to some very confusing situations: 1. As it clears the trace flags of all processes, it often *looks* like all global function trace patterns have been cleared, leaving a fun surprise for the next poor sod that tries to trace anything. 2. It makes it really annoying to clear global function traces afterwards, as we've discarded all information on what nodes we've been tracing on. The user more or less has to call `erlang:trace_pattern/3` themselves on all nodes they've traced on. Since clearing the trace flags of all processes means that `dbg` can't coexist with other trace tools to begin with, there is very little point in keeping global trace patterns around after stop/0. This commit makes stop/0 behave like stop_clear/0, ensuring that *ALL* tracing is turned off on *ALL* associated nodes before shutting down.
* | Merge branch 'maint'Sverker Eriksson2022-01-111-23/+130
|\ \ | |/
| * Merge branch 'sverker/scheduler_wall_time-doc' into maintSverker Eriksson2022-01-111-23/+130
| |\ | | | | | | | | | | | | | | | | | | | | | | | | | | | OTP-17800 OTP-17830 * sverker/scheduler_wall_time-doc: runtime_tools: Add scheduler:get_sample/0 and get_sample_all/0 runtime_tools: Fix bug in scheduler:utilization(Seconds) erts: Clarify system_flag(scheduler_wall_time,_) docs
| | * runtime_tools: Add scheduler:get_sample/0 and get_sample_all/0Sverker Eriksson2022-01-111-23/+130
| | | | | | | | | | | | | | | And clarify documentation, especially regarding erlang:system_flag(scheduler_wall_time,_).
* | | Fix typos in lib/runtime_toolsKian-Meng, Ang2021-12-283-3/+3
|/ /
* | Update copyright yearRickard Green2021-12-159-9/+9
|/
* Prepare releaseErlang/OTP2021-09-171-0/+22
|
* Add dbg function name meanings to docsTrevor Brown2021-08-201-21/+34
| | | | | | Explain the meaning of acronym function names in dbg module See http://erlang.org/pipermail/erlang-questions/2021-August/101275.html for context
* Prepare releaseErlang/OTP2021-05-101-0/+18
|
* Merge branch 'maint-23' into maintLukas Larsson2021-05-061-0/+21
|\ | | | | | | | | | | | | | | | | * maint-23: Updated OTP version Prepare release # Conflicts: # make/otp_version_tickets
| * Prepare releaseErlang/OTP2021-05-051-0/+21
| |
* | Merge branch 'maint-22' into maintLukas Larsson2021-05-061-0/+21
|\ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * maint-22: Updated OTP version Prepare release # Conflicts: # OTP_VERSION # erts/doc/src/notes.xml # erts/vsn.mk # lib/erl_interface/doc/src/notes.xml # lib/erl_interface/vsn.mk # lib/runtime_tools/doc/src/notes.xml # lib/runtime_tools/vsn.mk # make/otp_version_tickets # otp_versions.table
| * | Prepare releaseErlang/OTP2021-05-051-0/+21
| | |
* | | Merge branch 'maint-21' into maintLukas Larsson2021-05-061-1/+21
|\ \ \ | |_|/ |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * maint-21: Updated OTP version Prepare release # Conflicts: # OTP_VERSION # erts/doc/src/notes.xml # erts/vsn.mk # lib/erl_interface/doc/src/notes.xml # lib/erl_interface/vsn.mk # lib/runtime_tools/doc/src/notes.xml # lib/runtime_tools/vsn.mk # make/otp_version_tickets # otp_versions.table
| * | Prepare releaseErlang/OTP2021-05-051-0/+21
| | |
* | | Prepare releaseErlang/OTP2021-03-221-0/+15
| | |
* | | runtime_tools: Clarify scheduler docsSverker Eriksson2021-02-191-1/+27
| | | | | | | | | | | | | | | Co-authored-by: José Valim <jose.valim@gmail.com> Co-authored-by: Paulo F. Oliveira <paulo.ferraz.oliveira@gmail.com>
* | | Fix typosHenrik Lagebrand2020-12-191-2/+2
| | |
* | | Prepare releaseErlang/OTP2020-09-231-0/+20
| | |
* | | Prepare releaseErlang/OTP2020-05-111-0/+21
| | |
* | | Revert "Prepare release"Henrik Nord2020-04-221-21/+0
| | | | | | | | | | | | This reverts commit eee1f3aba92b5a741eabfa1cb6eca0632562777a.
* | | Prepare releaseErlang/OTP2020-04-221-0/+21
| | |
* | | otp: Convert all <seealso> to more specific variantsLukas Larsson2020-03-278-178/+178
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | We add `seemfa`, `seeerl`, `seetype`, `seeapp`, `seecom`, `seecref` , `seefile` and `seeguide` in order to make it easier to reason about what each link points to without examining the target. This information will then be embedded in the EEP-48 chunks for usage by other tools. The tool used can be found here: https://gist.github.com/garazdawi/68527d92ae5b37c8f129bfbdfffdfa68
* | | Revert "Prepare release"Henrik Nord2020-03-251-21/+0
| | | | | | | | | | | | This reverts commit 63638d668efbeb4539ba301328cabbc2636fb154.
* | | Prepare releaseErlang/OTP2020-03-241-0/+21
| | |
* | | otp: Change all MFA links to use "/" syntax for arityLukas Larsson2020-03-204-102/+102
| | |
* | | Revert "Prepare release"Henrik Nord2020-02-271-21/+0
| | | | | | | | | | | | This reverts commit 50e614e7d5fee9e3bfe8a58e7f390c6ea6caf271.