summaryrefslogtreecommitdiffstats
path: root/kernel/trace/trace_clock.c
Commit message (Expand)AuthorAgeFilesLines
* tracing: Do no increment trace_clock_global() by oneSteven Rostedt (VMware)2021-06-181-3/+3
* tracing: Restructure trace_clock_global() to never blockSteven Rostedt (VMware)2021-04-301-14/+30
* tracing: Add SPDX License format tags to tracing filesSteven Rostedt (VMware)2018-08-161-0/+1
* tracing: Hide global trace clock from lockdepSteven Rostedt (VMware)2018-04-061-2/+2
* sched/headers: Prepare for new header dependencies before moving code to <lin...Ingo Molnar2017-03-021-0/+1
* tracing: Export tracing clock functionsJerry Snitselaar2015-05-121-0/+3
* tracing: Fix wraparound problems in "uptime" trace clockTony Luck2014-07-211-4/+5
* tracing: Add "uptime" trace clock that uses jiffiesSteven Rostedt (Red Hat)2013-03-151-0/+10
* Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2013-02-191-3/+1
|\
| * tracing: Use sched_clock_cpu for trace_clock_globalNamhyung Kim2013-01-301-1/+1
| * tracing: Remove trace.h header from trace_clock.cSteven Rostedt2013-01-221-2/+0
* | tracing: Export trace_clock_local()Paul E. McKenney2013-01-081-0/+1
|/
* tracing: Add a counter clock for those that do not trust clocksSteven Rostedt2011-09-191-0/+12
* Fix common misspellingsLucas De Marchi2011-03-311-1/+1
* Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2010-08-061-1/+1
|\
| * sched_clock: Add local_clock() API and improve documentationPeter Zijlstra2010-06-091-1/+1
* | tracing: Remove ftrace_preempt_disable/enableSteven Rostedt2010-06-031-3/+2
|/
* tracing: Fix lockdep warning in global_clock()Li Zefan2010-03-291-2/+2
* tracing: Include irqflags headers from trace clockFrederic Weisbecker2010-02-281-0/+1
* locking: Convert __raw_spin* functions to arch_spin*Thomas Gleixner2009-12-141-2/+2
* locking: Rename __RAW_SPIN_LOCK_UNLOCKED to __ARCH_SPIN_LOCK_UNLOCKEDThomas Gleixner2009-12-141-1/+1
* locking: Convert raw_spinlock to arch_spinlockThomas Gleixner2009-12-141-2/+2
* tracing: do not disable interrupts for trace_clock_localSteven Rostedt2009-11-111-3/+5
* tracing: optimize global_trace_clock cachelinesSteven Rostedt2009-09-151-10/+14
* tracing: fix four sparse warningsDmitri Vorobiev2009-03-221-0/+1
* trace_clock: fix preemption bugPeter Zijlstra2009-03-101-1/+8
* tracing: implement trace_clock_*() APIsIngo Molnar2009-02-261-0/+101