mm/vmstats: add thp_split_pud event for clarity
authorYisheng Xie <[email protected]>
Fri, 10 Mar 2017 00:17:00 +0000 (16:17 -0800)
committerLinus Torvalds <[email protected]>
Fri, 10 Mar 2017 01:01:10 +0000 (17:01 -0800)
commitce9311cf95ad8baf044a014738d76973d93b739a
tree46a91db8c3972c421eac707b0fdf2bd61baed2da
parentcbfd0c1001bedb4b051cf4a1f5df24f1500381bc
mm/vmstats: add thp_split_pud event for clarity

We added support for PUD-sized transparent hugepages, however we count
the event "thp split pud" into thp_split_pmd event.

To separate the event count of thp split pud from pmd, add a new event
named thp_split_pud.

Link: http://lkml.kernel.org/r/[email protected]
Signed-off-by: Yisheng Xie <[email protected]>
Cc: Vlastimil Babka <[email protected]>
Cc: Johannes Weiner <[email protected]>
Cc: Michal Hocko <[email protected]>
Cc: Joonsoo Kim <[email protected]>
Cc: Sebastian Siewior <[email protected]>
Cc: Hugh Dickins <[email protected]>
Cc: Christoph Lameter <[email protected]>
Cc: Kirill A. Shutemov <[email protected]>
Cc: Aneesh Kumar K.V <[email protected]>
Cc: Mel Gorman <[email protected]>
Cc: Andrea Arcangeli <[email protected]>
Cc: Ebru Akagunduz <[email protected]>
Cc: David Rientjes <[email protected]>
Cc: Hanjun Guo <[email protected]>
Signed-off-by: Andrew Morton <[email protected]>
Signed-off-by: Linus Torvalds <[email protected]>
include/linux/vm_event_item.h
mm/huge_memory.c
mm/vmstat.c