public inbox for systemtap@sourceware.org
 help / color / mirror / Atom feed
* Issues with probing multiple modules in script
@ 2011-12-28  8:07 Klein, Matt
  2011-12-31  1:33 ` Frank Ch. Eigler
  0 siblings, 1 reply; 2+ messages in thread
From: Klein, Matt @ 2011-12-28  8:07 UTC (permalink / raw)
  To: systemtap

Hi,

I'm having some strange issues trying to probe multiple modules in the same script. For starters:

[~/AmazonData/Source/stap]$ stap -V
SystemTap translator/driver (version 1.3/0.152 non-git sources)

If I try to probe a single module, everything works as expected. However if I probe multiple modules, it seems like probes in the first module found works fine, but any probes on subsequent modules don't actually work. I also see the following error for all modules other than the first:

WARNING: missing unwind/symbol data for module ...

Here is how I am invoking stap:
stap -p4 -m test -r /home/mklein/AmazonData/Source/linux test.stp

I have looked through the -vvvvv output, and it looks to me like all of the module probe points are being identified correctly, but then I see the WARNING message and it doesn't look like the probes ever actually get invoked.

I know that that the other module probes are correct, because if I probe them in isolation, everything works as expected.

Is there anything obvious I am doing wrong (like probing multiple modules from the same script doesn't work)? If not, what data can I provide to help get to the bottom of this?

Thanks,
Matt

--
Matt Klein
Senior Software Engineer
Amazon Web Services
mklein@amazon.com / 206-266-3347

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2011-12-28 17:08 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2011-12-28  8:07 Issues with probing multiple modules in script Klein, Matt
2011-12-31  1:33 ` Frank Ch. Eigler

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).