diff --git a/include/linux/mmzone.h b/include/linux/mmzone.h index 340db9eaa524..57f5772f4e33 100644 --- a/include/linux/mmzone.h +++ b/include/linux/mmzone.h @@ -188,6 +188,8 @@ enum node_stat_item { NR_WRITTEN, /* page writings since bootup */ NR_KERNEL_MISC_RECLAIMABLE, /* reclaimable non-slab kernel pages */ NR_UNRECLAIMABLE_PAGES, + NR_ION_HEAP, + NR_ION_HEAP_POOL, NR_VM_NODE_STAT_ITEMS }; diff --git a/mm/vmstat.c b/mm/vmstat.c index ac18931a50e2..2ef02636021a 100644 --- a/mm/vmstat.c +++ b/mm/vmstat.c @@ -1168,6 +1168,9 @@ const char * const vmstat_text[] = { "nr_kernel_misc_reclaimable", "nr_unreclaimable_pages", + + "nr_ion_heap", + "nr_ion_heap_pool", /* enum writeback_stat_item counters */ "nr_dirty_threshold", "nr_dirty_background_threshold",