Hypervisor calls summary

The Hypervisor calls summary provides a list of all the hypervisor calls that have completed execution on the system during the monitoring period. The list is sorted by the total CPU time, in milliseconds, consumed by each type of hypervisor call.

                     Hypervisor Calls Summary
                     ------------------------
   Count   Total Time   % sys  Avg Time  Min Time  Max Time  HCALL (Address)
               (msec)    time    (msec)    (msec)    (msec)
========  ===========  ======  ========  ========  ========  =================
       4       0.0077   0.00%    0.0019    0.0014    0.0025  H_XIRR(3ada19c)
       4       0.0070   0.00%    0.0017    0.0015    0.0021  H_EOI(3ad6564)
The Hypervisor Calls Summary has the following fields:
Item Description
Count The number of times that a hypervisor call of a certain type has been called during the monitoring period.
Total Time (msec) The total CPU time that the system spent processing hypervisor calls of this type, expressed in milliseconds.
% sys Time The total CPU time that the system spent processing the hypervisor calls of this type, expressed as a percentage of the total processing time.
Avg Time (msec) The average CPU time that the system spent processing one hypervisor call of this type, expressed in milliseconds.
Min Time (msec) The minimum CPU time that the system needed to process one hypervisor call of this type, expressed in milliseconds.
Max Time (msec) The maximum CPU time that the system needed to process one hypervisor call of this type, expressed in milliseconds
HCALL (address) The name of the hypervisor call and the kernel address of its caller.