summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2008-10-14markers: fix synchronize marker unregister static inlineMathieu Desnoyers1-5/+1
2008-10-14tracing/fastboot: add better resolution to initcall debug/tracingTim Bird2-4/+4
2008-10-14trace: add build-time check to avoid overrunning hex bufferHarvey Harrison1-3/+3
2008-10-14ftrace: fix hex output mode of ftraceHarvey Harrison1-6/+2
2008-10-14tracing/fastboot: fix initcalls disposition in bootgraph.plFrederic Weisbecker1-12/+14
2008-10-14tracing/fastboot: fix printk format typo in boot tracerArjan van de Ven1-2/+2
2008-10-14ftrace: return an error when setting a nonexistent tracerFrederic Weisbecker1-3/+10
2008-10-14ftrace: make some tracers reentrantSteven Rostedt2-16/+4
2008-10-14ring-buffer: make reentrantSteven Rostedt1-113/+374
2008-10-14ring-buffer: move page indexes into page headersSteven Rostedt1-34/+41
2008-10-14tracing/fastboot: only trace non-module initcallsFrederic Weisbecker3-3/+11
2008-10-14ftrace: move pc counter in irqtraceSteven Rostedt1-2/+2
2008-10-14ring_buffer: map to cpu not pageSteven Rostedt1-1/+1
2008-10-14ftrace: ktime.h not included in ftrace.hSteven Noonan1-0/+1
2008-10-14tracing/fastboot: build fixIngo Molnar1-2/+2
2008-10-14tracing/fastboot: get the initcall name before it disappearsFrederic Weisbecker3-9/+15
2008-10-14tracing/fastboot: change the printing of boot tracer according to bootgraph.plFrederic Weisbecker3-18/+26
2008-10-14ring-buffer: fix build errorIngo Molnar1-1/+1
2008-10-14ftrace: preempt disable over interrupt disableSteven Rostedt7-80/+97
2008-10-14ring_buffer: allocate buffer page pointerSteven Rostedt1-22/+32
2008-10-14ftrace: type cast filter+verifierSteven Rostedt3-29/+112
2008-10-14tracing/ftrace: adapt mmiotrace to the new type of print_line, fixFrederic Weisbecker1-1/+1
2008-10-14ring_buffer: implement new lockingSteven Rostedt3-167/+247
2008-10-14ring_buffer: remove raw from local_irq_saveSteven Rostedt1-4/+4
2008-10-14tracing/ftrace: adapt the boot tracer to the new print_line typeFrederic Weisbecker1-6/+9
2008-10-14tracing/ftrace: adapt mmiotrace to the new type of print_lineFrederic Weisbecker1-13/+12
2008-10-14tracing/ftrace: fix pipe breakingPekka Paalanen1-2/+8
2008-10-14tracing/ftrace: change the type of the print_line callbackFrederic Weisbecker2-37/+50
2008-10-14ftrace: take advantage of variable length entriesSteven Rostedt4-263/+301
2008-10-14ftrace: make work with new ring bufferSteven Rostedt11-798/+288
2008-10-14ring_buffer: reset buffer page when freeingSteven Rostedt1-4/+15
2008-10-14ring_buffer: add paranoid check for buffer pageSteven Rostedt1-0/+11
2008-10-14tracing: unified trace bufferSteven Rostedt4-0/+1807
2008-10-14ftrace: give time for wakeup test to runSteven Rostedt1-0/+3
2008-10-14tracing/ftrace: don't consume unhandled entries by boot tracerFrédéric Weisbecker1-1/+1
2008-10-14ftrace/fastboot: disable tracers self-tests when boot tracer is selectedFrédéric Weisbecker1-3/+4
2008-10-14tracing/ftrace: launch boot tracing after pre-smp initcallsFrédéric Weisbecker1-6/+10
2008-10-14tracing/ftrace: give an entry on the config for boot tracerFrédéric Weisbecker2-0/+13
2008-10-14tracing/ftrace: make tracing suitable to run the boot tracerFrédéric Weisbecker1-5/+10
2008-10-14tracing/ftrace: add the boot tracerFrédéric Weisbecker3-0/+124
2008-10-14tracing/fastboot: add a script to visualize the kernel boot process / timeArjan van de Ven2-1/+140
2008-10-14markers: bit-field is not thread-safe nor smp-safeLai Jiangshan1-1/+1
2008-10-14markers: fix unchecked formatLai Jiangshan1-3/+9
2008-10-14markers: turn marker_synchronize_unregister() into an inlineMathieu Desnoyers1-1/+5
2008-10-14markers: re-enable fast batch registrationMathieu Desnoyers1-6/+52
2008-10-14sputrace: use marker_synchronize_unregister()Mathieu Desnoyers1-0/+1
2008-10-14markers: documentation fix for teardownMathieu Desnoyers1-4/+6
2008-10-14markers: probe example, fix teardownMathieu Desnoyers1-0/+1
2008-10-14markers: fix unregister bug and reenter bug, cleanupMathieu Desnoyers1-8/+8
2008-10-14markers: marker_synchronize_unregister()Mathieu Desnoyers1-0/+7