1. 09 May, 2017 5 commits
  2. 05 May, 2017 3 commits
  3. 04 May, 2017 1 commit
  4. 03 May, 2017 7 commits
  5. 02 May, 2017 3 commits
  6. 01 May, 2017 3 commits
    • Teng Qin's avatar
      Don't refresh already gone PIDs · 552f4c69
      Teng Qin authored
      Currently we check if `ProcSyms` needs refresh for every symboling call.
      However if the `ProcSyms` was loaded, but the Process terminated later,
      we will see it as a "need refresh" and effectively clear the symbol
      table and not able to resovle anything anymore.
      
      This commit changes so that we only refresh when the PID still exists
      (but differnt from what loaded).
      552f4c69
    • Teng Qin's avatar
      Don't always reload empty Modules · 7efd2dc8
      Teng Qin authored
      Currently we think the Module's symbol table is not loaed as long as its
      empty. But some times we were just not able to read the symbols from the
      binary / perf map, or didn't get symbol from the read. This commit makes
      so that we don't end up trying to do a read on each lookup.
      7efd2dc8
    • Brenden Blanco's avatar
      Merge pull request #1145 from skottler/install-sudo-debian-container · 2e38eeda
      Brenden Blanco authored
      Install sudo inside the debian build container
      2e38eeda
  7. 30 Apr, 2017 1 commit
  8. 28 Apr, 2017 1 commit
  9. 27 Apr, 2017 5 commits
  10. 26 Apr, 2017 2 commits
  11. 21 Apr, 2017 3 commits
  12. 20 Apr, 2017 6 commits