aboutsummaryrefslogtreecommitdiffstats
path: root/mm/vmstat.c
diff options
context:
space:
mode:
Diffstat (limited to 'mm/vmstat.c')
-rw-r--r--mm/vmstat.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/mm/vmstat.c b/mm/vmstat.c
index 4bbf65f7335b..0d748d23dc4c 100644
--- a/mm/vmstat.c
+++ b/mm/vmstat.c
@@ -739,6 +739,7 @@ const char * const vmstat_text[] = {
739 "workingset_nodereclaim", 739 "workingset_nodereclaim",
740 "nr_anon_transparent_hugepages", 740 "nr_anon_transparent_hugepages",
741 "nr_free_cma", 741 "nr_free_cma",
742 "nr_free_hc_pages",
742 743
743 /* enum writeback_stat_item counters */ 744 /* enum writeback_stat_item counters */
744 "nr_dirty_threshold", 745 "nr_dirty_threshold",
@@ -754,6 +755,7 @@ const char * const vmstat_text[] = {
754 TEXTS_FOR_ZONES("pgalloc") 755 TEXTS_FOR_ZONES("pgalloc")
755 756
756 "pgfree", 757 "pgfree",
758 "pgfree_hc",
757 "pgactivate", 759 "pgactivate",
758 "pgdeactivate", 760 "pgdeactivate",
759 761