summaryrefslogtreecommitdiffstats
path: root/kernel/trace/trace_functions_graph.c
Commit message (Expand)AuthorAgeFilesLines
* tracing/fgraph: Have wakeup and irqsoff tracers ignore graph functions tooSteven Rostedt (Red Hat)2016-12-091-7/+7
* fgraph: Handle a case where a tracer ignores set_graph_notraceSteven Rostedt (Red Hat)2016-12-091-3/+14
* tracing: Make __buffer_unlock_commit() always_inlineSteven Rostedt (Red Hat)2016-11-231-2/+2
* Merge tag 'trace-v4.9' of git://git.kernel.org/pub/scm/linux/kernel/git/roste...Linus Torvalds2016-10-061-1/+5
|\
| * ftrace: Access ret_stack->subtime only in the function profilerNamhyung Kim2016-09-011-1/+0
| * function_graph: Handle TRACE_BPUTS in print_graph_commentNamhyung Kim2016-09-011-0/+5
* | ftrace: Add ftrace_graph_ret_addr() stack unwinding helpersJosh Poimboeuf2016-08-241-0/+58
* | ftrace: Add return address pointer to ftrace_ret_stackJosh Poimboeuf2016-08-241-1/+4
* | ftrace: Only allocate the ret_stack 'fp' field when neededJosh Poimboeuf2016-08-241-0/+2
* | ftrace: Remove CONFIG_HAVE_FUNCTION_GRAPH_FP_TEST from configJosh Poimboeuf2016-08-241-1/+1
|/
* tracing/function_graph: Fix filters for function_graph thresholdJoel Fernandes2016-06-271-9/+8
* ftrace: Have set_ftrace_pid use the bitmap like events doSteven Rostedt (Red Hat)2016-06-201-1/+1
* arch, ftrace: for KASAN put hard/soft IRQ entries into separate sectionsAlexander Potapenko2016-03-251-0/+1
* kernel/...: convert pr_warning to pr_warnJoe Perches2016-03-221-3/+3
* tracing: Remove unused ftrace_cpu_disabled per cpu variableDmitry Safonov2015-11-071-6/+0
* tracing: Move trace_flags from global to a trace_array fieldSteven Rostedt (Red Hat)2015-09-301-21/+29
* tracing: Move sleep-time and graph-time options out of the core trace_flagsSteven Rostedt (Red Hat)2015-09-301-1/+12
* ftrace: Fix function_graph duration spacing with 7-digitsSteven Rostedt (Red Hat)2015-07-201-2/+2
* tracing: Rename ftrace_event_{call,class} to trace_event_{call,class}Steven Rostedt (Red Hat)2015-05-131-2/+2
* tracing: Rename (un)register_ftrace_event() to (un)register_trace_event()Steven Rostedt (Red Hat)2015-05-131-2/+2
* Merge tag 'trace-v4.1-2' of git://git.kernel.org/pub/scm/linux/kernel/git/ros...Linus Torvalds2015-04-221-2/+6
|\
| * tracing: Handle ftrace_dump() atomic context in graph_trace_open()Rabin Vincent2015-04-161-2/+6
* | tracing: Convert the tracing facility over to use tracefsSteven Rostedt (Red Hat)2015-02-031-4/+3
|/
* tracing: Use IS_ERR() check for return value of tracing_init_dentry()Steven Rostedt (Red Hat)2015-01-221-1/+1
* Merge tag 'trace-seq-buf-3.19' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2014-12-101-4/+7
|\
| * tracing: Use trace_seq_used() and seq_buf_used() instead of lenSteven Rostedt (Red Hat)2014-11-191-1/+4
| * tracing: Create seq_buf layer in trace_seqSteven Rostedt (Red Hat)2014-11-191-3/+3
* | tracing: Add additional marks to signal very large time deltasByungchul Park2014-12-031-20/+3
|/
* tracing: Have function_graph use trace_seq_has_overflowed()Steven Rostedt (Red Hat)2014-11-191-265/+117
* function_graph: Fix micro seconds notationsByungchul Park2014-11-141-6/+6
* ftrace-graph: show latency-format on print_graph_irq()Daniel Bristot de Oliveira2014-11-141-0/+9
* trace: Replace single-character seq_puts with seq_putcRasmus Villemoes2014-11-141-2/+2
* tracing: Replace seq_printf by simpler equivalentsRasmus Villemoes2014-11-131-14/+14
* tracing: Convert local function_graph functions to staticSteven Rostedt (Red Hat)2014-07-181-4/+4
* tracing: let user specify tracing_thresh after selecting function_graphStanislav Fomichev2014-07-181-0/+7
* ftrace-graph: Remove usage of ftrace_stop() in ftrace_graph_stop()Steven Rostedt (Red Hat)2014-07-181-5/+0
* ftrace-graph: Remove dependency of ftrace_stop() from ftrace_graph_stop()Steven Rostedt (Red Hat)2014-07-171-0/+35
* tracing: Add funcgraph_tail option to print function name after closing bracesRobert Elliott2014-05-201-3/+6
* tracing: Eliminate duplicate TRACE_GRAPH_PRINT_xx definesRobert Elliott2014-05-201-9/+0
* tracing: Remove mock up poll wait functionSteven Rostedt (Red Hat)2014-04-301-1/+0
* tracing: Pass trace_array to set_flag callbackSteven Rostedt (Red Hat)2014-02-201-1/+2
* tracing: Do not use signed enums with unsigned long long in fgragh outputSteven Rostedt (Red Hat)2013-11-061-11/+11
* tracing: Update event filters for multibufferTom Zanussi2013-11-051-2/+2
* ftrace: Add set_graph_notrace filterNamhyung Kim2013-10-181-3/+53
* tracing: Add ref_data to function and fgraph tracer structsSteven Rostedt (Red Hat)2013-07-181-1/+1
* tracing: Use trace_seq_puts()/trace_seq_putc() where possiblezhangwei(Jovi)2013-07-181-26/+26
* tracing: Consolidate max_tr into main trace_array structureSteven Rostedt (Red Hat)2013-03-151-6/+6
* tracing: Replace the static global per_cpu arrays with allocated per_cpuSteven Rostedt2013-03-151-2/+2
* tracing/fgraph: Adjust fgraph depth before calling trace return callbackSteven Rostedt (Red Hat)2013-01-291-1/+7
* tracing/fgraph: Add max_graph_depth to limit function_graph depthSteven Rostedt2013-01-211-2/+58