diff options
Diffstat (limited to 'mm/vmstat.c')
-rw-r--r-- | mm/vmstat.c | 16 |
1 files changed, 13 insertions, 3 deletions
diff --git a/mm/vmstat.c b/mm/vmstat.c index df14808f0a36..9800306c8195 100644 --- a/mm/vmstat.c +++ b/mm/vmstat.c | |||
@@ -774,10 +774,20 @@ const char * const vmstat_text[] = { | |||
774 | 774 | ||
775 | "pgrotated", | 775 | "pgrotated", |
776 | 776 | ||
777 | #ifdef CONFIG_NUMA_BALANCING | ||
778 | "numa_pte_updates", | ||
779 | "numa_hint_faults", | ||
780 | "numa_hint_faults_local", | ||
781 | "numa_pages_migrated", | ||
782 | #endif | ||
783 | #ifdef CONFIG_MIGRATION | ||
784 | "pgmigrate_success", | ||
785 | "pgmigrate_fail", | ||
786 | #endif | ||
777 | #ifdef CONFIG_COMPACTION | 787 | #ifdef CONFIG_COMPACTION |
778 | "compact_blocks_moved", | 788 | "compact_migrate_scanned", |
779 | "compact_pages_moved", | 789 | "compact_free_scanned", |
780 | "compact_pagemigrate_failed", | 790 | "compact_isolated", |
781 | "compact_stall", | 791 | "compact_stall", |
782 | "compact_fail", | 792 | "compact_fail", |
783 | "compact_success", | 793 | "compact_success", |