1. 04 May, 2017 1 commit
    • Ulrich Drepper's avatar
      Accept luajit as DSO · 845d3636
      Ulrich Drepper authored
      Some Linux distributions (at least Fedora and RHEL) do not provide
      libluajit as an archive and instead only as a DSO.  Using the DSO
      does not have any negative impact but the cmake script does not
      check for the DSO files and instead fails to find luajit.
      
      This simple change causes cmake to find the file as named in the
      above distributions.  Maybe more change or a generalized method are
      needed in future.  The prefered way to detect the DSO for Fedora/RHEL
      would be to use pkgconfig but I don't propose to use it at this time.
      845d3636
  2. 03 May, 2017 6 commits
  3. 02 May, 2017 3 commits
  4. 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
  5. 30 Apr, 2017 1 commit
  6. 28 Apr, 2017 1 commit
  7. 27 Apr, 2017 5 commits
  8. 26 Apr, 2017 2 commits
  9. 21 Apr, 2017 3 commits
  10. 20 Apr, 2017 6 commits
  11. 19 Apr, 2017 4 commits
  12. 18 Apr, 2017 1 commit
  13. 17 Apr, 2017 1 commit
  14. 16 Apr, 2017 1 commit
  15. 15 Apr, 2017 1 commit
  16. 14 Apr, 2017 1 commit