CVSROOT: /cvs Module name: src Changes by: [email protected] 2018/05/14 06:31:21
Modified files:
usr.bin/top : machine.c
usr.bin/systat : vmstat.c cpu.c
sys/sys : sched.h
sys/kern : kern_lock.c kern_clock.c
Log message:
Stopping counting and reporting CPU time spent spinning on a lock as
system time.
Introduce a new CP_SPIN "scheduler state" and modify userland tools
to display the % of timer a CPU spents spinning.
Based on a diff from jmatthew@, ok pirofti@, bluhm@, visa@, deraadt@
