aboutsummaryrefslogtreecommitdiff
path: root/kernel/trace/trace_functions_graph.c
AgeCommit message (Expand)AuthorFilesLines
2023-06-20function_graph: Support recording and printing the return value of functionGravatar Donglin Peng 1-10/+83
2021-10-13tracing: in_irq() cleanupGravatar Changbin Du 1-1/+1
2021-10-08tracing: Disable "other" permission bits in the tracefs filesGravatar Steven Rostedt (VMware) 1-1/+1
2021-03-23tracing: Fix various typos in commentsGravatar Ingo Molnar 1-1/+1
2021-02-02tracing: Merge irqflags + preempt counter.Gravatar Sebastian Andrzej Siewior 1-17/+15
2020-11-10fgraph: Make overruns 4 bytes in graph stack structureGravatar Steven Rostedt (VMware) 1-1/+1
2020-09-18tracing: make tracing_init_dentry() returns an integer instead of a d_entry p...Gravatar Wei Yang 1-4/+4
2020-03-19ring-buffer: Rename ring_buffer_read() to read_buffer_iter_advance()Gravatar Steven Rostedt (VMware) 1-1/+1
2020-01-13tracing: Make struct ring_buffer less ambiguousGravatar Steven Rostedt (VMware) 1-2/+2
2020-01-13tracing: Rename trace_buffer to array_bufferGravatar Steven Rostedt (VMware) 1-7/+7
2019-07-30fgraph: Remove redundant ftrace_graph_notrace_addr() testGravatar Changbin Du 1-10/+7
2019-02-06tracing: Put a margin between flags and duration for wakeup tracersGravatar Changbin Du 1-2/+3
2019-02-06function_graph: Support displaying relative timestampGravatar Changbin Du 1-0/+25
2018-12-08function_graph: Move ftrace_graph_ret_addr() to fgraph.cGravatar Steven Rostedt (VMware) 1-55/+0
2018-12-08fgraph: Add new fgraph_ops structure to enable function graph hooksGravatar Steven Rostedt (VMware) 1-5/+16
2018-12-08function_graph: Do not expose the graph_time option when profiler is not conf...Gravatar Steven Rostedt (VMware) 1-0/+4
2018-12-08function_graph: Remove the use of FTRACE_NOTRACE_DEPTHGravatar Steven Rostedt (VMware) 1-11/+0
2018-11-29fgraph: Have set_graph_notrace only affect function_graph tracerGravatar Steven Rostedt (VMware) 1-0/+22
2018-11-29fgraph: Create a fgraph.c file to store function graph infrastructureGravatar Steven Rostedt (VMware) 1-220/+0
2018-11-29tracing: Do not line wrap short line in function_graph_enter()Gravatar Steven Rostedt (VMware) 1-2/+1
2018-11-29tracing/fgraph: Fix set_graph_function from showing interruptsGravatar Steven Rostedt (VMware) 1-0/+4
2018-11-27function_graph: Reverse the order of pushing the ret_stack and the callbackGravatar Steven Rostedt (VMware) 1-4/+6
2018-11-27function_graph: Move return callback before update of curr_ret_stackGravatar Steven Rostedt (VMware) 1-9/+13
2018-11-27function_graph: Use new curr_ret_depth to manage depth instead of curr_ret_stackGravatar Steven Rostedt (VMware) 1-8/+13
2018-11-27function_graph: Make ftrace_push_return_trace() staticGravatar Steven Rostedt (VMware) 1-1/+1
2018-11-26function_graph: Create function_graph_enter() to consolidate architecture codeGravatar Steven Rostedt (VMware) 1-0/+16
2018-07-03tracing: Fix missing return symbol in function_graph outputGravatar Changbin Du 1-1/+4
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGravatar Greg Kroah-Hartman 1-0/+1
2017-09-08treewide: make "nr_cpu_ids" unsignedGravatar Alexey Dobriyan 1-1/+1
2016-12-09tracing/fgraph: Have wakeup and irqsoff tracers ignore graph functions tooGravatar Steven Rostedt (Red Hat) 1-7/+7
2016-12-09fgraph: Handle a case where a tracer ignores set_graph_notraceGravatar Steven Rostedt (Red Hat) 1-3/+14
2016-11-23tracing: Make __buffer_unlock_commit() always_inlineGravatar Steven Rostedt (Red Hat) 1-2/+2
2016-10-06Merge tag 'trace-v4.9' of git://git.kernel.org/pub/scm/linux/kernel/git/roste...Gravatar Linus Torvalds 1-1/+5
2016-09-01ftrace: Access ret_stack->subtime only in the function profilerGravatar Namhyung Kim 1-1/+0
2016-09-01function_graph: Handle TRACE_BPUTS in print_graph_commentGravatar Namhyung Kim 1-0/+5
2016-08-24ftrace: Add ftrace_graph_ret_addr() stack unwinding helpersGravatar Josh Poimboeuf 1-0/+58
2016-08-24ftrace: Add return address pointer to ftrace_ret_stackGravatar Josh Poimboeuf 1-1/+4
2016-08-24ftrace: Only allocate the ret_stack 'fp' field when neededGravatar Josh Poimboeuf 1-0/+2
2016-08-24ftrace: Remove CONFIG_HAVE_FUNCTION_GRAPH_FP_TEST from configGravatar Josh Poimboeuf 1-1/+1
2016-06-27tracing/function_graph: Fix filters for function_graph thresholdGravatar Joel Fernandes 1-9/+8
2016-06-20ftrace: Have set_ftrace_pid use the bitmap like events doGravatar Steven Rostedt (Red Hat) 1-1/+1
2016-03-25arch, ftrace: for KASAN put hard/soft IRQ entries into separate sectionsGravatar Alexander Potapenko 1-0/+1
2016-03-22kernel/...: convert pr_warning to pr_warnGravatar Joe Perches 1-3/+3
2015-11-07tracing: Remove unused ftrace_cpu_disabled per cpu variableGravatar Dmitry Safonov 1-6/+0
2015-09-30tracing: Move trace_flags from global to a trace_array fieldGravatar Steven Rostedt (Red Hat) 1-21/+29
2015-09-30tracing: Move sleep-time and graph-time options out of the core trace_flagsGravatar Steven Rostedt (Red Hat) 1-1/+12
2015-07-20ftrace: Fix function_graph duration spacing with 7-digitsGravatar Steven Rostedt (Red Hat) 1-2/+2
2015-05-13tracing: Rename ftrace_event_{call,class} to trace_event_{call,class}Gravatar Steven Rostedt (Red Hat) 1-2/+2
2015-05-13tracing: Rename (un)register_ftrace_event() to (un)register_trace_event()Gravatar Steven Rostedt (Red Hat) 1-2/+2
2015-04-22Merge tag 'trace-v4.1-2' of git://git.kernel.org/pub/scm/linux/kernel/git/ros...Gravatar Linus Torvalds 1-2/+6