summaryrefslogtreecommitdiffstats
path: root/libmeminfo/procmeminfo.cpp
Commit message (Expand)AuthorAgeFilesLines
* meminfo: Add support to track working set with idle page tracking.Sandeep Patil2019-01-231-4/+20
* meminfo: Add API to read pagemap for a vma within a process.Sandeep Patil2019-01-211-0/+27
* procmeminfo: use getline() instead of fgets() everywhereSandeep Patil2019-01-141-4/+10
* meminfo: Add IsSmapsRollupSupported ApiSandeep Patil2019-01-141-7/+33
* meminfo: Add SmapsOrRollupPssSandeep Patil2019-01-141-0/+23
* meminfo: Remove unnecessary working set statsSandeep Patil2019-01-141-29/+14
* meminfo: Fix ProcMemInfo ForEachVmaFromFileSandeep Patil2019-01-141-1/+2
* meminfo: Add Smaps(), showmap and friends.Sandeep Patil2019-01-081-0/+122
* libmeminfo: Add SmapsRollupSandeep Patil2019-01-071-0/+52
* libmeminfo: defer maps reading only when required for procmeminfoSandeep Patil2018-12-051-5/+36
* libmeminfo: Add support to reset workingset without procmeminfo objectsSandeep Patil2018-12-051-18/+14
* libmeminfo: Add support to fiter accounting based on page flagsSandeep Patil2018-12-041-1/+5
* libmeminfo: Add support for counting swap pagesSandeep Patil2018-12-041-3/+10
* libmeminfo: Add libmeminfo to gather global and per-process memory statsSandeep Patil2018-11-051-0/+218