vm_memory_committed
return vm_memory_committed() +
vm_memory_committed(), dm->num_pages_ballooned,
unsigned long vm_memory_committed,
TP_ARGS(available, committed, vm_memory_committed,
__field(unsigned long, vm_memory_committed)
__entry->vm_memory_committed = vm_memory_committed;
__entry->vm_memory_committed, __entry->pages_ballooned,
committed = vm_memory_committed();
unsigned long vm_memory_committed(void);
EXPORT_SYMBOL_GPL(vm_memory_committed);