| Age | Commit message (Expand) | Author | Files | Lines |
| 2008-12-05 | Merge branches 'tracing/ftrace', 'tracing/function-graph-tracer' and 'tracing/urgent' into tracing/core |  Ingo Molnar | 4 | -9/+97 |
| 2008-12-04 | tracing/function-graph-tracer: handle ftrace_printk entries |  Frederic Weisbecker | 4 | -9/+97 |
| 2008-12-04 | ftrace: avoid duplicated function when writing set_graph_function |  Liming Wang | 1 | -2/+8 |
| 2008-12-04 | tracing: fix typo and missing inline function |  Ingo Molnar | 1 | -1/+5 |
| 2008-12-04 | ftrace: add ability to only trace swapper tasks |  Steven Rostedt | 1 | -11/+63 |
| 2008-12-04 | ftrace: use struct pid |  Steven Rostedt | 2 | -34/+46 |
| 2008-12-04 | ftrace: trace single pid for function graph tracer |  Steven Rostedt | 3 | -1/+14 |
| 2008-12-04 | ftrace: use task struct trace flag to filter on pid |  Steven Rostedt | 1 | -3/+25 |
| 2008-12-04 | ftrace: graph of a single function |  Steven Rostedt | 3 | -1/+264 |
| 2008-12-04 | Merge branches 'tracing/ftrace' and 'tracing/function-graph-tracer' into tracing/core |  Ingo Molnar | 8 | -112/+418 |
| 2008-12-04 | Merge branch 'master' into next |  James Morris | 5 | -96/+210 |
| 2008-12-03 | trace: fix output of stack trace |  Steven Rostedt | 1 | -1/+4 |
| 2008-12-03 | tracing/function-graph-tracer: enabled by default |  Ingo Molnar | 1 | -0/+1 |
| 2008-12-03 | tracing/function-graph-tracer: improve duration output |  Frederic Weisbecker | 1 | -12/+43 |
| 2008-12-03 | tracing/function-graph-tracer: display unified style cmdline and pid |  Frederic Weisbecker | 1 | -14/+99 |
| 2008-12-03 | ftrace: function graph return for function entry |  Steven Rostedt | 3 | -5/+11 |
| 2008-12-03 | ring-buffer: change "page" variable names to "bpage" |  Steven Rostedt | 1 | -65/+65 |
| 2008-12-03 | ftrace: add ftrace_graph_stop() |  Steven Rostedt | 1 | -0/+5 |
| 2008-12-03 | ring-buffer: read page interface |  Steven Rostedt | 1 | -0/+166 |
| 2008-12-03 | ring-buffer: move some metadata into buffer page |  Steven Rostedt | 1 | -27/+36 |
| 2008-12-03 | ftrace: replace raw_local_irq_save with local_irq_save |  Steven Rostedt | 3 | -12/+12 |
| 2008-12-03 | Merge branches 'tracing/ftrace' and 'tracing/function-graph-tracer' into tracing/core |  Ingo Molnar | 1 | -1/+3 |
| 2008-12-02 | tracing/function-graph-tracer: support for x86-64 |  Frederic Weisbecker | 1 | -1/+3 |
| 2008-12-02 | function trace: fix a bug of single thread function trace |  Liming Wang | 1 | -4/+2 |
| 2008-12-02 | Merge branches 'tracing/branch-tracer', 'tracing/ftrace', 'tracing/function-graph-tracer', 'tracing/markers', 'tracing/powerpc', 'tracing/stack-tracer' and 'tracing/tracepoints' into tracing/core |  Ingo Molnar | 4 | -38/+259 |
| 2008-11-29 | tracing/branch-tracer: include missing irqflags.h |  Frederic Weisbecker | 1 | -0/+1 |
| 2008-11-28 | ftrace: improve seq_operation of ftrace |  Liming Wang | 1 | -17/+10 |
| 2008-11-28 | tracing, alpha: fix build: add missing #ifdef CONFIG_STACKTRACE |  Török Edwin | 1 | -0/+2 |
| 2008-11-28 | tracing/function-graph-tracer: more output tweaks |  Ingo Molnar | 1 | -7/+38 |
| 2008-11-28 | tracing/function-graph-tracer: adjustments of the trace informations |  Frederic Weisbecker | 1 | -49/+93 |
| 2008-11-27 | tracing/function-graph-tracer: enhancements for the trace output |  Frederic Weisbecker | 1 | -9/+159 |
| 2008-11-27 | Merge branches 'tracing/blktrace', 'tracing/ftrace', 'tracing/function-graph-tracer' and 'tracing/power-tracer' into tracing/core |  Ingo Molnar | 8 | -223/+689 |
| 2008-11-27 | ftrace: prevent recursion |  Lai Jiangshan | 1 | -1/+1 |
| 2008-11-26 | tracing: add "power-tracer": C/P state tracer to help power optimization |  Arjan van de Ven | 4 | -0/+198 |
| 2008-11-26 | ftrace: add cpu annotation for function graph tracer |  Steven Rostedt | 1 | -12/+22 |
| 2008-11-26 | ftrace: add thread comm to function graph tracer |  Steven Rostedt | 3 | -6/+18 |
| 2008-11-26 | ftrace: let function tracing and function return run together |  Steven Rostedt | 1 | -20/+2 |
| 2008-11-26 | ftrace: use code patching for ftrace graph tracer |  Steven Rostedt | 1 | -19/+16 |
| 2008-11-26 | ftrace: add function tracing to single thread |  Steven Rostedt | 1 | -26/+183 |
| 2008-11-26 | tracing/function-return-tracer: set a more human readable output |  Frederic Weisbecker | 5 | -159/+168 |
| 2008-11-26 | tracing/function-return-tracer: change the name into function-graph-tracer |  Frederic Weisbecker | 6 | -37/+138 |
| 2008-11-25 | x86, bts, ftrace: a BTS ftrace plug-in prototype |  Markus Metzger | 4 | -0/+300 |
| 2008-11-25 | x86, ftrace: call trace->open() before stopping tracing; add trace->print_header() |  Markus Metzger | 2 | -4/+8 |
| 2008-11-25 | hrtimer: removing all ur callback modes |  Peter Zijlstra | 1 | -1/+0 |
| 2008-11-24 | Merge branches 'tracing/branch-tracer', 'tracing/fastboot', 'tracing/ftrace', 'tracing/function-return-tracer', 'tracing/power-tracer', 'tracing/powerpc', 'tracing/ring-buffer', 'tracing/stack-tracer' and 'tracing/urgent' into tracing/core |  Ingo Molnar | 6 | -23/+368 |
| 2008-11-23 | x86, mmiotrace: fix buffer overrun detection |  Pekka Paalanen | 1 | -9/+7 |
| 2008-11-23 | tracing/function-return-tracer: don't trace kfree while it frees the return stack |  Frederic Weisbecker | 1 | -1/+6 |
| 2008-11-23 | tracing/stack-tracer: avoid races accessing file |  Török Edwin | 1 | -5/+5 |
| 2008-11-23 | tracing/stack-tracer: introduce CONFIG_USER_STACKTRACE_SUPPORT |  Török Edwin | 1 | -0/+3 |
| 2008-11-23 | tracing/stack-tracer: fix locking and refcounts |  Török Edwin | 1 | -3/+6 |