diff options
author | Andrea Arcangeli <aarcange@redhat.com> | 2011-01-13 15:46:58 -0800 |
---|---|---|
committer | Linus Torvalds <torvalds@linux-foundation.org> | 2011-01-13 17:32:43 -0800 |
commit | 79134171df238171daa4c024a42b77b401ccb00b (patch) | |
tree | af7872d5851e371d09b9fe7eb80f4809713c79fb /mm/vmstat.c | |
parent | b9bbfbe30ae088cc88a4b2ba7732baeebd1a0162 (diff) | |
download | linux-3.10-79134171df238171daa4c024a42b77b401ccb00b.tar.gz linux-3.10-79134171df238171daa4c024a42b77b401ccb00b.tar.bz2 linux-3.10-79134171df238171daa4c024a42b77b401ccb00b.zip |
thp: transparent hugepage vmstat
Add hugepage stat information to /proc/vmstat and /proc/meminfo.
Signed-off-by: Andrea Arcangeli <aarcange@redhat.com>
Acked-by: Rik van Riel <riel@redhat.com>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
Diffstat (limited to 'mm/vmstat.c')
-rw-r--r-- | mm/vmstat.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/mm/vmstat.c b/mm/vmstat.c index 751a65e00aa..0c3b5048773 100644 --- a/mm/vmstat.c +++ b/mm/vmstat.c @@ -880,6 +880,7 @@ static const char * const vmstat_text[] = { "numa_local", "numa_other", #endif + "nr_anon_transparent_hugepages", "nr_dirty_threshold", "nr_dirty_background_threshold", |