aboutsummaryrefslogtreecommitdiff
path: root/tools/perf/scripts/python/export-to-sqlite.py
diff options
context:
space:
mode:
authorMiaohe Lin <[email protected]>2021-02-25 17:17:49 -0800
committerLinus Torvalds <[email protected]>2021-02-26 09:41:01 -0800
commit48b03eea321c85185d173cb0d112698b79b1c98e (patch)
tree9d21dfe7a8d019a39a9fb2aa9c8247e49d4f845b /tools/perf/scripts/python/export-to-sqlite.py
parent94c8945376d44b37aa3ab5b58669a2a86326968e (diff)
mm/mlock: stop counting mlocked pages when none vma is found
There will be no vma satisfies addr < vm_end when find_vma() returns NULL. Thus it's meaningless to traverse the vma list below because we can't find any vma to count mlocked pages. Stop counting mlocked pages in this case to save some vma list traversal cycles. Link: https://lkml.kernel.org/r/[email protected] Signed-off-by: Miaohe Lin <[email protected]> Reviewed-by: David Hildenbrand <[email protected]> Signed-off-by: Andrew Morton <[email protected]> Signed-off-by: Linus Torvalds <[email protected]>
Diffstat (limited to 'tools/perf/scripts/python/export-to-sqlite.py')
0 files changed, 0 insertions, 0 deletions