aboutsummaryrefslogtreecommitdiff
path: root/tools/perf/scripts/python/call-graph-from-postgresql.py
diff options
context:
space:
mode:
authorAndrea Arcangeli <[email protected]>2015-11-05 18:49:16 -0800
committerLinus Torvalds <[email protected]>2015-11-05 19:34:48 -0800
commit85c6e8dd23c6aa9ff299bf5256fe5f0a6c44f100 (patch)
tree40353db4104bd1b5b1339a8e3dfc647509d9903c /tools/perf/scripts/python/call-graph-from-postgresql.py
parent98666f8a2576b12f5f3ebcef61a8cdbefede1be3 (diff)
ksm: use find_mergeable_vma in try_to_merge_with_ksm_page
Doing the VM_MERGEABLE check after the page == kpage check won't provide any meaningful benefit. The !vma->anon_vma check of find_mergeable_vma is the only superfluous bit in using find_mergeable_vma because the !PageAnon check of try_to_merge_one_page() implicitly checks for that, but it still looks cleaner to share the same find_mergeable_vma(). Signed-off-by: Andrea Arcangeli <[email protected]> Acked-by: Hugh Dickins <[email protected]> Cc: Petr Holasek <[email protected]> Signed-off-by: Andrew Morton <[email protected]> Signed-off-by: Linus Torvalds <[email protected]>
Diffstat (limited to 'tools/perf/scripts/python/call-graph-from-postgresql.py')
0 files changed, 0 insertions, 0 deletions