summaryrefslogtreecommitdiffstats
path: root/kernel/trace/trace_functions_graph.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* tracing/fgraph: Have fgraph handle previous boot function addressesSteven Rostedt2024-08-151-5/+18
* function_graph: Move graph notrace bit to shadow stack global varSteven Rostedt (VMware)2024-06-041-4/+6
* function_graph: Move set_graph_function tests to shadow stack global varSteven Rostedt (VMware)2024-06-041-3/+3
* function_graph: Have the instances use their own ftrace_ops for filteringSteven Rostedt (VMware)2024-06-041-2/+6
* ftrace: Allow function_graph tracer to be enabled in instancesSteven Rostedt (VMware)2024-06-041-25/+40
* ftrace/function_graph: Pass fgraph_ops to function graph callbacksSteven Rostedt (VMware)2024-06-041-4/+7
* function_graph: Support recording and printing the return value of functionDonglin Peng2023-06-211-10/+83
* tracing: in_irq() cleanupChangbin Du2021-10-141-1/+1
* tracing: Disable "other" permission bits in the tracefs filesSteven Rostedt (VMware)2021-10-091-1/+1
* tracing: Fix various typos in commentsIngo Molnar2021-03-231-1/+1
* tracing: Merge irqflags + preempt counter.Sebastian Andrzej Siewior2021-02-021-17/+15
* fgraph: Make overruns 4 bytes in graph stack structureSteven Rostedt (VMware)2020-11-111-1/+1
* tracing: make tracing_init_dentry() returns an integer instead of a d_entry p...Wei Yang2020-09-191-4/+4
* ring-buffer: Rename ring_buffer_read() to read_buffer_iter_advance()Steven Rostedt (VMware)2020-03-201-1/+1
* tracing: Make struct ring_buffer less ambiguousSteven Rostedt (VMware)2020-01-131-2/+2
* tracing: Rename trace_buffer to array_bufferSteven Rostedt (VMware)2020-01-131-7/+7
* fgraph: Remove redundant ftrace_graph_notrace_addr() testChangbin Du2019-07-311-10/+7
* tracing: Put a margin between flags and duration for wakeup tracersChangbin Du2019-02-061-2/+3
* function_graph: Support displaying relative timestampChangbin Du2019-02-061-0/+25
* function_graph: Move ftrace_graph_ret_addr() to fgraph.cSteven Rostedt (VMware)2018-12-091-55/+0
* fgraph: Add new fgraph_ops structure to enable function graph hooksSteven Rostedt (VMware)2018-12-091-5/+16
* function_graph: Do not expose the graph_time option when profiler is not conf...Steven Rostedt (VMware)2018-12-091-0/+4
* function_graph: Remove the use of FTRACE_NOTRACE_DEPTHSteven Rostedt (VMware)2018-12-091-11/+0
* fgraph: Have set_graph_notrace only affect function_graph tracerSteven Rostedt (VMware)2018-11-301-0/+22
* fgraph: Create a fgraph.c file to store function graph infrastructureSteven Rostedt (VMware)2018-11-301-220/+0
* tracing: Do not line wrap short line in function_graph_enter()Steven Rostedt (VMware)2018-11-301-2/+1
* tracing/fgraph: Fix set_graph_function from showing interruptsSteven Rostedt (VMware)2018-11-301-0/+4
* function_graph: Reverse the order of pushing the ret_stack and the callbackSteven Rostedt (VMware)2018-11-281-4/+6
* function_graph: Move return callback before update of curr_ret_stackSteven Rostedt (VMware)2018-11-281-9/+13
* function_graph: Use new curr_ret_depth to manage depth instead of curr_ret_stackSteven Rostedt (VMware)2018-11-281-8/+13
* function_graph: Make ftrace_push_return_trace() staticSteven Rostedt (VMware)2018-11-281-1/+1
* function_graph: Create function_graph_enter() to consolidate architecture codeSteven Rostedt (VMware)2018-11-261-0/+16
* tracing: Fix missing return symbol in function_graph outputChangbin Du2018-07-041-1/+4
* License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman2017-11-021-0/+1
* treewide: make "nr_cpu_ids" unsignedAlexey Dobriyan2017-09-091-1/+1
* 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-241-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-261-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