aboutsummaryrefslogtreecommitdiffstats
path: root/mm/vmstat.c
diff options
context:
space:
mode:
Diffstat (limited to 'mm/vmstat.c')
-rw-r--r--mm/vmstat.c5
1 files changed, 5 insertions, 0 deletions
diff --git a/mm/vmstat.c b/mm/vmstat.c
index 20c2ef4458fa..00382c53f582 100644
--- a/mm/vmstat.c
+++ b/mm/vmstat.c
@@ -817,6 +817,11 @@ const char * const vmstat_text[] = {
817 "thp_zero_page_alloc", 817 "thp_zero_page_alloc",
818 "thp_zero_page_alloc_failed", 818 "thp_zero_page_alloc_failed",
819#endif 819#endif
820 "nr_tlb_remote_flush",
821 "nr_tlb_remote_flush_received",
822 "nr_tlb_local_flush_all",
823 "nr_tlb_local_flush_one",
824 "nr_tlb_local_flush_one_kernel",
820 825
821#endif /* CONFIG_VM_EVENTS_COUNTERS */ 826#endif /* CONFIG_VM_EVENTS_COUNTERS */
822}; 827};