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