aboutsummaryrefslogtreecommitdiff
path: root/kernel/trace/trace_clock.c
AgeCommit message (Expand)Author
2013-02-19Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds
2013-01-30tracing: Use sched_clock_cpu for trace_clock_globalNamhyung Kim
2013-01-22tracing: Remove trace.h header from trace_clock.cSteven Rostedt
2013-01-08tracing: Export trace_clock_local()Paul E. McKenney
2011-09-19tracing: Add a counter clock for those that do not trust clocksSteven Rostedt
2011-03-31Fix common misspellingsLucas De Marchi
2010-08-06Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds
2010-06-09sched_clock: Add local_clock() API and improve documentationPeter Zijlstra
2010-06-03tracing: Remove ftrace_preempt_disable/enableSteven Rostedt
2010-03-29tracing: Fix lockdep warning in global_clock()Li Zefan
2010-02-28tracing: Include irqflags headers from trace clockFrederic Weisbecker
2009-12-14locking: Convert __raw_spin* functions to arch_spin*Thomas Gleixner
2009-12-14locking: Rename __RAW_SPIN_LOCK_UNLOCKED to __ARCH_SPIN_LOCK_UNLOCKEDThomas Gleixner
2009-12-14locking: Convert raw_spinlock to arch_spinlockThomas Gleixner
2009-11-11tracing: do not disable interrupts for trace_clock_localSteven Rostedt
2009-09-15tracing: optimize global_trace_clock cachelinesSteven Rostedt
2009-03-22tracing: fix four sparse warningsDmitri Vorobiev
2009-03-10trace_clock: fix preemption bugPeter Zijlstra
2009-02-26tracing: implement trace_clock_*() APIsIngo Molnar