]> git.proxmox.com Git - mirror_ubuntu-bionic-kernel.git/blobdiff - mm/vmstat.c
mm: compaction: Add scanned and isolated counters for compaction
[mirror_ubuntu-bionic-kernel.git] / mm / vmstat.c
index c7370579111b872943c56bd694dc0bd02121092d..3a067fabe190ba9d3a824cc8746811854c9c58ec 100644 (file)
@@ -774,10 +774,14 @@ const char * const vmstat_text[] = {
 
        "pgrotated",
 
+#ifdef CONFIG_MIGRATION
+       "pgmigrate_success",
+       "pgmigrate_fail",
+#endif
 #ifdef CONFIG_COMPACTION
-       "compact_blocks_moved",
-       "compact_pages_moved",
-       "compact_pagemigrate_failed",
+       "compact_migrate_scanned",
+       "compact_free_scanned",
+       "compact_isolated",
        "compact_stall",
        "compact_fail",
        "compact_success",