commit | ab55028886dd1dd54585f22bf19a00eb23869340 | [log] [tgz] |
---|---|---|
author | Jeremy Fitzhardinge <jeremy@xensource.com> | Tue Jul 17 18:37:05 2007 -0700 |
committer | Jeremy Fitzhardinge <jeremy@goop.org> | Wed Jul 18 08:47:43 2007 -0700 |
tree | 083c0c3603242c3794eb9396342a590cf920a8b8 | |
parent | f91a8b447b9af64f589f6e13fec7f09b5927563d [diff] |
xen: Implement sched_clock Implement xen_sched_clock, which returns the number of ns the current vcpu has been actually in an unstolen state (ie, running or blocked, vs runnable-but-not-running, or offline) since boot. Signed-off-by: Jeremy Fitzhardinge <jeremy@xensource.com> Acked-by: Chris Wright <chrisw@sous-sol.org> Cc: john stultz <johnstul@us.ibm.com>