commit | 6c64fe7f2adcee21d7c4247f1ec021fd18428fc4 | [log] [tgz] |
---|---|---|
author | Jonathan Helman <jonathan.helman@oracle.com> | Mon Mar 19 15:14:14 2018 -0700 |
committer | Michael S. Tsirkin <mst@redhat.com> | Tue Apr 10 21:23:55 2018 +0300 |
tree | fd2830b8ed3334508e088771b9745f6be259e7cf | |
parent | dc32bb678e103afbcfa4d814489af0566307f528 [diff] |
virtio_balloon: export hugetlb page allocation counts Export the number of successful and failed hugetlb page allocations via the virtio balloon driver. These 2 counts come directly from the vm_events HTLB_BUDDY_PGALLOC and HTLB_BUDDY_PGALLOC_FAIL. Signed-off-by: Jonathan Helman <jonathan.helman@oracle.com> Signed-off-by: Michael S. Tsirkin <mst@redhat.com> Reviewed-by: Jason Wang <jasowang@redhat.com>