[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-Id: <1523434167-19995-1-git-send-email-n-horiguchi@ah.jp.nec.com>
Date: Wed, 11 Apr 2018 17:09:25 +0900
From: Naoya Horiguchi <n-horiguchi@...jp.nec.com>
To: linux-mm@...ck.org
Cc: Michal Hocko <mhocko@...nel.org>, Zi Yan <zi.yan@...t.com>,
"Kirill A. Shutemov" <kirill@...temov.name>,
Andrew Morton <akpm@...ux-foundation.org>,
Vlastimil Babka <vbabka@...e.cz>, linux-kernel@...r.kernel.org
Subject: [PATCH v1 0/2] mm: migrate: vm event counter for hugepage migration
Hi everyone,
I wrote patches introducing separate vm event counters for hugepage migration
(both for hugetlb and thp.)
Hugepage migration is different from normal page migration in event frequency
and/or how likely it succeeds, so maintaining statistics for them in mixed
counters might not be helpful both for develors and users.
Thanks,
Naoya Horiguchi
---
Summary:
Naoya Horiguchi (2):
mm: migrate: add vm event counters thp_migrate_(success|fail)
mm: migrate: add vm event counters hugetlb_migrate_(success|fail)
include/linux/vm_event_item.h | 7 +++
mm/migrate.c | 103 +++++++++++++++++++++++++++++++++++-------
mm/vmstat.c | 8 ++++
3 files changed, 102 insertions(+), 16 deletions(-)
Powered by blists - more mailing lists