public inbox for systemtap@sourceware.org
 help / color / mirror / Atom feed
* probe point "process(PATH).function(*).return" not ready yet?
@ 2013-08-14 12:23 maliubiao
  2013-08-14 13:34 ` David Smith
  2013-08-16 15:34 ` Frank Ch. Eigler
  0 siblings, 2 replies; 3+ messages in thread
From: maliubiao @ 2013-08-14 12:23 UTC (permalink / raw)
  To: systemtap

Code:
probe process("../build/lpg").function("*").reutnr {
printf("%s\n", probefunc());
}
Result:
semantic error: while resolving probe point: identifier 'process' at
hello.stp:8:7
        source: probe process("../build/lpg").function("*").return {
                      ^

semantic error: process return probes not available [man error::inode-uprobes]
Pass 2: analysis failed.  [man error::pass2]

This probe point is in the systemtap language reference, what's wrong?
thanks   .

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

end of thread, other threads:[~2013-08-16 15:34 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2013-08-14 12:23 probe point "process(PATH).function(*).return" not ready yet? maliubiao
2013-08-14 13:34 ` David Smith
2013-08-16 15:34 ` 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).