Skip symbols from IRQ stack.
authorSøren Sandmann Pedersen <sandmann@daimi.au.dk>
Thu, 29 Oct 2009 11:31:31 +0000 (07:31 -0400)
committerSøren Sandmann Pedersen <sandmann@daimi.au.dk>
Thu, 29 Oct 2009 11:31:31 +0000 (07:31 -0400)
commitae77f078d3a1ef81639a73db75b9264f1634889b
tree9bc7125713ecbd23b6fbc0521a99112930001ae4
parent7fc23589a2e96b3a7d4b26b641256b4402f385a9
Skip symbols from IRQ stack.

There is a bug in the kernel where it includes the stack of the IRQ
that generated the event, so that the stack ends up looking like this:

[ip] [irq stack] [real stack].

As a temporary workaround, this patch filters out the irq stack
symbols.
collector.c
tracker.c