#!/bin/sh # # stackcollapse.py can cover all type of perf samples including # the tracepoints, so no special record requirements, just record what # you want to analyze. # perf record "$@" distro/kernel/atom/fs/timerfd.c?h=0x221E-v0.0-v7.0' type='application/atom+xml'/>
summaryrefslogtreecommitdiff
path: root/fs/timerfd.c
AgeCommit message (Expand)Author
2019-08-01timerfd: Prepare for PREEMPT_RTAnna-Maria Gleixner
2019-02-07y2038: syscalls: rename y2038 compat syscallsArnd Bergmann
2018-08-27y2038: globally rename compat_time to old_time32Arnd Bergmann
2018-08-13Merge branch 'work.aio' of git://git.kernel.org/pub/scm/linux/kernel/git/viro...Linus Torvalds
2018-08-06timerfd: add support for keyed wakeupsChristoph Hellwig
2018-07-12Merge branch 'fortglx/4.19/time' of https://git.linaro.org/people/john.stultz...Thomas Gleixner
2018-06-28Revert changes to convert to ->poll_mask() and aio IOCB_CMD_POLLLinus Torvalds
2018-06-24time: Change types to new y2038 safe __kernel_itimerspecDeepa Dinamani
2018-05-26timerfd: convert to ->poll_maskChristoph Hellwig
2018-02-11vfs: do bulk POLL* -> EPOLL* replacementLinus Torvalds
2017-11-27fs: annotate ->poll() instancesAl Viro
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman
2017-06-30timerfd: Use get_itimerspec64() and put_itimerspec64()Deepa Dinamani
2017-03-01timerfd: Only check CAP_WAKE_ALARM when it is neededStephen Smalley
2017-02-10timerfd: Protect the might cancel mechanism properThomas Gleixner
2016-12-25ktime: Cleanup ktime_set() usageThomas Gleixner
2016-12-25ktime: Get rid of the unionThomas Gleixner
2016-06-09timerfd: Reject ALARM timerfds without CAP_WAKE_ALARMEric Caruso
2016-01-17timerfd: Handle relative timers with CONFIG_TIME_LOW_RES properThomas Gleixner
2014-11-05fs: Convert show_fdinfo functions to voidJoe Perches