Question about ARM function graph tracing
Rabin Vincent
rabin at rab.in
Thu Feb 3 23:07:54 EST 2011
On Fri, Feb 4, 2011 at 05:12, Tim Bird <tim.bird at am.sony.com> wrote:
> I sheepishly admit that I haven't been following mainline very
> well. I was happily surprised to see you have mainlined ARM
> function graph tracing. I gave it a test on my old OMAP
> OSK board, with the results shown below.
OMAP is missing a notrace annotation on omap_readl():
http://www.mail-archive.com/linux-omap@vger.kernel.org/msg38911.html
Part of that patch was merged through rmk's work, but the
omap_readl() annotation seems to have been missed.
Also, if this is OMAP1 and not latest mainline, I think you
will need a notrace on omap_rev() also (called from inside
omap_readl() until recently).
I think this is most probably what is wrong, since IIRC I saw
crashes like this on BeagleBoard before I added the notrace on
omap_readl. Could you please try with these changes?
Rabin
More information about the linux-arm-kernel
mailing list