summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* tracing/fastboot: fix bootgraph.pl initcall name regexpArnaud Patard2008-10-141-4/+4
* tracing/fastboot: fix issues and improve output of bootgraph.plArjan van de Ven2008-10-141-13/+16
* tracepoints: synchronize unregister static inlineMathieu Desnoyers2008-10-141-1/+4
* tracepoints: tracepoint_synchronize_unregister()Mathieu Desnoyers2008-10-141-0/+7
* ftrace: make ftrace_test_p6nop disassembler-friendlyAnders Kaseorg2008-10-141-2/+4
* markers: fix synchronize marker unregister static inlineMathieu Desnoyers2008-10-141-5/+1
* tracing/fastboot: add better resolution to initcall debug/tracingTim Bird2008-10-142-4/+4
* trace: add build-time check to avoid overrunning hex bufferHarvey Harrison2008-10-141-3/+3
* ftrace: fix hex output mode of ftraceHarvey Harrison2008-10-141-6/+2
* tracing/fastboot: fix initcalls disposition in bootgraph.plFrederic Weisbecker2008-10-141-12/+14
* tracing/fastboot: fix printk format typo in boot tracerArjan van de Ven2008-10-141-2/+2
* ftrace: return an error when setting a nonexistent tracerFrederic Weisbecker2008-10-141-3/+10
* ftrace: make some tracers reentrantSteven Rostedt2008-10-142-16/+4
* ring-buffer: make reentrantSteven Rostedt2008-10-141-113/+374
* ring-buffer: move page indexes into page headersSteven Rostedt2008-10-141-34/+41
* tracing/fastboot: only trace non-module initcallsFrederic Weisbecker2008-10-143-3/+11
* ftrace: move pc counter in irqtraceSteven Rostedt2008-10-141-2/+2
* ring_buffer: map to cpu not pageSteven Rostedt2008-10-141-1/+1
* ftrace: ktime.h not included in ftrace.hSteven Noonan2008-10-141-0/+1
* tracing/fastboot: build fixIngo Molnar2008-10-141-2/+2
* tracing/fastboot: get the initcall name before it disappearsFrederic Weisbecker2008-10-143-9/+15
* tracing/fastboot: change the printing of boot tracer according to bootgraph.plFrederic Weisbecker2008-10-143-18/+26
* ring-buffer: fix build errorIngo Molnar2008-10-141-1/+1
* ftrace: preempt disable over interrupt disableSteven Rostedt2008-10-147-80/+97
* ring_buffer: allocate buffer page pointerSteven Rostedt2008-10-141-22/+32
* ftrace: type cast filter+verifierSteven Rostedt2008-10-143-29/+112
* tracing/ftrace: adapt mmiotrace to the new type of print_line, fixFrederic Weisbecker2008-10-141-1/+1
* ring_buffer: implement new lockingSteven Rostedt2008-10-143-167/+247
* ring_buffer: remove raw from local_irq_saveSteven Rostedt2008-10-141-4/+4
* tracing/ftrace: adapt the boot tracer to the new print_line typeFrederic Weisbecker2008-10-141-6/+9
* tracing/ftrace: adapt mmiotrace to the new type of print_lineFrederic Weisbecker2008-10-141-13/+12
* tracing/ftrace: fix pipe breakingPekka Paalanen2008-10-141-2/+8
* tracing/ftrace: change the type of the print_line callbackFrederic Weisbecker2008-10-142-37/+50
* ftrace: take advantage of variable length entriesSteven Rostedt2008-10-144-263/+301
* ftrace: make work with new ring bufferSteven Rostedt2008-10-1411-798/+288
* ring_buffer: reset buffer page when freeingSteven Rostedt2008-10-141-4/+15
* ring_buffer: add paranoid check for buffer pageSteven Rostedt2008-10-141-0/+11
* tracing: unified trace bufferSteven Rostedt2008-10-144-0/+1807
* ftrace: give time for wakeup test to runSteven Rostedt2008-10-141-0/+3
* tracing/ftrace: don't consume unhandled entries by boot tracerFrédéric Weisbecker2008-10-141-1/+1
* ftrace/fastboot: disable tracers self-tests when boot tracer is selectedFrédéric Weisbecker2008-10-141-3/+4
* tracing/ftrace: launch boot tracing after pre-smp initcallsFrédéric Weisbecker2008-10-141-6/+10
* tracing/ftrace: give an entry on the config for boot tracerFrédéric Weisbecker2008-10-142-0/+13
* tracing/ftrace: make tracing suitable to run the boot tracerFrédéric Weisbecker2008-10-141-5/+10
* tracing/ftrace: add the boot tracerFrédéric Weisbecker2008-10-143-0/+124
* tracing/fastboot: add a script to visualize the kernel boot process / timeArjan van de Ven2008-10-142-1/+140
* markers: bit-field is not thread-safe nor smp-safeLai Jiangshan2008-10-141-1/+1
* markers: fix unchecked formatLai Jiangshan2008-10-141-3/+9
* markers: turn marker_synchronize_unregister() into an inlineMathieu Desnoyers2008-10-141-1/+5
* markers: re-enable fast batch registrationMathieu Desnoyers2008-10-141-6/+52