An error occurred fetching the project authors.
- 10 Oct, 2018 1 commit
-
-
Marko Myllynen authored
* Add perl* utools man page links Matches other languages, related to commit 9162be45. * uthreads: explicitly list C as supported uthreads supports C (pthreads) thread tracing, make this explicit. Earlier use of -l java and -l none unchanged. Add the corresponding man page and usage examples. * Add Tcl support for ucalls / uflow / uobjnew / ustat For some reason we need to use proc__args instead of proc__entry in uflow.py to get similar results as with e.g. Python.
-
- 04 Sep, 2018 1 commit
-
-
Marko Myllynen authored
Sort language entries while at it.
-
- 02 Apr, 2017 1 commit
-
-
Paul Chaignon authored
-
- 08 Feb, 2017 1 commit
-
-
Sasha Goldshtein authored
Introduce PHP support to ucalls, uflow, and ustat. The PHP probes used are for function entry and exit, file compile (~ class load), and exception throw. This requires a PHP runtime built with the `--enable-dtrace` configure switch. Some probes also require USE_ZEND_DTRACE=1. Resolves #945.
-
- 19 Dec, 2016 1 commit
-
-
Sasha Goldshtein authored
-