]> git.karo-electronics.de Git - karo-tx-linux.git/blobdiff - mm/vmstat.c
Merge branch 'akpm/master'
[karo-tx-linux.git] / mm / vmstat.c
index c7370579111b872943c56bd694dc0bd02121092d..34bf80bcddd503cfb42b94491daec3df03500ccb 100644 (file)
@@ -781,7 +781,15 @@ const char * const vmstat_text[] = {
        "compact_stall",
        "compact_fail",
        "compact_success",
-#endif
+
+#ifdef CONFIG_BALLOON_COMPACTION
+       "compact_balloon_isolated",
+       "compact_balloon_migrated",
+       "compact_balloon_released",
+       "compact_balloon_returned",
+#endif /* CONFIG_BALLOON_COMPACTION */
+
+#endif /* CONFIG_COMPACTION */
 
 #ifdef CONFIG_HUGETLB_PAGE
        "htlb_buddy_alloc_success",
@@ -801,6 +809,8 @@ const char * const vmstat_text[] = {
        "thp_collapse_alloc",
        "thp_collapse_alloc_failed",
        "thp_split",
+       "hzp_alloc",
+       "hzp_alloc_failed",
 #endif
 
 #endif /* CONFIG_VM_EVENTS_COUNTERS */