1. 03 May, 2016 3 commits
    • Brenden Blanco's avatar
      Make style-check test non-blocking · 495604f8
      Brenden Blanco authored
      Since the codebase is as of yet inconsistent, disable per-commit style
      check enforcement.
      
      This should be turned back on once the codebase style is consistent.
      495604f8
    • Brendan Gregg's avatar
      Merge pull request #521 from iovisor/bblanco_dev · aba0df92
      Brendan Gregg authored
      Adjust pid filtering/display in runqlat
      aba0df92
    • Brenden Blanco's avatar
      Adjust pid filtering/display in runqlat · a6875608
      Brenden Blanco authored
      The filtering and display of pids in the runqlat tool was not correct.
      Internally, the kernel keeps pid and tgid, which correspond to thread-id
      and user process-id, respectively. The runqlat tool was filtering and
      displaying pid instead of tgid.
      
      Change -P and -p options to filter by tgid, and add a new option to give
      a breakdown by pid (thread-id).
      
      Update the docs with the -L option.
      a6875608
  2. 02 May, 2016 12 commits
  3. 30 Apr, 2016 10 commits
  4. 29 Apr, 2016 2 commits
  5. 28 Apr, 2016 13 commits