summaryrefslogtreecommitdiffstats
path: root/testsuite/systemtap.syscall/eventfd.c
Commit message (Collapse)AuthorAgeFilesLines
* Add support for eventfd2 to syscall.stp tapset.Mark Wielaard2010-03-211-0/+21
* tapset/aux_syscalls.stp (_eventfd2_flag_str): New utility function. * tapset/syscalls.stp (syscall.eventfd[.return]): Add alternatives to handle eventfd2. * testsuite/systemtap.syscall/eventfd.c: New test.