mm: migrate: Add a tracepoint for migrate_pages
[deliverable/linux.git] / mm / vmstat.c
index c7370579111b872943c56bd694dc0bd02121092d..89a7fd665b320977527a5da3edf893e5ffc282c8 100644 (file)
@@ -774,10 +774,11 @@ 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_stall",
        "compact_fail",
        "compact_success",
This page took 0.03974 seconds and 5 git commands to generate.