Age | Commit message (Collapse) | Author | |
---|---|---|---|
2016-04-29 | runtime_tools: Extend 'trace' and 'enabled' tracer callbacks | Björn-Egil Dahlberg | |
Adds the following capabilities to dyntrace * enabled_running_ports/3 * enabled_running_procs/3 changed from enabled_running/3 * trace_running_ports/6 * trace_running_procs/6 changed from trace_running/6 | |||
2016-04-29 | runtime_tools: Extend 'enabled' tracer callbacks | Björn-Egil Dahlberg | |
Adds the following capabilities to dyntrace * enabled_procs/3 * enabled_ports/3 * enabled_running/3 * enabled_call/3 * enabled_send/3 * enabled_receive/3 * enabled_garbage_collection/3 | |||
2016-04-29 | runtime_tools: Add lttng 'call' tracing | Björn-Egil Dahlberg | |
2016-04-29 | runtime_tools: Add lttng 'ports' tracing | Björn-Egil Dahlberg | |
2016-04-29 | runtime_tools: Add lttng 'running' tracing | Björn-Egil Dahlberg | |
2016-04-19 | runtime_tools: Initial lttng tracing framework | Björn-Egil Dahlberg | |
2012-11-15 | Fix dialyzer warning in dyntrace.erl | Siri Hansen | |
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-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-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 |