CONFIG_HCALL_STATS is not available for thedefaultarchitecture x86.
Result is shown for architecture powerpc
Hypervisor call instrumentation
modulename: hvCall_inst.ko
configname: CONFIG_HCALL_STATS
Linux Kernel Configuration
└─>Hypervisor call instrumentation
In linux kernel since version 2.6.24 (release Date: 2008-01-24)
Adds code to keep track of the number of hypervisor calls made and
the amount of time spent in hypervisor calls. Wall time spent in
each call is always calculated, and if available CPU cycles spent
are also calculated. A directory named hcall_inst is added at the
root of the debugfs filesystem. Within the hcall_inst directory
are files that contain CPU specific call statistics.
This option will add a small amount of overhead to all hypervisor
calls.
the amount of time spent in hypervisor calls. Wall time spent in
each call is always calculated, and if available CPU cycles spent
are also calculated. A directory named hcall_inst is added at the
root of the debugfs filesystem. Within the hcall_inst directory
are files that contain CPU specific call statistics.
This option will add a small amount of overhead to all hypervisor
calls.