Bug 18026

Summary: timerfd_create, timerfd_gettime, timerfd_settime syscall support needs to be added
Product: systemtap Reporter: David Smith <dsmith>
Component: tapsetsAssignee: David Smith <dsmith>
Status: RESOLVED FIXED    
Severity: normal    
Priority: P2    
Version: unspecified   
Target Milestone: ---   
Host: Target:
Build: Last reconfirmed:

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.