git: kernel - Use GDF_VIRTUSER to help measure user% in the vkernel host
Matthew Dillon
dillon at crater.dragonflybsd.org
Sat Jan 28 14:12:45 PST 2017
commit 08309d9463e600111ece28767233ca8f9769b7ce
Author: Matthew Dillon <dillon at apollo.backplane.com>
Date: Sat Jan 28 14:07:02 2017 -0800
kernel - Use GDF_VIRTUSER to help measure user% in the vkernel host
* The vkernel host measures time in the vkernel VMM (when VMM is enabled)
as system time. Use the GDF_VIRTUSER flag to try to measure that time
as user time.
Summary of changes:
sys/kern/kern_clock.c | 5 +++--
sys/platform/pc64/vmm/vmx.c | 10 ++++++++++
sys/sys/globaldata.h | 2 +-
3 files changed, 14 insertions(+), 3 deletions(-)
http://gitweb.dragonflybsd.org/dragonfly.git/commitdiff/08309d9463e600111ece28767233ca8f9769b7ce
--
DragonFly BSD source repository
More information about the Commits
mailing list