1. 04 Dec, 2017 1 commit
    • André Carvalho's avatar
      Adds support for linux delay accounting (#667) · b7b66b76
      André Carvalho authored
      Adds support for showing columns with linux delay accounting.
      
      This information can be read from the netlink interface, and thus we set up a socket to read from that when initializing the LinuxProcessList (LinuxProcessList_initNetlinkSocket). After that, for each process we call LinuxProcessList_readDelayAcctData, which sends a message thru the socket after setting up a callback to get the answer from the Kernel. That callback sets the process total delay time attribute. We then set the delay percent as the percentage of time process cpu time since last scan.
      b7b66b76
  2. 23 Oct, 2017 1 commit
    • Christian Hesse's avatar
      fix fallthough comments for GCC 7.x · 52831955
      Christian Hesse authored
      GCC 7.x does some extended checks on fallthough for switch/case
      statement. The warning looks like this:
      
      warning: this statement may fall through [-Wimplicit-fallthrough=]
      
      It can be told about implicit fallthough, however it does not
      recognize comments within blocks, so move the comments outside.
      52831955
  3. 13 Oct, 2017 1 commit
  4. 22 Sep, 2017 1 commit
  5. 14 Sep, 2017 1 commit
  6. 04 Sep, 2017 1 commit
  7. 01 Sep, 2017 2 commits
  8. 01 Aug, 2017 1 commit
  9. 29 Jul, 2017 1 commit
  10. 27 Jul, 2017 2 commits
  11. 26 Jul, 2017 5 commits
  12. 25 Jul, 2017 1 commit
  13. 24 Jul, 2017 1 commit
  14. 23 Jul, 2017 2 commits
  15. 15 Jul, 2017 1 commit
  16. 10 Jul, 2017 4 commits
  17. 07 Jul, 2017 1 commit
  18. 05 Jul, 2017 2 commits
  19. 06 Jun, 2017 2 commits
  20. 01 Jun, 2017 1 commit
  21. 23 May, 2017 1 commit
  22. 25 Apr, 2017 5 commits
  23. 21 Apr, 2017 2 commits