index
:
android_kernel_zuk_msm8996.git
halium-9.0
lineage-16.0
lineage-17.1
lineage-18.1
lineage-19.1
lineage-20
lineage-21
lineage-22
master
ubports-9.0
null
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
kernel
/
trace
/
trace_clock.c
(
unfollow
)
Commit message (
Expand
)
Author
2021-06-30
tracing: Do no increment trace_clock_global() by one
Steven Rostedt (VMware)
2021-05-22
tracing: Restructure trace_clock_global() to never block
Steven Rostedt (VMware)
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-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-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