This is the mail archive of the
systemtap@sourceware.org
mailing list for the systemtap project.
[Bug tapsets/11402] pipe2 syscall not supported
- From: "mjw at redhat dot com" <sourceware-bugzilla at sourceware dot org>
- To: systemtap at sources dot redhat dot com
- Date: 19 Mar 2010 15:58:05 -0000
- Subject: [Bug tapsets/11402] pipe2 syscall not supported
- References: <20100319102752.11402.mjw@redhat.com>
- Reply-to: sourceware-bugzilla at sourceware dot org
------- Additional Comments From mjw at redhat dot com 2010-03-19 15:58 -------
And after some testing and discussions on irc I merged them into one
syscall.pipe again:
commit 7a95843846ea6a5f626dfeb63a26477e1f228dc4
Author: Mark Wielaard <mjw@redhat.com>
Date: Fri Mar 19 16:53:19 2010 +0100
Merge syscall.pipe and syscall.pipe2 to get around "nesting".
* tapset/syscalls2.stp (syscall.pipe[2][.return]): Merge into syscall.pipe
and syscall.pipe.return. Set name according to flags.
It is not really possible to easily get around the nesting of these syscalls. So
just pretend there is only one pipe syscall for now.
Also a new testcase for all this was added.
--
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.