aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAge
...
| | * | | | | | | | | | 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
| | | |\ \ \ \ \ \ \ \ \ \ \ | | | | |_|/ / / / / / / / / | | | |/| | | | | | | | | |
| | | | | * | | | | | | | | x86: unify appropriate bits from dumpstack_32 and dumpstack_64Neil Horman2008-10-27
| | | | | * | | | | | | | | i386, dumpstack: unify die()Alexander van Heukelum2008-10-22
| | | | | * | | | | | | | | i386, dumpstack: use oops_begin/oops_end in die_nmiAlexander van Heukelum2008-10-22
| | | | | * | | | | | | | | i386, dumpstack: use x86_64's method to account die_nest_countAlexander van Heukelum2008-10-22
| | | | | * | | | | | | | | x86, dumpstack: always call oops_exit from oops_endAlexander van Heukelum2008-10-22
| | | | | * | | | | | | | | x86_64, dumpstack: move kexec_crash from __die to oops_endAlexander van Heukelum2008-10-22
| | | | | * | | | | | | | | x86, dumpstack: let signr=0 signal no do_exitAlexander van Heukelum2008-10-22
| | | | | * | | | | | | | | i386, dumpstack: move crash_kexec before bust_spinlocks(0) in oops_endAlexander van Heukelum2008-10-22
| | * | | | | | | | | | | | 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