unevictable lru: add event counting with statistics
[profile/ivi/kernel-x86-ivi.git] / mm / vmstat.c
index 4380b0d..6cb08cd 100644 (file)
@@ -677,6 +677,11 @@ static const char * const vmstat_text[] = {
        "htlb_buddy_alloc_success",
        "htlb_buddy_alloc_fail",
 #endif
+#ifdef CONFIG_UNEVICTABLE_LRU
+       "unevictable_pgs_culled",
+       "unevictable_pgs_scanned",
+       "unevictable_pgs_rescued",
+#endif
 #endif
 };