summaryrefslogtreecommitdiff
path: root/kernel/trace/trace_functions_graph.c
AgeCommit message (Expand)Author
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman
2017-09-08treewide: make "nr_cpu_ids" unsignedAlexey Dobriyan
2016-12-09tracing/fgraph: Have wakeup and irqsoff tracers ignore graph functions tooSteven Rostedt (Red Hat)
2016-12-09fgraph: Handle a case where a tracer ignores set_graph_notraceSteven Rostedt (Red Hat)
2016-11-23tracing: Make __buffer_unlock_commit() always_inlineSteven Rostedt (Red Hat)
2016-10-06Merge tag 'trace-v4.9' of git://git.kernel.org/pub/scm/linux/kernel/git/roste...Linus Torvalds
2016-09-01ftrace: Access ret_stack->subtime only in the function profilerNamhyung Kim
2016-09-01function_graph: Handle TRACE_BPUTS in print_graph_commentNamhyung Kim
2016-08-24ftrace: Add ftrace_graph_ret_addr() stack unwinding helpersJosh Poimboeuf
2016-08-24ftrace: Add return address pointer to ftrace_ret_stackJosh Poimboeuf
2016-08-24ftrace: Only allocate the ret_stack 'fp' field when neededJosh Poimboeuf
2016-08-24ftrace: Remove CONFIG_HAVE_FUNCTION_GRAPH_FP_TEST from configJosh Poimboeuf
2016-06-27tracing/function_graph: Fix filters for function_graph thresholdJoel Fernandes
2016-06-20ftrace: Have set_ftrace_pid use the bitmap like events doSteven Rostedt (Red Hat)
2016-03-25arch, ftrace: for KASAN put hard/soft IRQ entries into separate sectionsAlexander Potapenko
2016-03-22kernel/...: convert pr_warning to pr_warnJoe Perches
2015-11-07tracing: Remove unused ftrace_cpu_disabled per cpu variableDmitry Safonov
2015-09-30tracing: Move trace_flags from global to a trace_array fieldSteven Rostedt (Red Hat)
2015-09-30tracing: Move sleep-time and graph-time options out of the core trace_flagsSteven Rostedt (Red Hat)
2015-07-20ftrace: Fix function_graph duration spacing with 7-digitsSteven Rostedt (Red Hat)
2015-05-13tracing: Rename ftrace_event_{call,class} to trace_event_{call,class}Steven Rostedt (Red Hat)
2015-05-13tracing: Rename (un)register_ftrace_event() to (un)register_trace_event()Steven Rostedt (Red Hat)
2015-04-22Merge tag 'trace-v4.1-2' of git://git.kernel.org/pub/scm/linux/kernel/git/ros...Linus Torvalds
2015-04-16tracing: Handle ftrace_dump() atomic context in graph_trace_open()Rabin Vincent
2015-02-03tracing: Convert the tracing facility over to use tracefsSteven Rostedt (Red Hat)
2015-01-22tracing: Use IS_ERR() check for return value of tracing_init_dentry()Steven Rostedt (Red Hat)
2014-12-10Merge tag 'trace-seq-buf-3.19' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds
2014-12-03tracing: Add additional marks to signal very large time deltasByungchul Park
2014-11-19tracing: Use trace_seq_used() and seq_buf_used() instead of lenSteven Rostedt (Red Hat)
2014-11-19tracing: Create seq_buf layer in trace_seqSteven Rostedt (Red Hat)
2014-11-19tracing: Have function_graph use trace_seq_has_overflowed()Steven Rostedt (Red Hat)
2014-11-14function_graph: Fix micro seconds notationsByungchul Park
2014-11-14ftrace-graph: show latency-format on print_graph_irq()Daniel Bristot de Oliveira
2014-11-14trace: Replace single-character seq_puts with seq_putcRasmus Villemoes
2014-11-13tracing: Replace seq_printf by simpler equivalentsRasmus Villemoes
2014-07-18tracing: Convert local function_graph functions to staticSteven Rostedt (Red Hat)
2014-07-18tracing: let user specify tracing_thresh after selecting function_graphStanislav Fomichev
2014-07-18ftrace-graph: Remove usage of ftrace_stop() in ftrace_graph_stop()Steven Rostedt (Red Hat)
2014-07-17ftrace-graph: Remove dependency of ftrace_stop() from ftrace_graph_stop()Steven Rostedt (Red Hat)
2014-05-20tracing: Add funcgraph_tail option to print function name after closing bracesRobert Elliott
2014-05-20tracing: Eliminate duplicate TRACE_GRAPH_PRINT_xx definesRobert Elliott
2014-04-30tracing: Remove mock up poll wait functionSteven Rostedt (Red Hat)
2014-02-20tracing: Pass trace_array to set_flag callbackSteven Rostedt (Red Hat)
2013-11-06tracing: Do not use signed enums with unsigned long long in fgragh outputSteven Rostedt (Red Hat)
2013-11-05tracing: Update event filters for multibufferTom Zanussi
2013-10-18ftrace: Add set_graph_notrace filterNamhyung Kim
2013-07-18tracing: Add ref_data to function and fgraph tracer structsSteven Rostedt (Red Hat)
2013-07-18tracing: Use trace_seq_puts()/trace_seq_putc() where possiblezhangwei(Jovi)
2013-03-15tracing: Consolidate max_tr into main trace_array structureSteven Rostedt (Red Hat)
2013-03-15tracing: Replace the static global per_cpu arrays with allocated per_cpuSteven Rostedt