aboutsummaryrefslogtreecommitdiffstats
path: root/kernel/trace/trace_functions_graph.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2013-07-18tracing: Add ref_data to function and fgraph tracer structsSteven Rostedt (Red Hat)1-1/+1
2013-07-18tracing: Use trace_seq_puts()/trace_seq_putc() where possiblezhangwei(Jovi)1-26/+26
2013-03-15tracing: Consolidate max_tr into main trace_array structureSteven Rostedt (Red Hat)1-6/+6
2013-03-15tracing: Replace the static global per_cpu arrays with allocated per_cpuSteven Rostedt1-2/+2
2013-01-29tracing/fgraph: Adjust fgraph depth before calling trace return callbackSteven Rostedt (Red Hat)1-1/+7
2013-01-21tracing/fgraph: Add max_graph_depth to limit function_graph depthSteven Rostedt1-2/+58
2012-10-31tracing: Cache comms only after an event occurredSteven Rostedt1-2/+2
2012-10-31tracing: Allow tracers to start at core initcallSteven Rostedt1-1/+1
2012-08-23ftrace: Do not test frame pointers if -mfentry is usedSteven Rostedt1-1/+4
2012-06-28tracing: Remove NR_CPUS array from trace_iteratorSteven Rostedt1-1/+1
2011-07-07tracing: Still trace filtered irq functions when irq trace is disabledSteven Rostedt1-1/+1
2011-06-14tracing, function_graph: Add context-info support for function_graph tracerJiri Olsa1-22/+31
2011-06-14tracing, function_graph: Remove lock-depth from latency traceJiri Olsa1-4/+3
2011-06-14tracing, function_graph: Merge overhead and duration display functionsJiri Olsa1-74/+74
2011-06-14tracing, function_graph: Remove dependency of abstime and duration fields on latencyJiri Olsa1-16/+3
2011-03-31Fix common misspellingsLucas De Marchi1-1/+1
2010-10-18tracing: Remove parent recording in latency tracer graph optionsSteven Rostedt1-1/+0
2010-10-18tracing: Make graph related irqs/preemptsoff functions globalJiri Olsa1-3/+60
2010-10-18tracing: Add proper check for irq_depth routinesJiri Olsa1-4/+20
2010-10-13tracing: Fix function-graph build warning on 32-bitBorislav Petkov1-2/+3
2010-09-14tracing: Do not trace in irq when funcgraph-irq option is zeroSteven Rostedt1-1/+22
2010-09-14tracing: Add funcgraph-irq option for function graph tracer.Jiri Olsa1-1/+100
2010-08-19Merge branch 'tip/perf/urgent' of git://git.kernel.org/pub/scm/linux/kernel/git/rostedt/linux-2.6-trace into perf/coreIngo Molnar1-1/+9
2010-08-19perf, tracing: add missing __percpu markupsNamhyung Kim1-1/+1
2010-08-16Merge branch 'tip/perf/urgent-3' of git://git.kernel.org/pub/scm/linux/kernel/git/rostedt/linux-2.6-trace into trace/tip/perf/urgent-4Steven Rostedt1-1/+9
2010-08-06tracing: Fix an unallocated memory access in function_graphShaohua Li1-1/+9
2010-06-28tracing/function-graph: Use correct string size for snprintfChase Douglas1-1/+2
2010-05-14tracing: Allow events to share their print functionsSteven Rostedt1-4/+9
2010-04-27tracing: Add graph output support for irqsoff tracerJiri Olsa1-5/+10
2010-04-26tracing: Have graph flags passed in to ouput functionsJiri Olsa1-54/+69
2010-04-26tracing: Add ftrace events for graph tracerJiri Olsa1-1/+27
2010-04-08Merge branch 'linus' into tracing/coreIngo Molnar1-0/+1
2010-03-31ring-buffer: Add place holder recording of dropped eventsSteven Rostedt1-2/+3
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking implicit slab.h inclusion from percpu.hTejun Heo1-0/+1
2010-03-13Merge branch 'tracing-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tipLinus Torvalds1-3/+24
2010-03-05function-graph: Add tracing_thresh support to function_graph tracerTim Bird1-2/+23
2010-03-05function-graph: Use comment notation for func names of dangling '}'Steven Rostedt1-1/+1
2010-03-03Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/percpuLinus Torvalds1-2/+2
2010-02-26ftrace: Add function names to dangling } in function graph tracerSteven Rostedt1-9/+43
2010-02-25tracing: Remove unnecessary variable in print_graph_returnWenji Huang1-1/+0
2010-01-29tracing: Simplify test for function_graph tracing start pointLai Jiangshan1-6/+2
2010-01-17tracing: Drop the tr check from the graph tracing pathFrederic Weisbecker1-9/+10
2010-01-05Merge branch 'master' into percpuTejun Heo1-34/+131
2009-12-14Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/percpuLinus Torvalds1-2/+2
2009-12-09tracing: Fix function graph trace_pipe to properly display failed entriesJiri Olsa1-34/+131
2009-10-29percpu: remove per_cpu__ prefix.Rusty Russell1-2/+2
2009-10-13this_cpu: Use this_cpu_xx in trace_functions_graph.cTejun Heo1-2/+2
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