aboutsummaryrefslogtreecommitdiff
path: root/tools/perf/util/trace-event-scripting.c
diff options
context:
space:
mode:
authorVlastimil Babka <[email protected]>2019-08-24 17:54:59 -0700
committerLinus Torvalds <[email protected]>2019-08-24 19:48:42 -0700
commitf7da677bc6e72033f0981b9d58b5c5d409fa641e (patch)
treebb5fee2b23455ed3a0432607d03dfe79079bd804 /tools/perf/util/trace-event-scripting.c
parent46d0b24c5ee10a15dfb25e20642f5a5ed59c5003 (diff)
mm, page_owner: handle THP splits correctly
THP splitting path is missing the split_page_owner() call that split_page() has. As a result, split THP pages are wrongly reported in the page_owner file as order-9 pages. Furthermore when the former head page is freed, the remaining former tail pages are not listed in the page_owner file at all. This patch fixes that by adding the split_page_owner() call into __split_huge_page(). Link: http://lkml.kernel.org/r/[email protected] Fixes: a9627bc5e34e ("mm/page_owner: introduce split_page_owner and replace manual handling") Reported-by: Kirill A. Shutemov <[email protected]> Signed-off-by: Vlastimil Babka <[email protected]> Cc: Michal Hocko <[email protected]> Cc: Mel Gorman <[email protected]> Cc: Matthew Wilcox <[email protected]> Cc: <[email protected]> Signed-off-by: Andrew Morton <[email protected]> Signed-off-by: Linus Torvalds <[email protected]>
Diffstat (limited to 'tools/perf/util/trace-event-scripting.c')
0 files changed, 0 insertions, 0 deletions