X-Git-Url: http://git.cascardo.eti.br/?a=blobdiff_plain;f=mm%2Fvmstat.c;h=9800306c819585885ba4daca3174373909926548;hb=befddb21c845f8fb49e637997891ef97c6a869dc;hp=df14808f0a360ea38a30f3217d2fdd301de4d6b3;hpb=e81d372ff9f694e13fa46e8b5aaed505c7fd2a1f;p=cascardo%2Flinux.git 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[] = { "pgrotated", +#ifdef CONFIG_NUMA_BALANCING + "numa_pte_updates", + "numa_hint_faults", + "numa_hint_faults_local", + "numa_pages_migrated", +#endif +#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",