aboutsummaryrefslogtreecommitdiffstats
path: root/kernel/trace/trace_clock.c
Commit message (Expand)AuthorAgeFilesLines
* 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