Question about oprofile
Ilya Lipovsky
lipovsky at cs.bu.edu
Wed Mar 21 10:07:29 EST 2007
Has anyone considered doing something like lazy FPU/Altivec save/restore,
but only for PMC registers (depending on the PMM field in the MSR)... or is
it a lame idea :)?
-Ilya
-----Original Message-----
From: Andy Fleming [mailto:afleming at freescale.com]
Sent: Tuesday, March 20, 2007 3:14 PM
To: Ilya Lipovsky
Cc: linuxppc-embedded at ozlabs.org
Subject: Re: Question about oprofile
On Mar 20, 2007, at 13:47, Ilya Lipovsky wrote:
> Hi,
>
>
>
> I am trying to understand how oprofile works, and so far I have a
> question:
>
> When rfi'ing back into user context the PMM is cleared. However, if
> PMM is cleared and then a context switch happens (say, to another
> CPU-local thread) the counters keep getting incremented. Is that
> right?
>
>
>
> If this is the case, then the PMC statistics account not just for
> the current user thread, but also for other ones as well and thus
> are not "pure."
oprofile does not support counting just on one thread. The PMM bit
is only used to make it so that the interrupt handler and setup code
are not counted. In order to count in one thread, you would need to
modify the context switch code to allow the PMM bit to stay set on
marked threads, and you would need to modify the oprofile code in
arch/powerpc to only count when the mark bit is set (rather than when
it is cleared).
Andy
More information about the Linuxppc-embedded
mailing list