index
:
linux/linux-stable.git
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
linux-3.10.y
linux-3.11.y
linux-3.12.y
linux-3.13.y
linux-3.14.y
linux-3.15.y
linux-3.16.y
linux-3.17.y
linux-3.18.y
linux-3.19.y
linux-3.2.y
linux-3.3.y
linux-3.4.y
linux-3.5.y
linux-3.6.y
linux-3.7.y
linux-3.8.y
linux-3.9.y
linux-4.0.y
linux-4.1.y
linux-4.10.y
linux-4.11.y
linux-4.12.y
linux-4.13.y
linux-4.14.y
linux-4.15.y
linux-4.16.y
linux-4.17.y
linux-4.18.y
linux-4.19.y
linux-4.2.y
linux-4.20.y
linux-4.3.y
linux-4.4.y
linux-4.5.y
linux-4.6.y
linux-4.7.y
linux-4.8.y
linux-4.9.y
linux-5.0.y
linux-5.1.y
linux-5.10.y
linux-5.11.y
linux-5.12.y
linux-5.13.y
linux-5.14.y
linux-5.15.y
linux-5.16.y
linux-5.17.y
linux-5.18.y
linux-5.19.y
linux-5.2.y
linux-5.3.y
linux-5.4.y
linux-5.5.y
linux-5.6.y
linux-5.7.y
linux-5.8.y
linux-5.9.y
linux-6.0.y
linux-6.1.y
linux-6.10.y
linux-6.11.y
linux-6.12.y
linux-6.13.y
linux-6.14.y
linux-6.15.y
linux-6.2.y
linux-6.3.y
linux-6.4.y
linux-6.5.y
linux-6.6.y
linux-6.7.y
linux-6.8.y
linux-6.9.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree
kernel.org maintainers
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
kernel
/
trace
/
trace_clock.c
Age
Commit message (
Expand
)
Author
2021-06-18
tracing: Do no increment trace_clock_global() by one
Steven Rostedt (VMware)
2021-04-30
tracing: Restructure trace_clock_global() to never block
Steven Rostedt (VMware)
2018-08-16
tracing: Add SPDX License format tags to tracing files
Steven Rostedt (VMware)
2018-04-06
tracing: Hide global trace clock from lockdep
Steven Rostedt (VMware)
2017-03-02
sched/headers: Prepare for new header dependencies before moving code to <lin...
Ingo Molnar
2015-05-12
tracing: Export tracing clock functions
Jerry Snitselaar
2014-07-21
tracing: Fix wraparound problems in "uptime" trace clock
Tony Luck
2013-03-15
tracing: Add "uptime" trace clock that uses jiffies
Steven Rostedt (Red Hat)
2013-02-19
Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kern...
Linus Torvalds
2013-01-30
tracing: Use sched_clock_cpu for trace_clock_global
Namhyung Kim
2013-01-22
tracing: Remove trace.h header from trace_clock.c
Steven Rostedt
2013-01-08
tracing: Export trace_clock_local()
Paul E. McKenney
2011-09-19
tracing: Add a counter clock for those that do not trust clocks
Steven Rostedt
2011-03-31
Fix common misspellings
Lucas De Marchi
2010-08-06
Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/ker...
Linus Torvalds
2010-06-09
sched_clock: Add local_clock() API and improve documentation
Peter Zijlstra
2010-06-03
tracing: Remove ftrace_preempt_disable/enable
Steven Rostedt
2010-03-29
tracing: Fix lockdep warning in global_clock()
Li Zefan
2010-02-28
tracing: Include irqflags headers from trace clock
Frederic Weisbecker
2009-12-14
locking: Convert __raw_spin* functions to arch_spin*
Thomas Gleixner
2009-12-14
locking: Rename __RAW_SPIN_LOCK_UNLOCKED to __ARCH_SPIN_LOCK_UNLOCKED
Thomas Gleixner
2009-12-14
locking: Convert raw_spinlock to arch_spinlock
Thomas Gleixner
2009-11-11
tracing: do not disable interrupts for trace_clock_local
Steven Rostedt
2009-09-15
tracing: optimize global_trace_clock cachelines
Steven Rostedt
2009-03-22
tracing: fix four sparse warnings
Dmitri Vorobiev
2009-03-10
trace_clock: fix preemption bug
Peter Zijlstra
2009-02-26
tracing: implement trace_clock_*() APIs
Ingo Molnar