aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAge
...
| | | | | |
| | \ \ \ \
| *-. \ \ \ \ Merge branches 'tracing/ftrace', 'tracing/function-graph-tracer' and 'tracing...Ingo Molnar2008-12-05
| |\ \ \ \ \ \
| | * | | | | | tracing/function-graph-tracer: handle ftrace_printk entriesFrederic Weisbecker2008-12-04
| * | | | | | | ftrace: avoid duplicated function when writing set_graph_functionLiming Wang2008-12-04
| * | | | | | | tracing: fix typo and missing inline functionIngo Molnar2008-12-04
| * | | | | | | ftrace: add ability to only trace swapper tasksSteven Rostedt2008-12-04
| * | | | | | | ftrace: use struct pidSteven Rostedt2008-12-04
| * | | | | | | pid: fix the do_each_pid_task() macroSteven Rostedt2008-12-04
| * | | | | | | ftrace: trace single pid for function graph tracerSteven Rostedt2008-12-04
| * | | | | | | ftrace: use task struct trace flag to filter on pidSteven Rostedt2008-12-04
| * | | | | | | ftrace: graph of a single functionSteven Rostedt2008-12-04
| |/ / / / / /
| | | | | | |
| | \ \ \ \ \
| *-. \ \ \ \ \ Merge branches 'tracing/ftrace' and 'tracing/function-graph-tracer' into trac...Ingo Molnar2008-12-04
| |\ \ \ \ \ \ \
| | | * | | | | | tracing/function-graph-tracer: enabled by defaultIngo Molnar2008-12-03
| | * | | | | | | ftrace: fix race in function graph during forkSteven Rostedt2008-12-03
| | * | | | | | | trace: fix output of stack traceSteven Rostedt2008-12-03
| | * | | | | | | tracing/function-graph-tracer: improve duration outputFrederic Weisbecker2008-12-03
| | * | | | | | | tracing/function-graph-tracer: display unified style cmdline and pidFrederic Weisbecker2008-12-03
| | * | | | | | | ftrace: add checks on ret stack in function graphSteven Rostedt2008-12-03
| | * | | | | | | ftrace: function graph return for function entrySteven Rostedt2008-12-03
| | * | | | | | | ftrace: print real return in dumpstack for function graphSteven Rostedt2008-12-03
| | * | | | | | | ring-buffer: change "page" variable names to "bpage"Steven Rostedt2008-12-03
| | * | | | | | | ftrace: add ftrace_graph_stop()Steven Rostedt2008-12-03
| | * | | | | | | ftrace: have function graph use mcount caller addressSteven Rostedt2008-12-03
| | * | | | | | | ftrace: clean up function graph asmSteven Rostedt2008-12-03
| | * | | | | | | ring-buffer: read page interfaceSteven Rostedt2008-12-03
| | * | | | | | | ring-buffer: move some metadata into buffer pageSteven Rostedt2008-12-03
| | * | | | | | | ftrace: replace raw_local_irq_save with local_irq_saveSteven Rostedt2008-12-03
| | | | | | | | |
| | | \ \ \ \ \ \
| | *-. \ \ \ \ \ \ Merge commit 'v2.6.28-rc7'; branch 'x86/dumpstack' into tracing/ftraceIngo Molnar2008-12-03
| | |\ \ \ \ \ \ \ \ | | | |_|/ / / / / / | | |/| | | | | | |
| * | | | | | | | | Merge commit 'v2.6.28-rc7' into tracing/coreIngo Molnar2008-12-04
| |\ \ \ \ \ \ \ \ \ | | |/ / / / / / / / | |/| / / / / / / / | | |/ / / / / / /
| * | | | | | | | Merge branches 'tracing/ftrace' and 'tracing/function-graph-tracer' into trac...Ingo Molnar2008-12-03
| |\ \ \ \ \ \ \ \
| | * | | | | | | | tracing/function-graph-tracer: support for x86-64Frederic Weisbecker2008-12-02
| * | | | | | | | | function trace: fix a bug of single thread function traceLiming Wang2008-12-02
| |/ / / / / / / /
| | | | | | | | |
| | \ \ \ \ \ \ \
| | \ \ \ \ \ \ \
| | \ \ \ \ \ \ \
| | \ \ \ \ \ \ \
| | \ \ \ \ \ \ \
| | \ \ \ \ \ \ \
| | \ \ \ \ \ \ \
| | \ \ \ \ \ \ \
| | \ \ \ \ \ \ \
| | \ \ \ \ \ \ \
| | \ \ \ \ \ \ \
| *-----------. \ \ \ \ \ \ \ Merge branches 'tracing/branch-tracer', 'tracing/ftrace', 'tracing/function-g...Ingo Molnar2008-12-02
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \
| | | | | | | | * | | | | | | | tracepoints: Documentation TPPROTO misspelt in Documentation/tracepoints.txtNikanth Karthikesan2008-11-29
| | | | | | | * | | | | | | | | vfs, seqfile: export mangle_path() generallyIngo Molnar2008-11-28
| | | | | | | * | | | | | | | | tracing, alpha: fix build: add missing #ifdef CONFIG_STACKTRACETörök Edwin2008-11-28
| | | | | | | |/ / / / / / / /
| | | | | | * | | | | | | | | powerpc/ppc32: static ftrace fixes for PPC32Steven Rostedt2008-11-28
| | | | | | * | | | | | | | | powerpc: ftrace, use create_branchSteven Rostedt2008-11-28
| | | | | | * | | | | | | | | powerpc: ftrace, added missing icache flushSteven Rostedt2008-11-28
| | | | | | * | | | | | | | | powerpc: ftrace, fix cast aliasing and add code verificationSteven Rostedt2008-11-28
| | | | | | * | | | | | | | | powerpc: ftrace, do nothing in mcount call for dyn ftraceSteven Rostedt2008-11-28
| | | | | * | | | | | | | | | markers: comment marker_synchronize_unregister() on data dependencyWu Fengguang2008-11-28
| | | | | | |/ / / / / / / / | | | | | |/| | | | | | | |
| | | | * | | | | | | | | | tracing/function-graph-tracer: more output tweaksIngo Molnar2008-11-28
| | | | * | | | | | | | | | tracing/function-graph-tracer: adjustments of the trace informationsFrederic Weisbecker2008-11-28
| | | | * | | | | | | | | | tracing/function-graph-tracer: enhancements for the trace outputFrederic Weisbecker2008-11-27
| | | | |/ / / / / / / / /
| | | * | | | | | | | | | ftrace: improve documentationwalimis2008-11-28
| | | * | | | | | | | | | ftrace: improve seq_operation of ftraceLiming Wang2008-11-28
| | | |/ / / / / / / / /
| | * / / / / / / / / / tracing/branch-tracer: include missing irqflags.hFrederic Weisbecker2008-11-29
| | |/ / / / / / / / /
| * | | | | | | | | | Merge branch 'tracing/urgent' into tracing/coreIngo Molnar2008-12-02
| |\ \ \ \ \ \ \ \ \ \ | | |/ / / / / / / / / | |/| | | | | | | | |
| | | | | | | | | | |
| | \ \ \ \ \ \ \ \ \
| | \ \ \ \ \ \ \ \ \
| | \ \ \ \ \ \ \ \ \
| *---. \ \ \ \ \ \ \ \ \ Merge branches 'tracing/blktrace', 'tracing/ftrace', 'tracing/function-graph-...Ingo Molnar2008-11-27
| |\ \ \ \ \ \ \ \ \ \ \ \
| | | | * | | | | | | | | | tracing: add "power-tracer": C/P state tracer to help power optimizationArjan van de Ven2008-11-26