RE: kvm ppc timing stats

2010-12-07 Thread Yoder Stuart-B08248
> -Original Message- > From: Hollis Blanchard [mailto:hollis_blanch...@mentor.com] > Sent: Tuesday, December 07, 2010 6:53 PM > To: Yoder Stuart-B08248 > Cc: kvm-ppc@vger.kernel.org > Subject: Re: kvm ppc timing stats > > Ah right, makes sense. I guess you'll send a patch soon. :) Yes.

Re: kvm ppc timing stats

2010-12-07 Thread Hollis Blanchard
Ah right, makes sense. I guess you'll send a patch soon. :) Hollis Blanchard Mentor Graphics, Embedded Systems Division On 12/07/2010 02:32 PM, Yoder Stuart-B08248 wrote: I figure out what is going on here. The timing stats convert exit durations into microseconds. The problem is that any

RE: kvm ppc timing stats

2010-12-07 Thread Yoder Stuart-B08248
I figure out what is going on here. The timing stats convert exit durations into microseconds. The problem is that any exits that take less than 1us will wind up having a duration of 0. After to changing to count timebase ticks instead, the numbers add up. By the way-- there aren't any instr