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 tapsets/11402] pipe2 syscall not supported


------- Additional Comments From mjw at redhat dot com  2010-03-19 12:23 -------
I decided to add it as a new syscall.pipe2 variant since it is a real new syscall.

commit 8bd0f6dce9effdb8bde2fb2cc6ab2c68be8d32d7
Author: Mark Wielaard <mjw@redhat.com>
Date:   Fri Mar 19 13:00:50 2010 +0100

    PR11402 Support pipe2 syscall.
    
    The pipe2() was added to Linux in version 2.6.27. It is a variant of the
    normal pipe syscall, but takes an extra flags argument which can be the
    ORed value of O_NONBLOCK and O_CLOEXEC.
    
    * tapset/aux_syscalls.stp (_sys_pipe2_flag_str:string): New helper function.
    * tapset/syscalls2.stp (syscall.pipe2, syscall.pipe2.return): New probes.

-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|                            |FIXED


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

------- 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]