cvs commit: src/lib/libkvm Makefile kvm.h kvm_cptime.c
kvm_getcptime.3
John Baldwin
jhb at FreeBSD.org
Tue Aug 19 21:30:48 UTC 2008
jhb 2008-08-19 21:30:36 UTC
FreeBSD src repository
Modified files:
lib/libkvm Makefile kvm.h
Added files:
lib/libkvm kvm_cptime.c kvm_getcptime.3
Log:
SVN rev 181880 on 2008-08-19 21:30:36Z by jhb
Add a new routine kvm_getcptime(3) for fetching the equivalent of
'kern.cp_time'. For a live kernel it uses the sysctl. For a crashdump,
it first checks to see if the kernel has a 'cp_time' global symbol. If
it does, it uses that. If that doesn't work, when it uses the recently
added kvm_getmaxcpu(3) and kvm_getpcpu(3) routines to walk all the CPUs
and sum up their counters.
MFC after: 1 week
Revision Changes Path
1.19 +4 -3 src/lib/libkvm/Makefile
1.19 +1 -0 src/lib/libkvm/kvm.h
1.1 +132 -0 src/lib/libkvm/kvm_cptime.c (new)
1.1 +77 -0 src/lib/libkvm/kvm_getcptime.3 (new)
More information about the cvs-src
mailing list