vmscan: count the number of times zone_reclaim() scans and fails
[safe/jmp/linux-2.6] / mm / vmstat.c
index 1e3aa81..138bed5 100644 (file)
@@ -673,6 +673,9 @@ static const char * const vmstat_text[] = {
        TEXTS_FOR_ZONES("pgscan_kswapd")
        TEXTS_FOR_ZONES("pgscan_direct")
 
+#ifdef CONFIG_NUMA
+       "zone_reclaim_failed",
+#endif
        "pginodesteal",
        "slabs_scanned",
        "kswapd_steal",