summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* function trace: fix a bug of single thread function traceLiming Wang2008-12-021-4/+2
*-----------. Merge branches 'tracing/branch-tracer', 'tracing/ftrace', 'tracing/function-g...Ingo Molnar2008-12-0214-190/+380
|\ \ \ \ \ \ \
| | | | | | | * tracepoints: Documentation TPPROTO misspelt in Documentation/tracepoints.txtNikanth Karthikesan2008-11-291-2/+2
| | | | | | * | vfs, seqfile: export mangle_path() generallyIngo Molnar2008-11-281-1/+1
| | | | | | * | tracing, alpha: fix build: add missing #ifdef CONFIG_STACKTRACETörök Edwin2008-11-281-0/+2
| | | | | | |/
| | | | | * | powerpc/ppc32: static ftrace fixes for PPC32Steven Rostedt2008-11-282-0/+4
| | | | | * | powerpc: ftrace, use create_branchSteven Rostedt2008-11-281-42/+12
| | | | | * | powerpc: ftrace, added missing icache flushSteven Rostedt2008-11-281-0/+9
| | | | | * | powerpc: ftrace, fix cast aliasing and add code verificationSteven Rostedt2008-11-281-56/+65
| | | | | * | powerpc: ftrace, do nothing in mcount call for dyn ftraceSteven Rostedt2008-11-282-43/+9
| | | | * | | markers: comment marker_synchronize_unregister() on data dependencyWu Fengguang2008-11-282-7/+14
| | | | | |/ | | | | |/|
| | | * | | tracing/function-graph-tracer: more output tweaksIngo Molnar2008-11-281-7/+38
| | | * | | tracing/function-graph-tracer: adjustments of the trace informationsFrederic Weisbecker2008-11-281-49/+93
| | | * | | tracing/function-graph-tracer: enhancements for the trace outputFrederic Weisbecker2008-11-271-9/+159
| | | |/ /
| | * | | ftrace: improve documentationwalimis2008-11-281-2/+6
| | * | | ftrace: improve seq_operation of ftraceLiming Wang2008-11-281-17/+10
| | |/ /
| * | | tracing/branch-tracer: include missing irqflags.hFrederic Weisbecker2008-11-291-0/+1
| |/ /
* | | Merge branch 'tracing/urgent' into tracing/coreIngo Molnar2008-12-020-0/+0
|\ \ \ | |/ / |/| |
| * | ftrace: prevent recursionLai Jiangshan2008-11-271-1/+1
| | |
| \ \
| \ \
| \ \
*---. \ \ Merge branches 'tracing/blktrace', 'tracing/ftrace', 'tracing/function-graph-...Ingo Molnar2008-11-2724-273/+1054
|\ \ \ \ \
| | | * | | tracing: add "power-tracer": C/P state tracer to help power optimizationArjan van de Ven2008-11-268-0/+355
| | * | | | ftrace: add cpu annotation for function graph tracerSteven Rostedt2008-11-261-12/+22
| | * | | | ftrace: add thread comm to function graph tracerSteven Rostedt2008-11-263-6/+18
| | * | | | ftrace: let function tracing and function return run togetherSteven Rostedt2008-11-261-20/+2
| | * | | | ftrace: use code patching for ftrace graph tracerSteven Rostedt2008-11-264-21/+72
| | * | | | ftrace: add function tracing to single threadSteven Rostedt2008-11-262-26/+262
| | * | | | tracing: function graph tracer, fixIngo Molnar2008-11-261-1/+1
| | * | | | tracing/function-return-tracer: set a more human readable outputFrederic Weisbecker2008-11-267-176/+208
| | * | | | tracing/function-return-tracer: change the name into function-graph-tracerFrederic Weisbecker2008-11-2617-72/+173
| | |/ / /
| * | | | ftrace: adding other non-leaving .text sectionsLiming Wang2008-11-261-0/+2
| |/ / /
* | | | blktrace: port to tracepoints, updateIngo Molnar2008-11-266-34/+74
* | | | blktrace: port to tracepointsArnaldo Carvalho de Melo2008-11-269-199/+418
|/ / /
* | | Merge branches 'tracing/hw-branch-tracing' and 'tracing/branch-tracer' into t...Ingo Molnar2008-11-261-1/+1
|\ \ \
| * | | tracing, tty: fix warnings caused by branch tracing and tty_kref_get()Ingo Molnar2008-11-251-1/+1
* | | | x86, bts, ftrace: a BTS ftrace plug-in prototypeMarkus Metzger2008-11-255-0/+301
* | | | x86, ftrace: call trace->open() before stopping tracing; add trace->print_hea...Markus Metzger2008-11-252-4/+8
* | | | x86, bts, ptrace: move BTS buffer allocation from ds.c into ptrace.cMarkus Metzger2008-11-254-88/+42
* | | | x86, bts: base in-kernel ds interface on handlesMarkus Metzger2008-11-254-439/+446
| | | |
| \ \ \
*-. \ \ \ Merge branches 'tracing/core', 'x86/urgent' and 'x86/ptrace' into tracing/hw-...Ingo Molnar2008-11-2512-88/+82
|\ \ \ \ \
| | * | | | x86, bts: DS and BTS initializationMarkus Metzger2008-11-103-12/+9
| * | | | | x86, bts: fix wrmsr and spinlock over kmallocMarkus Metzger2008-11-251-37/+40
| * | | | | x86, pebs: fix PEBS record size configurationMarkus Metzger2008-11-251-0/+8
| * | | | | x86, bts: turn macro into static inline functionMarkus Metzger2008-11-251-2/+4
| * | | | | x86, bts: exclude ds.c from build when disabledMarkus Metzger2008-11-252-4/+1
| * | | | | arch/x86/kernel/pci-calgary_64.c: change simple_strtol to simple_strtoulJulia Lawall2008-11-251-1/+1
| * | | | | x86: use limited register constraint for setnzSteven Rostedt2008-11-251-1/+1
| * | | | | xen: pin correct PGD on suspendIan Campbell2008-11-231-7/+14
| * | | | | Merge branch 'oprofile-for-tip' of git://git.kernel.org/pub/scm/linux/kernel/...Ingo Molnar2008-11-231-1/+1
| |\ \ \ \ \
| | * | | | | oprofile: fix an overflow in ppro codeEric Dumazet2008-11-171-1/+1
| * | | | | | x86: revert irq number limitationThomas Gleixner2008-11-231-21/+1
OpenPOWER on IntegriCloud