summaryrefslogtreecommitdiffstats
path: root/include
Commit message (Expand)AuthorAgeFilesLines
* libmeminfo: Add APIs for per-process GPU memoryKalesh Singh2021-06-301-0/+7
* libmeminfo: Add THP field to procmem outputKalesh Singh2021-04-201-1/+4
* libmeminfo: Add THP stats to showmapKalesh Singh2021-04-201-1/+12
* Merge changes from topic "madvise_readmaps_optimization"Treehugger Robot2021-03-051-0/+4
|\
| * Add VMA Parsing function for efficiently parsing Maps fileEdgar Arriaga2021-03-051-0/+4
* | procmeminfo: fix race in IsSmapsRollupSupportedTim Murray2021-02-261-3/+2
|/
* Allow ForEachVma*() APIs to use /proc/<pid>/mapsKalesh Singh2021-02-251-6/+11
* Add API to return total size of DMA-BUFs exported from DMA-BUF heapsHridya Valsaraju2021-02-111-0/+7
* Add API to read DMA-BUF heap total pool sizeHridya Valsaraju2021-02-041-0/+4
* Add a flag to distinguish shared VMAsEdgar Arriaga2021-01-151-3/+6
* libmeminfo: add GPU total memory usage query functionSuren Baghdasaryan2020-12-151-0/+3
* Optimize SwapOffsets() to skip parsing unused informationMartin Liu2020-12-081-2/+3
* libmeminfo: add active / inactive / unreclaimable to meminfo fieldsIoannis Ilkos2020-12-011-0/+8
* libmeminfo: Swap accounting bug fixes am: 100426fa23 am: 5d246f2905 am: f8d87...Automerger Merge Worker2020-01-101-2/+2
|\
| * libmeminfo: Swap accounting bug fixesVic Yang2020-01-061-2/+2
* | libmeminfo: add API to read ION heap and pool allocation sizes am: c94063b44e...Automerger Merge Worker2019-12-191-0/+8
|\|
| * libmeminfo: add API to read ION heap and pool allocation sizesSuren Baghdasaryan2019-12-191-0/+8
| * libmeminfo: add KReclaimable to the fields read from meminfoSuren Baghdasaryan2019-12-181-0/+2
* | libmeminfo: add KReclaimable to the fields read from meminfoSuren Baghdasaryan2019-12-181-1/+3
* | Merge "Add method to get usage stats for a single map." am: d1cb35bdef am: e7...Christopher Ferris2019-10-111-0/+4
|\|
| * Add method to get usage stats for a single map.Christopher Ferris2019-10-101-0/+4
* | Remove static constructors from libmeminfoDaniel Colascione2019-09-041-26/+34
|/
* Optimize code that only uses PageMap call.Christopher Ferris2019-07-121-1/+4
* meminfo: Add support to track working set with idle page tracking.Sandeep Patil2019-01-231-2/+7
* Merge "meminfo: Pull ReadVmallocInfo() out of the SysMemInfo class."Sandeep Patil2019-01-231-1/+6
|\
| * meminfo: Pull ReadVmallocInfo() out of the SysMemInfo class.Sandeep Patil2019-01-221-1/+6
* | meminfo: Add API to read pagemap for a vma within a process.Sandeep Patil2019-01-212-0/+19
|/
* meminfo: Add IsSmapsRollupSupported ApiSandeep Patil2019-01-141-3/+9
* meminfo: Add SmapsOrRollupPssSandeep Patil2019-01-141-0/+10
* meminfo: Remove unnecessary working set statsSandeep Patil2019-01-142-7/+1
* meminfo: Add Smaps(), showmap and friends.Sandeep Patil2019-01-082-1/+25
* libmeminfo: Add SmapsRollupSandeep Patil2019-01-072-1/+24
* meminfo: Add ReadVmallocInfo()Sandeep Patil2019-01-071-2/+6
* libmeminfo: Add ReadSysMemInfo variantsSandeep Patil2018-12-111-2/+8
* libmeminfo: defer maps reading only when required for procmeminfoSandeep Patil2018-12-051-1/+1
* libmeminfo: Add support to reset workingset without procmeminfo objectsSandeep Patil2018-12-051-1/+3
* libmeminfo: Add support to fiter accounting based on page flagsSandeep Patil2018-12-041-1/+3
* libmeminfo: Add support to read zram memory consumptionSandeep Patil2018-12-041-2/+2
* libmeminfo: Add support for counting swap pagesSandeep Patil2018-12-043-16/+37
* libmeminfo: Add libmeminfo to gather global and per-process memory statsSandeep Patil2018-11-054-0/+261