public inbox for systemtap@sourceware.org
 help / color / mirror / Atom feed
* $ suffix not working
@ 2013-03-07 13:45 corpaul
  2013-03-07 14:37 ` Mark Wielaard
  0 siblings, 1 reply; 5+ messages in thread
From: corpaul @ 2013-03-07 13:45 UTC (permalink / raw)
  To: systemtap

I am a complete newbie with Systemtap and am trying to get the hang of it...
but when I try to execute from the manual:
stap -e 'probe kernel.function("vfs_read") {printf("%s\n", $$parms$);
exit(); }'

I get the following error message:
root@tud276042:/home/corpaul/Play/probes# stap -e 'probe
kernel.function("vfs_read") {printf("%s\n", $$parms$); exit(); }'
semantic error: unable to find local '$parms$' near pc 0xffffffff810efcae in
vfs_read(/build/buildd-linux-2.6_2.6.32-48squeeze1-amd64-qu4MIV/linux-2.6-2.6.32/debian/build/source_amd64_none/fs/read_write.c)
(alternatives: file buf count pos ret): identifier '$$parms$' at
<input>:1:51
        source: probe kernel.function("vfs_read") {printf("%s\n", $$parms$);
exit(); }
                                                                  ^
Pass 2: analysis failed.  Try again with another '--vp 01' option.

How should I fix this?

Thanks! CP



--
View this message in context: http://sourceware-org.1504.n7.nabble.com/suffix-not-working-tp224571.html
Sent from the Sourceware - systemtap mailing list archive at Nabble.com.

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

end of thread, other threads:[~2013-03-12  8:10 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2013-03-07 13:45 $ suffix not working corpaul
2013-03-07 14:37 ` Mark Wielaard
2013-03-07 14:43   ` corpaul
2013-03-07 15:26     ` Timo Juhani Lindfors
2013-03-12  8:10       ` corpaul

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).