1. 13 Feb, 2017 4 commits
    • 4ast's avatar
      Merge pull request #964 from goldshtn/utools-missing-probes · 5472dbcd
      4ast authored
      u* tools: Gracefully handle missing probes
      5472dbcd
    • Sasha Goldshtein's avatar
      u* tools: Gracefully handle missing probes · dc3a57cc
      Sasha Goldshtein authored
      When the target process is missing the required USDT probes, it can
      be a simple mistake (e.g. attaching a script as Java to a Python
      process), or a runtime that is not instrumented with the required
      probes. Attempt to gracefully handle the error and print a helpful
      message instructing the user why the error might have occurred.
      
      ```
      $ uthreads -l java $(pidof python)
      Error attaching USDT probes: the specified pid might not contain
      the given language's runtime, or the runtime was not built with the
      required USDT probes. Look for a configure flag similar to
      --with-dtrace or --enable-dtrace. To check which probes are present
      in the process, use the tplist tool.
      ```
      dc3a57cc
    • 4ast's avatar
      Merge pull request #963 from goldshtn/utools-php · 6e1fac41
      4ast authored
      u* tools: PHP support
      6e1fac41
    • 4ast's avatar
      Merge pull request #961 from goldshtn/ugc-filters · 0ea2ffa7
      4ast authored
      ugc: Add -M for minimum time and -F for text filtering
      0ea2ffa7
  2. 10 Feb, 2017 5 commits
  3. 09 Feb, 2017 24 commits
  4. 08 Feb, 2017 6 commits
  5. 07 Feb, 2017 1 commit