summaryrefslogtreecommitdiffstats
path: root/kernel/trace/trace_clock.c
AgeCommit message (Expand)AuthorLines
2010-08-06Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds-1/+1
2010-06-09sched_clock: Add local_clock() API and improve documentationPeter Zijlstra-1/+1
2010-06-03tracing: Remove ftrace_preempt_disable/enableSteven Rostedt-3/+2
2010-03-29tracing: Fix lockdep warning in global_clock()Li Zefan-2/+2
2010-02-28tracing: Include irqflags headers from trace clockFrederic Weisbecker-0/+1
2009-12-14locking: Convert __raw_spin* functions to arch_spin*Thomas Gleixner-2/+2
2009-12-14locking: Rename __RAW_SPIN_LOCK_UNLOCKED to __ARCH_SPIN_LOCK_UNLOCKEDThomas Gleixner-1/+1
2009-12-14locking: Convert raw_spinlock to arch_spinlockThomas Gleixner-2/+2
2009-11-11tracing: do not disable interrupts for trace_clock_localSteven Rostedt-3/+5
2009-09-15tracing: optimize global_trace_clock cachelinesSteven Rostedt-10/+14
2009-03-22tracing: fix four sparse warningsDmitri Vorobiev-0/+1
2009-03-10trace_clock: fix preemption bugPeter Zijlstra-1/+8
2009-02-26tracing: implement trace_clock_*() APIsIngo Molnar-0/+101