aboutsummaryrefslogtreecommitdiffstats
path: root/kernel/trace/trace_functions_graph.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2009-12-09tracing: Fix function graph trace_pipe to properly display failed entriesJiri Olsa1-34/+131
2009-09-17tracing: switch function prints from %pf to %psSteven Rostedt1-3/+3
2009-09-11tracing: consolidate code between trace_output.c and trace_function_graph.cSteven Rostedt1-24/+2
2009-09-11tracing: add lock depth to entriesSteven Rostedt1-4/+12
2009-09-11tracing: add latency format to function_graph tracerSteven Rostedt1-6/+68
2009-09-04tracing: pass around ring buffer instead of tracerSteven Rostedt1-6/+8
2009-08-11Merge branch 'linus' into tracing/coreIngo Molnar1-2/+9
2009-08-06tracing/function-graph-tracer: Move graph event insertion helpers in the graph tracer fileFrederic Weisbecker1-3/+119
2009-08-06tracing: Simplify print_graph_cpu()Lai Jiangshan1-26/+4
2009-07-28tracing: Fix invalid function_graph entryLai Jiangshan1-2/+9
2009-07-10tracing/function-graph-tracer: Use the %pf formatFrederic Weisbecker1-10/+2
2009-06-18function-graph: add stack frame testSteven Rostedt1-4/+32
2009-06-10Merge branch 'tracing-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tipLinus Torvalds1-0/+6
2009-06-02function-graph: enable the stack after initialization of other variablesSteven Rostedt1-0/+6
2009-03-24function-graph: add option to calculate graph time or notSteven Rostedt1-4/+4
2009-03-24tracing: adding function timings to function profilerSteven Rostedt1-3/+14
2009-03-24function-graph: moved the timestamp from arch to generic codeSteven Rostedt1-3/+5
2009-03-19function-graph: show binary events as commentsSteven Rostedt1-12/+28
2009-03-19function-graph: calculate function depth within function graph tracerSteven Rostedt1-22/+69
2009-03-19function-graph: consolidate prologues for outputSteven Rostedt1-69/+29
2009-03-16tracing: protect reader of cmdline outputSteven Rostedt1-6/+6
2009-03-12tracing/core: bring back raw trace_printk for dynamic formats stringsFrederic Weisbecker1-3/+3
2009-03-10Merge branch 'tip/tracing/ftrace' of git://git.kernel.org/pub/scm/linux/kernel/git/rostedt/linux-2.6-trace into tracing/ftraceIngo Molnar1-3/+3
2009-03-10tracing: remove funky whitespace in the trace codeSteven Rostedt1-3/+3
2009-03-10Merge branch 'x86/core' into tracing/ftraceIngo Molnar1-1/+1
2009-03-06tracing/core: drop the old trace_printk() implementation in favour of trace_bprintk()Frederic Weisbecker1-1/+5
2009-03-05tracing/function-graph-tracer: use the more lightweight local clockFrederic Weisbecker1-1/+1
2009-02-19tracing/function-graph-tracer: fix mergeIngo Molnar1-1/+1
2009-02-19tracing/function-graph-tracer: fix traces weirdness while absolute time printingFrederic Weisbecker1-21/+29
2009-02-19Merge branch 'mainline/function-graph' of git://git.kernel.org/pub/scm/linux/kernel/git/rostedt/linux-2.6-trace into tracing/function-graph-tracerIngo Molnar1-0/+75
2009-02-18tracing/function-graph-tracer: make arch generic push pop functionsSteven Rostedt1-0/+75
2009-02-18tracing/core: use appropriate waiting on trace_pipeFrederic Weisbecker1-0/+1
2009-02-10tracing: provide correct return value after outputting the eventWenji Huang1-7/+7
2009-02-09tracing/function-graph-tracer: handle the leaf functions from trace_pipeFrederic Weisbecker1-18/+30
2009-02-09tracing/function-graph-tracer: provide a selftest for the function graph tracerFrederic Weisbecker1-0/+3
2009-02-06trace: Call tracing_reset_online_cpus before tracer->init()Arnaldo Carvalho de Melo1-1/+0
2009-01-29trace: Use tracing_reset_online_cpus in more placesArnaldo Carvalho de Melo1-6/+2
2009-01-23tracing/function-graph-tracer: various fixes and featuresFrederic Weisbecker1-103/+195
2009-01-06Merge branches 'tracing/kmemtrace2' and 'tracing/ftrace' into tracing/urgentIngo Molnar1-3/+1
2009-01-06Merge branch 'linus' into tracing/kmemtrace2Ingo Molnar1-1/+1
2009-01-01cpumask: convert kernel trace functions furtherRusty Russell1-1/+1
2008-12-29ftrace: set up trace event hash infrastructureSteven Rostedt1-0/+1
2008-12-29ftrace: remove obsolete print continue functionalitySteven Rostedt1-3/+0
2008-12-26tracing/function-graph-tracer: strip ending newlines on commentsFrederic Weisbecker1-0/+6
2008-12-12tracing/function-graph-tracer: Output arrows signal on hardirq call/returnFrederic Weisbecker1-4/+62
2008-12-08tracing/function-graph-tracer: implement a print_headers functionFrederic Weisbecker1-4/+29
2008-12-04tracing/function-graph-tracer: handle ftrace_printk entriesFrederic Weisbecker1-1/+71
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-11-28tracing/function-graph-tracer: more output tweaksIngo Molnar1-7/+38