[Bug tapsets/15155] New: syscall tapset doesn't know sendmmsg

mjw at redhat dot com sourceware-bugzilla@sourceware.org
Mon Feb 18 16:01:00 GMT 2013


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

             Bug #: 15155
           Summary: syscall tapset doesn't know sendmmsg
           Product: systemtap
           Version: unspecified
            Status: NEW
          Severity: normal
          Priority: P2
         Component: tapsets
        AssignedTo: systemtap@sourceware.org
        ReportedBy: mjw@redhat.com
    Classification: Unclassified


The sendmmsg() system call was added in Linux kernel 3.0/glibc 2.14.

semantic error: while resolving probe point: identifier 'syscall' at
<input>:1:7
        source: probe syscall.sendmmsg { printf("%s: %s\n", name, argstr); }

The right probe point is probably net/socket.c:
int __sys_sendmmsg(int fd, struct mmsghdr __user *mmsg, unsigned int vlen,
                   unsigned int flags)

Sample example program:
http://www.man7.org/linux/man-pages/man2/sendmmsg.2.html

-- 
Configure bugmail: http://sourceware.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.



More information about the Systemtap mailing list