summaryrefslogtreecommitdiff
path: root/tools/perf/scripts/python
diff options
context:
space:
mode:
authorLingutla Chandrasekhar <clingutla@codeaurora.org>2015-06-01 17:16:25 +0530
committerKyle Yan <kyan@codeaurora.org>2016-07-05 15:28:13 -0700
commitefeed9cca468fb4261c0c407231c0b6fa55b0035 (patch)
tree1fd3d0cc00664d56263d0380323ecc3e30f5a3b7 /tools/perf/scripts/python
parentf57149b1a1a9d1892d62789e7543984a3b585894 (diff)
soc: qcom: memory_dump_v2: use kmemleak_not_leak for mem dump's app table
Table (of type msm_dump_table) is virtual address for app's base table of memdump, which is converted to physical address and holds it in the memdump.table_phys. This memory is not intended to be freed. When kmemleak scans, it can't deduce that the reference we are holding is via physical address and not virtual address. Hence, kmemleak will treat this as a leak as it can't find a reference to this variable. Suppress this by using kmemleak_not_leak API. Change-Id: I5236c940688829a3b5f255c5ee9fcf309cf8ebb7 Signed-off-by: Lingutla Chandrasekhar <clingutla@codeaurora.org>
Diffstat (limited to 'tools/perf/scripts/python')
0 files changed, 0 insertions, 0 deletions