1. 28 Jan, 2018 2 commits
    • Hisham Muhammad's avatar
      Core/Linux: reorganize process reading loop · 66909bf5
      Hisham Muhammad authored
      Move functions that read process data into LinuxProcess.c
      and change flow from a monolithic `ProcessList_scan ->
      ProcessList_goThroughEntries` into the following:
      
      ```
      ProcessList_scan -> (Linux)ProcessList_goThroughEntries ->
      ProcessList_scanProcess -> (Linux)Process_update
      ```
      
      This will allow hooking plugins into the scanning
      process.
      
      Other platforms need to be similarly reworked.
      66909bf5
    • Hisham Muhammad's avatar
      Initial support for (still stale) plugin columns · 20e6856e
      Hisham Muhammad authored
      This allows plugins to add columns, but they don't update
      their values yet.
      20e6856e
  2. 14 Sep, 2017 1 commit
  3. 30 May, 2016 1 commit
  4. 02 Feb, 2016 1 commit
  5. 14 Dec, 2015 1 commit
  6. 07 Dec, 2015 1 commit
  7. 02 Dec, 2015 1 commit
  8. 10 Sep, 2015 1 commit
  9. 20 Aug, 2015 1 commit
  10. 20 May, 2015 1 commit
  11. 01 Apr, 2015 1 commit
  12. 23 Mar, 2015 1 commit
  13. 21 Mar, 2015 1 commit
  14. 17 Mar, 2015 1 commit
  15. 16 Mar, 2015 1 commit
  16. 15 Mar, 2015 1 commit
  17. 23 Feb, 2015 2 commits
  18. 20 Feb, 2015 1 commit
  19. 22 Jan, 2015 1 commit
  20. 27 Nov, 2014 1 commit
  21. 24 Nov, 2014 1 commit
  22. 25 Apr, 2014 1 commit
  23. 24 Apr, 2014 1 commit
  24. 10 Apr, 2014 2 commits
  25. 27 Feb, 2014 2 commits
  26. 29 Jan, 2014 1 commit
  27. 24 May, 2013 1 commit
  28. 05 Dec, 2012 1 commit
  29. 04 Oct, 2012 1 commit
  30. 26 Dec, 2011 1 commit
  31. 21 Nov, 2011 1 commit
  32. 18 Nov, 2011 1 commit
    • Hisham Muhammad's avatar
      Mega-commit with features and tweaks for 1.0: · 7ca10817
      Hisham Muhammad authored
      * Performance improvements
      * Support for splitting CPU meters into two or four columns
        (thanks to Wim Heirman)
      * Switch from PLPA, which is now deprecated, to HWLOC.
      * Bring back support for native Linux sched_setaffinity,
        so we don't have to use HWLOC where we don't need to.
      * Support for typing in user names and column fields in selection panels.
      7ca10817
  33. 29 Sep, 2011 1 commit
  34. 24 Sep, 2011 1 commit
  35. 26 May, 2011 1 commit
  36. 28 Mar, 2011 1 commit