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] New: stap output same probepoint name when using wildcard


When I ran below command on fc7(2.6.23.12-52.fc7) with latest systemtap;

$ stap -e 'probe kernel.function("netlink_seq*"){}' -p2

I got odd output.
---
# probes
kernel.function("netlink_seq_open@net/netlink/af_netlink.c:1817") /* pc=0x1cc379
*/ /* <- kernel.function("netlink_seq_open@net/netlink/af_netlink.c:1817") */
kernel.function("netlink_seq_open@net/netlink/af_netlink.c:1817") /* pc=0x1cc439
*/ /* <- kernel.function("netlink_seq_open@net/netlink/af_netlink.c:1817") */
kernel.function("netlink_seq_open@net/netlink/af_netlink.c:1817") /* pc=0x1cc4b5
*/ /* <- kernel.function("netlink_seq_open@net/netlink/af_netlink.c:1817") */
kernel.function("netlink_seq_open@net/netlink/af_netlink.c:1817") /* pc=0x1cc4bd
*/ /* <- kernel.function("netlink_seq_open@net/netlink/af_netlink.c:1817") */
kernel.function("netlink_seq_open@net/netlink/af_netlink.c:1817") /* pc=0x1cc53e
*/ /* <- kernel.function("netlink_seq_open@net/netlink/af_netlink.c:1817") */
kernel.function("netlink_seq_open@net/netlink/af_netlink.c:1817") /* pc=0x1cc5b5
*/ /* <- kernel.function("netlink_seq_open@net/netlink/af_netlink.c:1817") */
---

All probe point name are same "netlink_seq_open@net/netlink/af_netlink.c:1817",
but pc are different.

-- 
           Summary: stap output same probepoint name when using wildcard
           Product: systemtap
           Version: unspecified
            Status: NEW
          Severity: normal
          Priority: P2
         Component: translator
        AssignedTo: systemtap at sources dot redhat dot com
        ReportedBy: mhiramat at redhat dot com


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]