History log of /hardware/qcom/display/msm8960/libmemtrack/memtrack_msm.c
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
28c93c950cd82667a43dd0dd64043274eb7a1e55 17-Sep-2013 Colin Cross <ccross@android.com> Fix remainig exynos references

Also fix a compile warning by replacing enum with int in the getMemory
function.

Change-Id: Ic4bbba425486bb7f456e928968afa5f2b04ca7ea
/hardware/qcom/display/msm8960/libmemtrack/memtrack_msm.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/memtrack_msm.c