Bug 18026 - timerfd_create, timerfd_gettime, timerfd_settime syscall support needs to be added
Summary: timerfd_create, timerfd_gettime, timerfd_settime syscall support needs to be ...
Status: RESOLVED FIXED
Alias: None
Product: systemtap
Classification: Unclassified
Component: tapsets (show other bugs)
Version: unspecified
: P2 normal
Target Milestone: ---
Assignee: David Smith
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2015-02-25 15:52 UTC by David Smith
Modified: 2015-02-26 15:26 UTC (History)
0 users

See Also:
Host:
Target:
Build:
Last reconfirmed:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description David Smith 2015-02-25 15:52:59 UTC
In the following kernel commit, support for the timerfd() syscall was added (in kernel 2.6.22):

====
commit b215e283992899650c4271e7385c79e26fb9a88e                                 
Author: Davide Libenzi <davidel@xmailserver.org>                                
Date:   Thu May 10 22:23:16 2007 -0700                                          
                                                                                
    signal/timer/event: timerfd core                                            
====

Then in the following kernel commit, support for timerfd() was removed and instead the timerfd_create(), timerfd_gettime(), timerfd_settime() syscalls were added (in kernel 2.6.25):

====
commit 4d672e7ac79b5ec5cdc90e450823441e20464691                                 
Author: Davide Libenzi <davidel@xmailserver.org>                                
Date:   Mon Feb 4 22:27:26 2008 -0800                                           
                                                                                
    timerfd: new timerfd API                                                    
====

systemtap has syscall/nd_syscall support for timerfd(), but not for timerfd_create(), timerfd_gettime(), or timerfd_settime()
Comment 1 David Smith 2015-02-26 15:26:49 UTC
Fixed in commit bac8aa5.