This is the mail archive of the
systemtap@sourceware.org
mailing list for the systemtap project.
Re: Some backtrace/probefunc notes
On Mon, Nov 19, 2012 at 03:04:39PM -0500, Frank Ch. Eigler wrote:
> Mark Wielaard <mjw@redhat.com> writes:
>
> > [...]
> > I am seeing one related testsuite failure:
> > FAIL: probefunc:kernel.function("context_switch").inline shutdown (eof)
> > [...]
> > The reason is that we now see the name of the function where this gets
> > inlined, not the inlined function name itself. With the old implementation
> > of probefunc() it would get the name from the actual probe string, so it
> > would know what the original probe function name was. Should this test be
> > changed?
>
> Yes, or run as --compatible=1.8.
How could I forget the awesome --compatible switch?
Did that in commit 49fb73. And all probefunc.exp tests PASS again!
Thanks,
Mark