Age | Commit message (Collapse) | Author | |
---|---|---|---|
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 |