summaryrefslogtreecommitdiffstats
path: root/libdmabufinfo
Commit message (Expand)AuthorAgeFilesLines
* dmabuf_dump: Remove per-device and attachment statsKalesh Singh2021-07-141-25/+0
* dmabufinfo_test: Remove attachment stats testsKalesh Singh2021-07-141-28/+1
* libdmabufinfo: Remove GetDmabufAttachmentStatsKalesh Singh2021-07-142-70/+3
* libdmabufinfo: Remove ReadDmaBufPssKalesh Singh2021-06-303-59/+0
* ReadDmaBufFdRefs: Log once permission denialsKalesh Singh2021-04-081-7/+26
* Fix race condition when reading dmabuf fdinfoIoannis Ilkos2021-03-231-5/+21
* libdmabufinfo: Make public ReadDmaBufMapRefs() and ReadDmaBufFdRefs()Kalesh Singh2021-03-084-17/+119
* Merge "Add min_sdk_version for ART module."Nicolas Geoffray2021-03-061-0/+1
|\
| * Add min_sdk_version for ART module.Nicolas Geoffray2021-03-031-0/+1
* | Change dmabuf dump information formatmingyuan ma2021-03-041-8/+8
|/
* [LSC] Add LOCAL_LICENSE_KINDS to system/memory/libmeminfoandroid-s-preview-1Bob Badour2021-02-122-0/+8
* Add dmabufinfo_test TEST_MAPPINGKalesh Singh2021-02-112-0/+17
* libdmabufinfo: Add API to get per process DMA-buf PSSKalesh Singh2021-02-115-75/+267
* libdmabufinfo: Use uint64_t to represent total size of all DMA-BUFHridya Valsaraju2021-02-044-8/+9
* Add API GetDmabufTotalExportedKbHridya Valsaraju2021-02-033-22/+70
* Enhance the dmabuf_dump tool to also print DMA-BUF sysfs statsHridya Valsaraju2021-02-032-7/+73
* Add APIs to libdmabufinfo to read sysfs DMA-BUF statsHridya Valsaraju2021-02-034-1/+328
* Add a flag to distinguish shared VMAsEdgar Arriaga2021-01-151-5/+7
* Add product_available to product available modulesJustin Yun2020-11-111-0/+1
* Rename ART release APEX to com.android.art.Martin Stjernholm2020-10-191-1/+1
* Make libmeminfo buildable for native_bridgeandroid-r-beta-3android-r-beta-2Victor Khimenko2020-07-011-0/+1
* Set apex_available propertyJiyong Park2020-05-061-0/+6
* dmabuf_dump: Do not exit if debugfs is not foundHridya Valsaraju2020-02-121-2/+1
* Fix darwin buildSuren Baghdasaryan2019-12-191-0/+5
* libdmabufinfo: allow to skip fdrefs when reading dmabuf infoSuren Baghdasaryan2019-12-162-8/+10
* libmeminfo: link libdmabufinfo as part of libmeminfoSuren Baghdasaryan2019-12-162-5/+5
* libdmabufinfo: fix PSS calculationSuren Baghdasaryan2019-12-162-3/+4
* libdmabufinfo: distinguish fdrefs from maprefs in dmabuf_dump reportSuren Baghdasaryan2019-12-131-3/+4
* Fix incorrect closing of fds.Christopher Ferris2019-08-091-5/+10
* dmabuf_dump: Change the default view to per-process statsSandeep Patil2019-06-282-42/+139
* dmabuf_dump: Fix aosp_x86-eng buildsSandeep Patil2019-06-271-2/+2
* dmabuf_dump: Make output more readable and debug friendlySandeep Patil2019-06-261-68/+58
* Merge "procinfo: Read inode number from /proc/<pid>/maps"Treehugger Robot2019-02-151-26/+5
|\
| * procinfo: Read inode number from /proc/<pid>/mapsSandeep Patil2019-02-111-26/+5
* | libmeminfo: change dmabuf_dump from soc_specific to product_specificErick Reyes2019-02-111-1/+1
* | Merge "meminfo: make dmabuf_dump dependency on debugfs optional"Treehugger Robot2019-02-101-2/+2
|\ \
| * | meminfo: make dmabuf_dump dependency on debugfs optionalErick Reyes2019-02-061-2/+2
* | | Merge "libmeminfo: make libdmabufinfo and dmabuf_dump vendor available"Treehugger Robot2019-02-103-16/+43
|\| |
| * | libmeminfo: make libdmabufinfo and dmabuf_dump vendor availableErick Reyes2019-02-063-16/+43
* | | Fix 32-bit dmabuf_dump buildColin Cross2019-02-071-1/+1
|/ /
* | meminfo: add tools/dmabufinfo_dump to dmabufinfoErick Reyes2019-02-062-0/+216
* | meminfo: Fix dmabufinfo total ref accountingErick Reyes2019-02-062-8/+12
|/
* Add more tests to libdmabufinfoChenbo Feng2019-02-012-7/+245
* meminfo: handle multiple buffer references in dmabufinfoErick Reyes2019-01-293-16/+58
* meminfo: Add memtrack dmabufinfo libraryErick Reyes2019-01-284-0/+621