summaryrefslogtreecommitdiffstats
path: root/kernel/trace
AgeCommit message (Expand)AuthorLines
2008-12-04tracing/function-graph-tracer: handle ftrace_printk entriesFrederic Weisbecker-9/+97
2008-12-04ftrace: avoid duplicated function when writing set_graph_functionLiming Wang-2/+8
2008-12-04tracing: fix typo and missing inline functionIngo Molnar-1/+5
2008-12-04ftrace: add ability to only trace swapper tasksSteven Rostedt-11/+63
2008-12-04ftrace: use struct pidSteven Rostedt-34/+46
2008-12-04ftrace: trace single pid for function graph tracerSteven Rostedt-1/+14
2008-12-04ftrace: use task struct trace flag to filter on pidSteven Rostedt-3/+25
2008-12-04ftrace: graph of a single functionSteven Rostedt-1/+264
2008-12-04Merge branches 'tracing/ftrace' and 'tracing/function-graph-tracer' into trac...Ingo Molnar-112/+418
2008-12-04Merge branch 'master' into nextJames Morris-96/+210
2008-12-03trace: fix output of stack traceSteven Rostedt-1/+4
2008-12-03tracing/function-graph-tracer: enabled by defaultIngo Molnar-0/+1
2008-12-03tracing/function-graph-tracer: improve duration outputFrederic Weisbecker-12/+43
2008-12-03tracing/function-graph-tracer: display unified style cmdline and pidFrederic Weisbecker-14/+99
2008-12-03ftrace: function graph return for function entrySteven Rostedt-5/+11
2008-12-03ring-buffer: change "page" variable names to "bpage"Steven Rostedt-65/+65
2008-12-03ftrace: add ftrace_graph_stop()Steven Rostedt-0/+5
2008-12-03ring-buffer: read page interfaceSteven Rostedt-0/+166
2008-12-03ring-buffer: move some metadata into buffer pageSteven Rostedt-27/+36
2008-12-03ftrace: replace raw_local_irq_save with local_irq_saveSteven Rostedt-12/+12
2008-12-03Merge branches 'tracing/ftrace' and 'tracing/function-graph-tracer' into trac...Ingo Molnar-1/+3
2008-12-02tracing/function-graph-tracer: support for x86-64Frederic Weisbecker-1/+3
2008-12-02function trace: fix a bug of single thread function traceLiming Wang-4/+2
2008-12-02Merge branches 'tracing/branch-tracer', 'tracing/ftrace', 'tracing/function-g...Ingo Molnar-38/+259
2008-11-29tracing/branch-tracer: include missing irqflags.hFrederic Weisbecker-0/+1
2008-11-28ftrace: improve seq_operation of ftraceLiming Wang-17/+10
2008-11-28tracing, alpha: fix build: add missing #ifdef CONFIG_STACKTRACETörök Edwin-0/+2
2008-11-28tracing/function-graph-tracer: more output tweaksIngo Molnar-7/+38
2008-11-28tracing/function-graph-tracer: adjustments of the trace informationsFrederic Weisbecker-49/+93
2008-11-27tracing/function-graph-tracer: enhancements for the trace outputFrederic Weisbecker-9/+159
2008-11-27Merge branches 'tracing/blktrace', 'tracing/ftrace', 'tracing/function-graph-...Ingo Molnar-223/+689
2008-11-27ftrace: prevent recursionLai Jiangshan-1/+1
2008-11-26tracing: add "power-tracer": C/P state tracer to help power optimizationArjan van de Ven-0/+198
2008-11-26ftrace: add cpu annotation for function graph tracerSteven Rostedt-12/+22
2008-11-26ftrace: add thread comm to function graph tracerSteven Rostedt-6/+18
2008-11-26ftrace: let function tracing and function return run togetherSteven Rostedt-20/+2
2008-11-26ftrace: use code patching for ftrace graph tracerSteven Rostedt-19/+16
2008-11-26ftrace: add function tracing to single threadSteven Rostedt-26/+183
2008-11-26tracing/function-return-tracer: set a more human readable outputFrederic Weisbecker-159/+168
2008-11-26tracing/function-return-tracer: change the name into function-graph-tracerFrederic Weisbecker-37/+138
2008-11-25x86, bts, ftrace: a BTS ftrace plug-in prototypeMarkus Metzger-0/+300
2008-11-25x86, ftrace: call trace->open() before stopping tracing; add trace->print_hea...Markus Metzger-4/+8
2008-11-25hrtimer: removing all ur callback modesPeter Zijlstra-1/+0
2008-11-24Merge branches 'tracing/branch-tracer', 'tracing/fastboot', 'tracing/ftrace',...Ingo Molnar-23/+368
2008-11-23x86, mmiotrace: fix buffer overrun detectionPekka Paalanen-9/+7
2008-11-23tracing/function-return-tracer: don't trace kfree while it frees the return s...Frederic Weisbecker-1/+6
2008-11-23tracing/stack-tracer: avoid races accessing fileTörök Edwin-5/+5
2008-11-23tracing/stack-tracer: introduce CONFIG_USER_STACKTRACE_SUPPORTTörök Edwin-0/+3
2008-11-23tracing/stack-tracer: fix locking and refcountsTörök Edwin-3/+6
2008-11-23tracing/stack-tracer: fix style issuesTörök Edwin-4/+3