aboutsummaryrefslogtreecommitdiffstats
path: root/kernel/trace/trace_clock.c (follow)
AgeCommit message (Expand)AuthorFilesLines
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