public inbox for systemtap@sourceware.org
 help / color / mirror / Atom feed
* [Bug translator/4301] New: mark_derived_probe::join_group incomplete
@ 2007-03-30 17:51 mkg at vt dot edu
  2007-03-30 18:02 ` [Bug translator/4301] " fche at redhat dot com
                   ` (4 more replies)
  0 siblings, 5 replies; 6+ messages in thread
From: mkg at vt dot edu @ 2007-03-30 17:51 UTC (permalink / raw)
  To: systemtap

I am exploring the Myrinet 10G MX driver with SystemTap. I created two markers 
called mx_ether_xmit_top and mx_ether_xmit_bottom at the top and bottom of 
static function mx_ether_xmit in mx-1.2.0i/driver/linux/mx_ether.c, part of 
module mx_driver.

Instead of being able to probe at the marks, there are semantic errors: 
"semantic error: incomplete: keyword at <input>:1:1" with "stap -e 'probe 
module("mx_driver").mark ("mx_ether_xmit_top") {exit}'". Surprisingly, there is 
a different error when running "stap -e 'probe module("mx_driver").mark 
("mx_ether_xmit") {exit}'": "semantic error: no match for probe point while 
resolving probe point module("mx_driver").mark("mx_ether_xmit")" which is the 
error I expect to see since there are no marks by that name. Thus the mark is 
being found by the first command line.

The problem appears to be an incomplete implementation guarded by throwing 
semantic error "incomplete" in mark_derived_probe::join_group at 
tapsets.cxx:4382.

-- 
           Summary: mark_derived_probe::join_group incomplete
           Product: systemtap
           Version: unspecified
            Status: NEW
          Severity: normal
          Priority: P2
         Component: translator
        AssignedTo: systemtap at sources dot redhat dot com
        ReportedBy: mkg at vt dot edu


http://sourceware.org/bugzilla/show_bug.cgi?id=4301

------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.

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

end of thread, other threads:[~2007-05-08 18:57 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2007-03-30 17:51 [Bug translator/4301] New: mark_derived_probe::join_group incomplete mkg at vt dot edu
2007-03-30 18:02 ` [Bug translator/4301] " fche at redhat dot com
2007-03-30 18:28 ` mkg at vt dot edu
2007-03-30 18:44 ` fche at redhat dot com
2007-03-30 19:36 ` mkg at vt dot edu
2007-05-08 18:57 ` fche at redhat dot com

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