index
:
linux.git
kangrejos
master
mm/krealloc
rust/mm
dakr's fork of kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
include
/
trace
/
events
/
timer.h
Age
Commit message (
Expand
)
Author
2023-12-20
tracing/timers: Add tracepoint for tracking timer base is_idle flag
Anna-Maria Behnsen
2023-12-20
tracing/timers: Enhance timer_start tracepoint
Anna-Maria Behnsen
2023-06-19
tracing/timer: Add missing hrtimer modes to decode_hrtimer_mode().
Sebastian Andrzej Siewior
2023-04-05
rcu: Fix missing TICK_DEP_MASK_RCU_EXP dependency check
Zqiang
2022-04-14
tracing/timer: Add missing argument documentation of trace points
Anna-Maria Behnsen
2021-03-23
tracing: Fix various typos in comments
Ingo Molnar
2019-12-01
Merge tag 'y2038-cleanups-5.5' of git://git.kernel.org:/pub/scm/linux/kernel/...
Linus Torvalds
2019-11-15
y2038: itimer: change implementation to timespec64
Arnd Bergmann
2019-10-05
nohz: Add TICK_DEP_BIT_RCU
Frederic Weisbecker
2019-03-24
timer/trace: Improve timer tracing
Anna-Maria Gleixner
2019-03-24
timer/trace: Replace deprecated vsprintf pointer extension %pf by %ps
Anna-Maria Gleixner
2018-01-16
hrtimer: Add clock bases and hrtimer mode for softirq context
Anna-Maria Gleixner
2018-01-16
tracing/hrtimer: Print the hrtimer mode in the 'hrtimer_start' tracepoint
Anna-Maria Gleixner
2018-01-16
tracing/hrtimer: Fix tracing bugs by taking all clock bases and modes into ac...
Anna-Maria Gleixner
2017-11-02
License cleanup: add SPDX GPL-2.0 license identifier to files with no license
Greg Kroah-Hartman
2017-02-27
Merge tag 'trace-v4.11' of git://git.kernel.org/pub/scm/linux/kernel/git/rost...
Linus Torvalds
2017-02-15
timers: Make flags output in the timer_start tracepoint useful
Thomas Gleixner
2017-02-01
timers/itimer: Convert internal cputime_t units to nsec
Frederic Weisbecker
2016-12-25
ktime: Get rid of the union
Thomas Gleixner
2016-08-09
tracing: Fix tick_stop tracepoint symbols for user export
Steven Rostedt (Red Hat)
2016-03-02
nohz: Use enum code for tick stop failure tracing message
Frederic Weisbecker
2015-06-19
timer: Replace timer base by a cpu index
Thomas Gleixner
2015-05-22
tracing: timer: Add deferrable flag to timer_start
Badhri Jagan Sridharan
2013-05-05
Merge branch 'timers-nohz-for-linus' of git://git.kernel.org/pub/scm/linux/ke...
Linus Torvalds
2013-04-24
nohz: Fix unavailable tick_stop tracepoint in dynticks idle
Frederic Weisbecker
2013-04-22
nohz: Add basic tracing
Frederic Weisbecker
2013-03-18
treewide: Fix typos in printk and comment
Masanari Iida
2010-08-19
tracing: Fix timer tracing
Arjan van de Ven
2010-06-28
tracing: Convert some timer events to DEFINE_EVENT
Li Zefan
2009-12-10
itimer: Fix the itimer trace print format
Thomas Gleixner
2009-10-15
events: Harmonize event field names and print output names
Ingo Molnar
2009-08-29
itimers: Add tracepoints for itimer
Xiao Guangrong
2009-08-29
hrtimer: Add tracepoint for hrtimers
Xiao Guangrong
2009-08-29
timers: Add tracepoints for timer_list timers
Xiao Guangrong