An error occurred fetching the project authors.
  1. 10 Oct, 2018 1 commit
    • Marko Myllynen's avatar
      utools Tcl support (#2005) · 9f3662ee
      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.
      9f3662ee
  2. 04 Sep, 2018 1 commit
  3. 02 Apr, 2017 1 commit
  4. 08 Feb, 2017 1 commit
    • Sasha Goldshtein's avatar
      u* tools: PHP support · cfb5ee7c
      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.
      cfb5ee7c
  5. 19 Dec, 2016 1 commit