History log of /hardware/qcom/display/msm8960/libmemtrack/kgsl.c
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
454565c66a5d068c0722aa3bb1fccc4c383a5808 30-Sep-2013 Colin Cross <ccross@android.com> fix fd leak in memtrack.msm8960

Close smaps_fd when exiting function.

Bug: 11007903
Change-Id: I4a9fcd1e84aae195d229e5dd11f99ccb9f6f5006
/hardware/qcom/display/msm8960/libmemtrack/kgsl.c
b46313b2e4d0e7fd1a475bf26ce396bcd0243921 07-Sep-2013 Colin Cross <ccross@android.com> Initial msm8x64 memory tracker HAL

Reads memory info from kgsl to track unaccounted for GL and ION
memory. Right now it has to parse every allocation and then
cross-reference it against /proc/pid/smaps. It would be faster
to modify the kgsl driver to keep counters that could just be
read directly.

Bug: 10294768
Change-Id: Icb17558f03ce53bc594fbee097e51fe82e15dc31
/hardware/qcom/display/msm8960/libmemtrack/kgsl.c