summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* tracepoints: fix disableMathieu Desnoyers2008-11-161-0/+1
* tracepoints: samples, fix teardownMathieu Desnoyers2008-11-162-0/+2
* markers: create DEFINE_MARKER and GET_MARKER (new API)Mathieu Desnoyers2008-11-162-16/+37
* markers: auto enable tracepoints (new API : trace_mark_tp())Mathieu Desnoyers2008-11-163-3/+96
* markers: use module notifierMathieu Desnoyers2008-11-162-4/+29
* markers: use rcu_*_sched_notrace and notraceMathieu Desnoyers2008-11-161-7/+9
* markers: add missing stdargs.h include, needed due to va_list usageArnaldo Carvalho de Melo2008-11-161-0/+1
* markers: fix unregisterMathieu Desnoyers2008-11-161-5/+7
* rcu: add rcu_read_*_sched_notrace()Mathieu Desnoyers2008-11-161-0/+2
*-. Merge branches 'tracing/fastboot', 'tracing/ftrace' and 'tracing/urgent' into...Ingo Molnar2008-11-165-44/+55
|\ \
| | * tracing: fix mmiotrace resizing crashIngo Molnar2008-11-131-0/+6
| * | ftrace: remove unnecessary if condition of __unregister_ftrace_functionwalimis2008-11-131-2/+1
| * | ftrace: CPU buffer start annotation clean upsSteven Rostedt2008-11-132-1/+16
| * | ftrace: rename iter_ctrl to trace_optionsSteven Rostedt2008-11-132-16/+16
| * | ftrace: show buffer size in kilobytesSteven Rostedt2008-11-132-18/+9
| * | ftrace: rename trace_entries to buffer_size_kbSteven Rostedt2008-11-132-11/+11
* | | tracing/fastboot: put error message on stderrStephen Hemminger2008-11-131-5/+7
|/ /
| |
| \
| \
| \
*---. | Merge branches 'tracing/branch-tracer', 'tracing/fastboot', 'tracing/function...Ingo Molnar2008-11-134-46/+15
|\ \ \|
| | | * ring-buffer: no preempt for sched_clock()Steven Rostedt2008-11-121-1/+7
| | * | tracing/function-return-tracer: call prepare_ftrace_return by registersFrederic Weisbecker2008-11-122-5/+1
| | * | tracing/function-return-tracer: make the function return tracer locklessFrederic Weisbecker2008-11-121-38/+5
| * | | tracing/fastboot: fix perlcritic warningStephen Hemminger2008-11-121-2/+2
| |/ /
* | | ftrace: rename trace_unlikely.c fileSteven Rostedt2008-11-122-1/+1
* | | ftrace: add tracer called branchSteven Rostedt2008-11-123-0/+67
* | | ftrace: rename unlikely iter_ctrl to branchSteven Rostedt2008-11-123-45/+45
* | | trace: rename unlikely profiler to branch profilerSteven Rostedt2008-11-129-27/+27
* | | tracing: finetune branch-tracer outputIngo Molnar2008-11-121-2/+2
* | | tracing: branch tracer, fix vdso crashIngo Molnar2008-11-123-8/+10
* | | tracing: branch tracer, tweak outputIngo Molnar2008-11-121-2/+2
* | | tracing: likely/unlikely branch annotation tracerSteven Rostedt2008-11-125-0/+210
* | | tracing: profile likely and unlikely annotationsSteven Rostedt2008-11-126-3/+261
|/ /
* | Merge branches 'tracing/fastboot', 'tracing/function-return-tracer' and 'trac...Ingo Molnar2008-11-121-12/+17
|\ \
| * | ring-buffer: fix deadlock from reader_lock in read_startSteven Rostedt2008-11-121-12/+17
* | | tracing/fastboot: Use the ring-buffer timestamp for initcall entriesFrederic Weisbecker2008-11-124-59/+144
* | | tracing/fastboot: move boot tracer structs and funcs into their own header.Frederic Weisbecker2008-11-124-41/+45
* | | Merge branch 'tracing/function-return-tracer' into tracing/fastbootIngo Molnar2008-11-1216-16/+506
|\ \ \ | |/ / |/| |
| * | tracing: function return tracer, build fixIngo Molnar2008-11-111-0/+1
| * | tracing, x86: function return tracer, fix assembly constraintsIngo Molnar2008-11-111-1/+1
| * | tracing, x86: clean up FUNCTION_RET_TRACER KconfigIngo Molnar2008-11-111-1/+1
| * | tracing: add a tracer to catch execution time of kernel functionsFrederic Weisbecker2008-11-116-8/+205
| * | tracing, x86: add low level support for ftrace return tracingFrederic Weisbecker2008-11-1110-8/+300
| | |
| \ \
*-. \ \ Merge branches 'tracing/ftrace' and 'tracing/urgent' into tracing/coreIngo Molnar2008-11-12182-3617/+6930
|\ \ \ \ | |_|/ / |/| | / | | |/
| | * Merge branch 'devel' of git://git.kernel.org/pub/scm/linux/kernel/git/rostedt...Ingo Molnar2008-11-113-6/+106
| | |\
| | | * ring-buffer: buffer record on/off switchSteven Rostedt2008-11-113-6/+106
| | * | Merge branch 'timers-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2008-11-114-6/+26
| | |\ \
| | | * | timers: handle HRTIMER_CB_IRQSAFE_UNLOCKED correctly from softirq contextGautham R Shenoy2008-11-111-1/+16
| | | * | nohz: disable tick_nohz_kick_tick() for nowThomas Gleixner2008-11-101-0/+4
| | | * | irq: call __irq_enter() before calling the tick_idle_checkThomas Gleixner2008-11-101-3/+4
| | | * | x86: HPET: enter hpet_interrupt_handler with interrupts disabledMatt Fleming2008-11-101-1/+1
| | | * | x86: HPET: read from HPET_Tn_CMP() not HPET_T0_CMPMatt Fleming2008-11-101-1/+1