This is the mail archive of the systemtap@sourceware.org mailing list for the systemtap project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[Bug translator/5672] stap output same probepoint name when using wildcard


------- Additional Comments From fche at redhat dot com  2008-01-25 18:22 -------
The problem seems to be in the recreation of the synthetic probe point.
Increased verbosity runs indicate that probes are being set on different
functions.  I probably introduced this regression while tweaking the
conditional-probe logic.

./stap -v -e 'probe kernel.function("netlink_seq*") {}' -v -p2
[...]
probe netlink_seq_socket_idx@net/netlink/af_netlink.c:1710 kernel section=.text
pc=0xffffffff81216590
probe netlink_seq_next@net/netlink/af_netlink.c:1741 kernel section=.text
pc=0xffffffff812165fd
probe netlink_seq_show@net/netlink/af_netlink.c:1784 kernel section=.text
pc=0xffffffff8121667f
probe netlink_seq_stop@net/netlink/af_netlink.c:1778 kernel section=.text
pc=0xffffffff812166fc
probe netlink_seq_start@net/netlink/af_netlink.c:1735 kernel section=.text
pc=0xffffffff81216708
probe netlink_seq_open@net/netlink/af_netlink.c:1817 kernel section=.text
pc=0xffffffff81216785


-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
         AssignedTo|systemtap at sources dot    |fche at redhat dot com
                   |redhat dot com              |
             Status|NEW                         |ASSIGNED


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

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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]