History log of /hardware/qcom/display/msm8084/libmemtrack/memtrack_msm.c
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
c150373713683b4ff42323c1be9f4dab56e93757 29-Jan-2014 Arun Kumar K.R <akumarkr@codeaurora.org> display: remove compile time warnings

- remove unused variable in libexternal.
- make use of all variables in memtrack.

Change-Id: I67b34428f4a976327e4e9dcd6fd7dfb9063b969c
/hardware/qcom/display/msm8084/libmemtrack/memtrack_msm.c
2a7ccaaa826d838e6b7180ba634970d2cf6bab57 17-Sep-2013 Colin Cross <ccross@android.com> libmemtrack: Fix compilation warning error

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

Change-Id: Ic4bbba425486bb7f456e928968afa5f2b04ca7ea
/hardware/qcom/display/msm8084/libmemtrack/memtrack_msm.c
e9268aa55a434104f2368bf115db7995f7a98b47 12-Nov-2013 Arun Kumar K.R <akumarkr@codeaurora.org> libmemtrack: Add correct target information

- Add correct target information to make file
- Remove incorrect target names in the src files
- replace sprintf(banned api) with snprintf

Change-Id: I846ff3d5dcc5acc843c2c83506deafadd30b4942
/hardware/qcom/display/msm8084/libmemtrack/memtrack_msm.c
001f8b8389111c7254b61a1a7f0c05156ac7e4be 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/msm8084/libmemtrack/memtrack_msm.c