thp, vmstats: add counters for huge file pages
THP_FILE_ALLOC: how many times huge page was allocated and put page cache. THP_FILE_MAPPED: how many times file huge page was mapped. Link: http://lkml.kernel.org/r/1466021202-61880-13-git-send-email-kirill.shutemov@linux.intel.com Signed-off-by: Kirill A. Shutemov <kirill.shutemov@linux.intel.com> Signed-off-by: Andrew Morton <akpm@linux-foundation.org> Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
This commit is contained in:

committed by
Linus Torvalds

parent
1010245964
commit
95ecedcd6a
@@ -2968,6 +2968,7 @@ static int do_set_pmd(struct fault_env *fe, struct page *page)
|
||||
|
||||
/* fault is handled */
|
||||
ret = 0;
|
||||
count_vm_event(THP_FILE_MAPPED);
|
||||
out:
|
||||
spin_unlock(fe->ptl);
|
||||
return ret;
|
||||
|
Reference in New Issue
Block a user