[Bug tapsets/11402] New: pipe2 syscall not supported
mjw at redhat dot com
sourceware-bugzilla@sourceware.org
Fri Mar 19 10:28:00 GMT 2010
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. The original pipe syscall is now defined as like the
pipe2 syscall, but with the flags variable set to zero.
Should we support this (in syscall2.stp) as an extra syscall, or should we
retrofit the syscall.pipe probe alias to also match sys_pipe2?
--
Summary: pipe2 syscall not supported
Product: systemtap
Version: unspecified
Status: NEW
Severity: normal
Priority: P2
Component: tapsets
AssignedTo: systemtap at sources dot redhat dot com
ReportedBy: mjw at redhat dot com
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.
More information about the Systemtap
mailing list