Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| * | | | | | trace: add build-time check to avoid overrunning hex buffer | Harvey Harrison | 2008-10-14 | 1 | -3/+3 | |
| * | | | | | ftrace: fix hex output mode of ftrace | Harvey Harrison | 2008-10-14 | 1 | -6/+2 | |
| * | | | | | tracing/fastboot: fix printk format typo in boot tracer | Arjan van de Ven | 2008-10-14 | 1 | -2/+2 | |
| * | | | | | ftrace: return an error when setting a nonexistent tracer | Frederic Weisbecker | 2008-10-14 | 1 | -3/+10 | |
| * | | | | | ftrace: make some tracers reentrant | Steven Rostedt | 2008-10-14 | 2 | -16/+4 | |
| * | | | | | ring-buffer: make reentrant | Steven Rostedt | 2008-10-14 | 1 | -113/+374 | |
| * | | | | | ring-buffer: move page indexes into page headers | Steven Rostedt | 2008-10-14 | 1 | -34/+41 | |
| * | | | | | tracing/fastboot: only trace non-module initcalls | Frederic Weisbecker | 2008-10-14 | 1 | -3/+8 | |
| * | | | | | ftrace: move pc counter in irqtrace | Steven Rostedt | 2008-10-14 | 1 | -2/+2 | |
| * | | | | | ring_buffer: map to cpu not page | Steven Rostedt | 2008-10-14 | 1 | -1/+1 | |
| * | | | | | tracing/fastboot: get the initcall name before it disappears | Frederic Weisbecker | 2008-10-14 | 1 | -4/+10 | |
| * | | | | | tracing/fastboot: change the printing of boot tracer according to bootgraph.pl | Frederic Weisbecker | 2008-10-14 | 1 | -7/+15 | |
| * | | | | | ring-buffer: fix build error | Ingo Molnar | 2008-10-14 | 1 | -1/+1 | |
| * | | | | | ftrace: preempt disable over interrupt disable | Steven Rostedt | 2008-10-14 | 7 | -80/+97 | |
| * | | | | | ring_buffer: allocate buffer page pointer | Steven Rostedt | 2008-10-14 | 1 | -22/+32 | |
| * | | | | | ftrace: type cast filter+verifier | Steven Rostedt | 2008-10-14 | 3 | -29/+112 | |
| * | | | | | tracing/ftrace: adapt mmiotrace to the new type of print_line, fix | Frederic Weisbecker | 2008-10-14 | 1 | -1/+1 | |
| * | | | | | ring_buffer: implement new locking | Steven Rostedt | 2008-10-14 | 2 | -164/+247 | |
| * | | | | | ring_buffer: remove raw from local_irq_save | Steven Rostedt | 2008-10-14 | 1 | -4/+4 | |
| * | | | | | tracing/ftrace: adapt the boot tracer to the new print_line type | Frederic Weisbecker | 2008-10-14 | 1 | -6/+9 | |
| * | | | | | tracing/ftrace: adapt mmiotrace to the new type of print_line | Frederic Weisbecker | 2008-10-14 | 1 | -13/+12 | |
| * | | | | | tracing/ftrace: fix pipe breaking | Pekka Paalanen | 2008-10-14 | 1 | -2/+8 | |
| * | | | | | tracing/ftrace: change the type of the print_line callback | Frederic Weisbecker | 2008-10-14 | 2 | -37/+50 | |
| * | | | | | ftrace: take advantage of variable length entries | Steven Rostedt | 2008-10-14 | 4 | -263/+301 | |
| * | | | | | ftrace: make work with new ring buffer | Steven Rostedt | 2008-10-14 | 11 | -798/+288 | |
| * | | | | | ring_buffer: reset buffer page when freeing | Steven Rostedt | 2008-10-14 | 1 | -4/+15 | |
| * | | | | | ring_buffer: add paranoid check for buffer page | Steven Rostedt | 2008-10-14 | 1 | -0/+11 | |
| * | | | | | tracing: unified trace buffer | Steven Rostedt | 2008-10-14 | 3 | -0/+1677 | |
| * | | | | | ftrace: give time for wakeup test to run | Steven Rostedt | 2008-10-14 | 1 | -0/+3 | |
| * | | | | | tracing/ftrace: don't consume unhandled entries by boot tracer | Frédéric Weisbecker | 2008-10-14 | 1 | -1/+1 | |
| * | | | | | ftrace/fastboot: disable tracers self-tests when boot tracer is selected | Frédéric Weisbecker | 2008-10-14 | 1 | -3/+4 | |
| * | | | | | tracing/ftrace: give an entry on the config for boot tracer | Frédéric Weisbecker | 2008-10-14 | 2 | -0/+13 | |
| * | | | | | tracing/ftrace: make tracing suitable to run the boot tracer | Frédéric Weisbecker | 2008-10-14 | 1 | -5/+10 | |
| * | | | | | tracing/ftrace: add the boot tracer | Frédéric Weisbecker | 2008-10-14 | 2 | -0/+105 | |
| * | | | | | markers: bit-field is not thread-safe nor smp-safe | Lai Jiangshan | 2008-10-14 | 1 | -1/+1 | |
| * | | | | | markers: fix unchecked format | Lai Jiangshan | 2008-10-14 | 1 | -3/+9 | |
| * | | | | | markers: re-enable fast batch registration | Mathieu Desnoyers | 2008-10-14 | 1 | -6/+52 | |
| * | | | | | markers: fix unregister bug and reenter bug, cleanup | Mathieu Desnoyers | 2008-10-14 | 1 | -8/+8 | |
| * | | | | | tracepoints: fix reentrancy | Mathieu Desnoyers | 2008-10-14 | 1 | -0/+4 | |
| * | | | | | tracepoints: use rcu sched | Mathieu Desnoyers | 2008-10-14 | 1 | -9/+6 | |
| * | | | | | markers: fix unregister bug and reenter bug | Lai Jiangshan | 2008-10-14 | 1 | -46/+6 | |
| * | | | | | ftrace: warn on failure to disable mcount callers | Steven Rostedt | 2008-10-14 | 1 | -0/+27 | |
| * | | | | | tracing/ftrace: replace none tracer by nop tracer | Frédéric Weisbecker | 2008-10-14 | 3 | -46/+12 | |
| * | | | | | tracing/ftrace: tracing engine depends on Nop Tracer | Frédéric Weisbecker | 2008-10-14 | 1 | -10/+5 | |
| * | | | | | tracing/ftrace: make nop tracer reset previous entries | Frédéric Weisbecker | 2008-10-14 | 1 | -0/+4 | |
| * | | | | | trace: remove pointless ifdefs | Steven Noonan | 2008-10-14 | 1 | -16/+0 | |
| * | | | | | ftrace: mcount_addr defined but not used | Steven Noonan | 2008-10-14 | 1 | -8/+8 | |
| * | | | | | ftrace: add nop tracer | Steven Noonan | 2008-10-14 | 5 | -0/+89 | |
| * | | | | | ftrace: inject markers via trace_marker file | Pekka Paalanen | 2008-10-14 | 2 | -5/+75 | |
| * | | | | | mmiotrace: handle TRACE_PRINT entries | Pekka Paalanen | 2008-10-14 | 3 | -20/+53 |