| Commit message (Expand) | Author | Age | Files | Lines |
* | tracing, ring-buffer: add paranoid checks for loops | Steven Rostedt | 2008-11-03 | 1 | -0/+56 |
* | ftrace: use kretprobe trampoline name to test in output | Steven Rostedt | 2008-11-03 | 1 | -18/+21 |
* | tracing, alpha: undefined reference to `save_stack_trace' | Al Viro | 2008-11-03 | 2 | -1/+3 |
* | ftrace: handle archs that do not support irqs_disabled_flags | Steven Rostedt | 2008-10-31 | 2 | -10/+17 |
* | ftrace: fix trace_nop config select | Steven Rostedt | 2008-10-29 | 1 | -1/+1 |
* | ftrace: perform an initialization for ftrace to enable it | Frederic Weisbecker | 2008-10-28 | 1 | -0/+8 |
* | ftrace: fix current_tracer error return | Steven Rostedt | 2008-10-28 | 1 | -3/+4 |
* | tracing: fix a build error on alpha | Frederic Weisbecker | 2008-10-28 | 1 | -0/+1 |
* | tracing/ftrace: make boot tracer select the sched_switch tracer | Frederic Weisbecker | 2008-10-27 | 1 | -0/+1 |
* | trace: fix printk warning for u64 | Stephen Rothwell | 2008-10-27 | 1 | -1/+3 |
* | ftrace: warning in kernel/trace/ftrace.c | Ingo Molnar | 2008-10-24 | 1 | -1/+4 |
* | ftrace: fix build failure | Ingo Molnar | 2008-10-23 | 1 | -2/+0 |
* | ftrace: remove ftrace hash | Steven Rostedt | 2008-10-23 | 2 | -211/+35 |
* | ftrace: remove mcount set | Steven Rostedt | 2008-10-23 | 1 | -9/+0 |
* | ftrace: remove daemon | Steven Rostedt | 2008-10-23 | 2 | -308/+28 |
* | ftrace: add ftrace warn on to disable ftrace | Steven Rostedt | 2008-10-23 | 1 | -10/+19 |
* | ftrace: only have ftrace_kill atomic | Steven Rostedt | 2008-10-23 | 2 | -41/+3 |
* | ftrace: return error on failed modified text. | Steven Rostedt | 2008-10-23 | 1 | -6/+15 |
* | ring-buffer: fix free page | Steven Rostedt | 2008-10-22 | 1 | -1/+1 |
* | tracing: create tracers menu | Peter Zijlstra | 2008-10-22 | 1 | -0/+4 |
* | ftrace: stack tracer only record when on stack | Steven Rostedt | 2008-10-20 | 1 | -0/+4 |
* | ftrace: rename the ftrace tracer to function | Steven Rostedt | 2008-10-20 | 1 | -1/+1 |
* | ftrace: rename FTRACE to FUNCTION_TRACER | Steven Rostedt | 2008-10-20 | 7 | -19/+20 |
* | ftrace: fix depends | Steven Rostedt | 2008-10-20 | 1 | -5/+0 |
* | ftrace: release functions from hash | Steven Rostedt | 2008-10-20 | 1 | -0/+43 |
* | tracing/fastboot: improve help text | Ingo Molnar | 2008-10-14 | 1 | -6/+11 |
* | tracing/stacktrace: improve help text | Ingo Molnar | 2008-10-14 | 1 | -2/+11 |
* | 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 |