Christian Ehrhardt 3f7f95c65e KVM: kvmtrace: replace get_cycles with ktime_get v3
The current kvmtrace code uses get_cycles() while the interpretation would be
easier using using nanoseconds. ktime_get() should give at least the same
accuracy as get_cycles on all architectures (even better on 32bit archs) but
at a better unit (e.g. comparable between hosts with different frequencies.

[avi: avoid ktime_t in public header]

Signed-off-by: Christian Ehrhardt <ehrhardt@linux.vnet.ibm.com>
Acked-by: Christian Borntraeger <borntraeger@de.ibm.com>
Signed-off-by: Avi Kivity <avi@qumranet.com>
2008-10-15 10:15:15 +02:00
..
2008-08-20 13:19:52 -07:00
2008-10-14 10:23:27 -07:00
2008-09-19 12:44:54 -07:00
2008-10-13 09:35:14 +11:00
2008-08-31 16:00:42 +02:00
2008-10-09 21:33:02 +01:00
2008-10-03 10:04:10 +02:00