Age | Commit message (Collapse) | Author | |
---|---|---|---|
2014-01-28 | Merge branch 'siri/wx-cdv/OTP-11179' | Siri Hansen | |
* siri/wx-cdv/OTP-11179: observer: cosmetic gui tweaks observer: Fix progress dialog creation observer: renamed crashdump_viewer files and fixed makefiles observer: improve wx version of crashdump_viewer observer: Use crashdump_viewer's term viewer to display large terms and binaries observer: Fix memory and scheduler info and handle missing fields observer: Optimize row lookups observer: improve wx version of crashdump_viewer observer: Consolidate the view of process information observer: add wx version of crashdump_viewer | |||
2014-01-27 | observer: Fix memory and scheduler info and handle missing fields | Dan Gudmundsson | |
Fix app viewer crash | |||
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-21 | rt_tools: Handle unicode chars in printouts | Dan Gudmundsson | |
2014-01-02 | Correct doc of return value of dbg:{stop,stop_clear} functions | Luca Favatella | |
2013-11-25 | Merge branch 'maint' | Rickard Green | |
* maint: Fix observer retrieval of alloc info Fix documentation of the +MMsco switch Replace the +MMscmgc switch with +MMscrfsd Add switch for disabling sys_alloc carriers Add support for locking mappings to physical memory | |||
2013-11-14 | Fix observer retrieval of alloc info | Rickard Green | |
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-07-15 | Merge branch 'maint' | Björn-Egil Dahlberg | |
2013-07-15 | Check for native code without loading module | Björn-Egil Dahlberg | |
2013-07-15 | Fix system_information get_beam_name/0 | Björn-Egil Dahlberg | |
os:getenv("EMU") is not set for windows, use "beam" instead. | |||
2013-07-15 | Add beam dynamic libraries to system_information | Björn-Egil Dahlberg | |
2013-07-12 | Add system information aggregate | Björn-Egil Dahlberg | |
2013-06-04 | Merge branch 'maint' | Siri Hansen | |
2013-05-23 | observer: Improve initial call info | Dan Gudmundsson | |
2013-05-23 | observer: Add allocator info to gui | Siri Hansen | |
2013-04-19 | Remove the "coding: utf-8" comment from all Erlang source files | Hans Bolinder | |
2013-04-17 | Merge branch 'bjorn/fix-encoding/OTP-11041' into maint | Björn Gustavsson | |
* bjorn/fix-encoding/OTP-11041: Encode Erlang source files with non-ascii characters in UTF-8 | |||
2013-04-17 | Encode Erlang source files with non-ascii characters in UTF-8 | Björn Gustavsson | |
To ensure that 'master' compiles when we merge 'maint' to it, regardless of which encoding is default in 'master', all source files with non-ascii characters *must* have the encoding specified. | |||
2013-04-05 | Use erlang:demonitor(Ref, [flush]) where applicable | Loïc Hoguin | |
2013-03-04 | [observer] Improve measurement of CPU utilization in etop | Siri Hansen | |
Now using scheduler_wall_time instead of runtime/wall_clock to get cpu utilization. The old version could give CPU utilization far beyond 100%. Also, a bug which sometimes gave a badarith when calculating the CPU utilization is corrected. | |||
2013-03-04 | [observer] Fix non tail-recusive loop when measuring scheduler utilization | Siri Hansen | |
2013-01-25 | Update copyright years | Björn-Egil Dahlberg | |
2013-01-23 | Turn warnings to errors on selected applications | Björn Gustavsson | |
2013-01-23 | runtime_tools_sup: Eliminate warning | Björn Gustavsson | |
The warning was introduced in 3b73cabcba3ac6dcc91c7ae2b00f21d254dfdd4b. | |||
2013-01-18 | Merge branch 'nox/enable-silent-rules/OTP-10726' | Björn-Egil Dahlberg | |
* nox/enable-silent-rules/OTP-10726: Implement ./otp_build configure --enable-silent-rules | |||
2013-01-15 | Implement ./otp_build configure --enable-silent-rules | Anthony Ramine | |
With silent rules, the output of make is less verbose and compilation warnings are easier to spot. Silent rules are disabled by default and can be disabled or enabled at will by make V=0 and make V=1. | |||
2013-01-09 | appmon: Move runtime part to runtime_tools app | Dan Gudmundsson | |
2013-01-09 | Prepare OTP files for Unicode as default encoding | Hans Bolinder | |
2012-11-22 | Fix Table Viewer refresh crash on no more existing ets tables | Peti Gömöri | |
2012-11-15 | Fix dialyzer warning in dyntrace.erl | Siri Hansen | |
2012-09-03 | Remove all traces of inviso application from runtime_tools | Siri Hansen | |
Rests of inviso was still in runtime_tools.app.src and runtime_tools_sup.erl. This has been removed. A test of application:start/stop is also added to runtime_tools_SUITE. | |||
2012-07-19 | runtime_tools: Remove VxWorks | Björn-Egil Dahlberg | |
2012-07-06 | Merge branch 'maint' | Henrik Nord | |
2012-07-06 | Merge branch 'slf/dtrace-nif-N-probes' into maint | Henrik Nord | |
* slf/dtrace-nif-N-probes: Remove crufty scaffolding code Add 1024 separate USDT probes to dyntrace.erl and dyntrace.c Conflicts: lib/runtime_tools/src/dyntrace.erl OTP-10143 | |||
2012-07-06 | Merge branch 'slf/dyntrace-comment-and-func-cleanup' into maint | Henrik Nord | |
* slf/dyntrace-comment-and-func-cleanup: dyntrace.erl comment cleanup and unused function removal OTP-10141 | |||
2012-06-12 | Remove the deprecated inviso application | Björn Gustavsson | |
2012-06-05 | Update to work with whitespace in exec path | Lukas Larsson | |
OTP-10106 OTP-10107 | |||
2012-05-09 | Remove crufty scaffolding code | Scott Lystig Fritchie | |
2012-05-09 | Add 1024 separate USDT probes to dyntrace.erl and dyntrace.c | Scott Lystig Fritchie | |
2012-04-17 | dyntrace.erl comment cleanup and unused function removal | Scott Lystig Fritchie | |
Change the module-level docs to give complete step-by-step instructions for using the `dyntrace:p()` trace function. Also, remove the unused `scaff/0` function. | |||
2012-03-30 | Update copyright years | Björn-Egil Dahlberg | |
2012-03-22 | Rename dyntrace BIFs to more suiting names | Patrik Nyblom | |
2012-03-22 | Move dtrace erlang code and NIF into runtime_tools | Patrik Nyblom | |
Also make dyntrace NIF's load in on_load instead of init/0 | |||
2012-02-21 | [observer] Move data collector to run_time tools | Dan Gudmundsson | |
2011-12-09 | Update copyright years | Björn-Egil Dahlberg | |
2011-12-09 | Merge branch 'dgud/observer/gui/OTP-4779' | Dan Gudmundsson | |
* dgud/observer/gui/OTP-4779: [observer] Add basic documentation [observer] Do not start polling tables until user view them [observer] Move rpc calls to runtime tools [observer] Added an application viewer [observer] Remove unused time from process view [observer] Change process_info stack to be listctrl [observer] Fix listctrl colum size calculation [observer] Add more trace functionality [observer] Use standard popup menu | |||
2011-12-08 | Save +M<S>t data as true or false, not the number | Lukas Larsson | |
OTP-7775 | |||
2011-12-05 | [observer] Move rpc calls to runtime tools | Dan Gudmundsson | |