aboutsummaryrefslogtreecommitdiffstats
path: root/kernel/trace/trace_clock.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2018-08-16tracing: Add SPDX License format tags to tracing filesSteven Rostedt (VMware)1-0/+1
2018-04-06tracing: Hide global trace clock from lockdepSteven Rostedt (VMware)1-2/+2
2017-03-02sched/headers: Prepare for new header dependencies before moving code to <linux/sched/clock.h>Ingo Molnar1-0/+1
2015-05-12tracing: Export tracing clock functionsJerry Snitselaar1-0/+3
2014-07-21tracing: Fix wraparound problems in "uptime" trace clockTony Luck1-4/+5
2013-03-15tracing: Add "uptime" trace clock that uses jiffiesSteven Rostedt (Red Hat)1-0/+10
2013-02-19Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-3/+1
2013-01-30tracing: Use sched_clock_cpu for trace_clock_globalNamhyung Kim1-1/+1
2013-01-22tracing: Remove trace.h header from trace_clock.cSteven Rostedt1-2/+0
2013-01-08tracing: Export trace_clock_local()Paul E. McKenney1-0/+1
2011-09-19tracing: Add a counter clock for those that do not trust clocksSteven Rostedt1-0/+12
2011-03-31Fix common misspellingsLucas De Marchi1-1/+1
2010-08-06Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tipLinus Torvalds1-1/+1
2010-06-09sched_clock: Add local_clock() API and improve documentationPeter Zijlstra1-1/+1
2010-06-03tracing: Remove ftrace_preempt_disable/enableSteven Rostedt1-3/+2
2010-03-29tracing: Fix lockdep warning in global_clock()Li Zefan1-2/+2
2010-02-28tracing: Include irqflags headers from trace clockFrederic Weisbecker1-0/+1
2009-12-14locking: Convert __raw_spin* functions to arch_spin*Thomas Gleixner1-2/+2
2009-12-14locking: Rename __RAW_SPIN_LOCK_UNLOCKED to __ARCH_SPIN_LOCK_UNLOCKEDThomas Gleixner1-1/+1
2009-12-14locking: Convert raw_spinlock to arch_spinlockThomas Gleixner1-2/+2
2009-11-11tracing: do not disable interrupts for trace_clock_localSteven Rostedt1-3/+5
2009-09-15tracing: optimize global_trace_clock cachelinesSteven Rostedt1-10/+14
2009-03-22tracing: fix four sparse warningsDmitri Vorobiev1-0/+1
2009-03-10trace_clock: fix preemption bugPeter Zijlstra1-1/+8
2009-02-26tracing: implement trace_clock_*() APIsIngo Molnar1-0/+101