summaryrefslogtreecommitdiff
path: root/kernel
AgeCommit message (Expand)AuthorFilesLines
2008-12-05Merge branches 'tracing/ftrace', 'tracing/function-graph-tracer' and 'tracing...Ingo Molnar4-9/+97
2008-12-04tracing/function-graph-tracer: handle ftrace_printk entriesFrederic Weisbecker4-9/+97
2008-12-04ftrace: avoid duplicated function when writing set_graph_functionLiming Wang1-2/+8
2008-12-04tracing: fix typo and missing inline functionIngo Molnar1-1/+5
2008-12-04ftrace: add ability to only trace swapper tasksSteven Rostedt1-11/+63
2008-12-04ftrace: use struct pidSteven Rostedt2-34/+46
2008-12-04ftrace: trace single pid for function graph tracerSteven Rostedt3-1/+14
2008-12-04ftrace: use task struct trace flag to filter on pidSteven Rostedt1-3/+25
2008-12-04ftrace: graph of a single functionSteven Rostedt3-1/+264
2008-12-04Merge branches 'tracing/ftrace' and 'tracing/function-graph-tracer' into trac...Ingo Molnar10-115/+425
2008-12-04Merge commit 'v2.6.28-rc7' into tracing/coreIngo Molnar12-37/+78
2008-12-03ftrace: fix race in function graph during forkSteven Rostedt1-3/+6
2008-12-03trace: fix output of stack traceSteven Rostedt1-1/+4
2008-12-03tracing/function-graph-tracer: enabled by defaultIngo Molnar1-0/+1
2008-12-03tracing/function-graph-tracer: improve duration outputFrederic Weisbecker1-12/+43
2008-12-03tracing/function-graph-tracer: display unified style cmdline and pidFrederic Weisbecker1-14/+99
2008-12-03ftrace: function graph return for function entrySteven Rostedt3-5/+11
2008-12-03ring-buffer: change "page" variable names to "bpage"Steven Rostedt1-65/+65
2008-12-03ftrace: add ftrace_graph_stop()Steven Rostedt1-0/+5
2008-12-03ring-buffer: read page interfaceSteven Rostedt1-0/+166
2008-12-03ring-buffer: move some metadata into buffer pageSteven Rostedt1-27/+36
2008-12-03ftrace: replace raw_local_irq_save with local_irq_saveSteven Rostedt4-12/+13
2008-12-03Merge commit 'v2.6.28-rc7'; branch 'x86/dumpstack' into tracing/ftraceIngo Molnar12-37/+78
2008-12-03Merge branches 'tracing/ftrace' and 'tracing/function-graph-tracer' into trac...Ingo Molnar1-1/+3
2008-12-02tracing/function-graph-tracer: support for x86-64Frederic Weisbecker1-1/+3
2008-12-02function trace: fix a bug of single thread function traceLiming Wang1-4/+2
2008-12-02Merge branches 'tracing/branch-tracer', 'tracing/ftrace', 'tracing/function-g...Ingo Molnar4-38/+259
2008-12-02taint: add missing commentArjan van de Ven1-0/+1
2008-12-02epoll: introduce resource usage limitsDavide Libenzi1-0/+10
2008-12-01Merge branch 'sched-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2-3/+4
2008-12-01Merge branch 'irq-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds4-27/+56
2008-12-01Merge branch 'core-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds1-2/+2
2008-12-01Merge branch 'tracing-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds3-19/+23
2008-11-30remove __ARCH_WANT_COMPAT_SYS_PTRACEChristoph Hellwig1-2/+2
2008-11-30cpuinit fixes in kernel/*Al Viro2-3/+3
2008-11-29sched: prevent divide by zero error in cpu_avg_load_per_task, updateIngo Molnar1-1/+1
2008-11-29sched, cpusets: fix warning in kernel/cpuset.cIngo Molnar1-1/+1
2008-11-29tracing/branch-tracer: include missing irqflags.hFrederic Weisbecker1-0/+1
2008-11-28ftrace: improve seq_operation of ftraceLiming Wang1-17/+10
2008-11-28tracing, alpha: fix build: add missing #ifdef CONFIG_STACKTRACETörök Edwin1-0/+2
2008-11-28tracing/function-graph-tracer: more output tweaksIngo Molnar1-7/+38
2008-11-28tracing/function-graph-tracer: adjustments of the trace informationsFrederic Weisbecker1-49/+93
2008-11-27tracing/function-graph-tracer: enhancements for the trace outputFrederic Weisbecker1-9/+159
2008-11-27Merge branches 'tracing/blktrace', 'tracing/ftrace', 'tracing/function-graph-...Ingo Molnar11-227/+693
2008-11-27sched: prevent divide by zero error in cpu_avg_load_per_taskSteven Rostedt1-2/+3
2008-11-27ftrace: prevent recursionLai Jiangshan1-1/+1
2008-11-26tracing: add "power-tracer": C/P state tracer to help power optimizationArjan van de Ven4-0/+198
2008-11-26ftrace: add cpu annotation for function graph tracerSteven Rostedt1-12/+22
2008-11-26ftrace: add thread comm to function graph tracerSteven Rostedt3-6/+18
2008-11-26ftrace: let function tracing and function return run togetherSteven Rostedt1-20/+2