Age | Commit message (Expand) | Author | Files | Lines |
2009-02-15 | trace: mmiotrace to the tracer menu in Kconfig | Pekka Paalanen | 1 | -0/+23 |
2008-12-18 | trace: add a way to enable or disable the stack tracer | Steven Rostedt | 1 | -4/+9 |
2008-12-12 | x86, bts, ftrace: adapt the hw-branch-tracer to the ds.c interface | Markus Metzger | 1 | -2/+2 |
2008-12-03 | tracing/function-graph-tracer: enabled by default | Ingo Molnar | 1 | -0/+1 |
2008-11-27 | Merge branches 'tracing/blktrace', 'tracing/ftrace', 'tracing/function-graph-... | Ingo Molnar | 1 | -8/+22 |
2008-11-26 | tracing: add "power-tracer": C/P state tracer to help power optimization | Arjan van de Ven | 1 | -0/+11 |
2008-11-26 | tracing/function-return-tracer: change the name into function-graph-tracer | Frederic Weisbecker | 1 | -8/+11 |
2008-11-25 | x86, bts, ftrace: a BTS ftrace plug-in prototype | Markus Metzger | 1 | -0/+11 |
2008-11-24 | Merge branches 'tracing/branch-tracer', 'tracing/fastboot', 'tracing/ftrace',... | Ingo Molnar | 1 | -0/+3 |
2008-11-23 | tracing/stack-tracer: introduce CONFIG_USER_STACKTRACE_SUPPORT | Török Edwin | 1 | -0/+3 |
2008-11-23 | trace: profile all if conditionals | Steven Rostedt | 1 | -0/+16 |
2008-11-23 | trace: consolidate unlikely and likely profiler | Steven Rostedt | 1 | -2/+1 |
2008-11-16 | tracing/function-return-tracer: support for dynamic ftrace on function return... | Frederic Weisbecker | 1 | -1/+0 |
2008-11-12 | trace: rename unlikely profiler to branch profiler | Steven Rostedt | 1 | -5/+5 |
2008-11-12 | tracing: likely/unlikely branch annotation tracer | Steven Rostedt | 1 | -0/+22 |
2008-11-12 | tracing: profile likely and unlikely annotations | Steven Rostedt | 1 | -0/+16 |
2008-11-11 | tracing: add a tracer to catch execution time of kernel functions | Frederic Weisbecker | 1 | -0/+14 |
2008-11-06 | ftrace: add quick function trace stop | Steven Rostedt | 1 | -0/+7 |
2008-11-03 | tracing, alpha: undefined reference to `save_stack_trace' | Al Viro | 1 | -1/+1 |
2008-10-29 | ftrace: fix trace_nop config select | Steven Rostedt | 1 | -1/+1 |
2008-10-27 | tracing/ftrace: make boot tracer select the sched_switch tracer | Frederic Weisbecker | 1 | -0/+1 |
2008-10-22 | tracing: create tracers menu | Peter Zijlstra | 1 | -0/+4 |
2008-10-20 | ftrace: rename FTRACE to FUNCTION_TRACER | Steven Rostedt | 1 | -8/+9 |
2008-10-20 | ftrace: fix depends | Steven Rostedt | 1 | -5/+0 |
2008-10-14 | tracing/fastboot: improve help text | Ingo Molnar | 1 | -6/+11 |
2008-10-14 | tracing/stacktrace: improve help text | Ingo Molnar | 1 | -2/+11 |
2008-10-14 | tracing: unified trace buffer | Steven Rostedt | 1 | -0/+4 |
2008-10-14 | ftrace/fastboot: disable tracers self-tests when boot tracer is selected | Frédéric Weisbecker | 1 | -3/+4 |
2008-10-14 | tracing/ftrace: give an entry on the config for boot tracer | Frédéric Weisbecker | 1 | -0/+12 |
2008-10-14 | tracing/ftrace: tracing engine depends on Nop Tracer | Frédéric Weisbecker | 1 | -10/+5 |
2008-10-14 | ftrace: add nop tracer | Steven Noonan | 1 | -0/+10 |
2008-10-14 | ftrace: make it depend on DEBUG_KERNEL | Ingo Molnar | 1 | -0/+7 |
2008-10-14 | stack tracer: depends on DEBUG_KERNEL | Ingo Molnar | 1 | -0/+1 |
2008-10-14 | ftrace: add stack tracer | Steven Rostedt | 1 | -0/+9 |
2008-10-14 | ftrace: create __mcount_loc section | Steven Rostedt | 1 | -0/+8 |
2008-10-14 | tracing: clean up tracepoints kconfig structure | Ingo Molnar | 1 | -0/+1 |
2008-05-24 | sysprof: make it depend on X86 | Thomas Gleixner | 1 | -1/+1 |
2008-05-23 | ftrace: make it more available in the Kconfig | Thomas Gleixner | 1 | -1/+1 |
2008-05-23 | ftrace: make sysprof dependent on x86 for now | Ingo Molnar | 1 | -1/+1 |
2008-05-23 | ftrace: add sysprof plugin | Ingo Molnar | 1 | -0/+8 |
2008-05-23 | ftrace: add have dynamic ftrace config for archs | Steven Rostedt | 1 | -0/+4 |
2008-05-23 | ftrace: restrict tracing to HAVE_FTRACE architectures | Ingo Molnar | 1 | -0/+4 |
2008-05-23 | ftrace: make it more available in the Kconfig | Ingo Molnar | 1 | -3/+1 |
2008-05-23 | ftrace: add stack tracing | Ingo Molnar | 1 | -0/+1 |
2008-05-23 | ftrace: add self-tests | Steven Rostedt | 1 | -0/+13 |
2008-05-23 | ftrace: dynamic enabling/disabling of function calls | Steven Rostedt | 1 | -0/+17 |
2008-05-23 | ftrace: trace preempt off critical timings | Steven Rostedt | 1 | -0/+25 |
2008-05-23 | ftrace: trace irq disabled critical timings | Steven Rostedt | 1 | -0/+18 |
2008-05-23 | ftrace: tracer for scheduler wakeup latency | Steven Rostedt | 1 | -0/+13 |
2008-05-23 | ftrace: add tracing of context switches | Steven Rostedt | 1 | -0/+11 |