aboutsummaryrefslogtreecommitdiffstats
path: root/kernel/trace/trace_functions_graph.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2025-05-09ftrace: Do not disabled function graph based on "disabled" fieldSteven Rostedt1-29/+9
2025-04-12ftrace: Do not have print_graph_retval() add a newlineSteven Rostedt1-6/+5
2025-03-22tracing: Fix use-after-free in print_graph_function_flags during tracer switchingTengda Wu1-0/+1
2025-03-07function_graph: Remove the unused variable funcJiapeng Chong1-3/+0
2025-03-04ftrace: Have funcgraph-args take affect during tracingSteven Rostedt1-1/+26
2025-03-04ftrace: Add support for function argument to graph tracerSven Schnelle1-32/+113
2025-02-08fgraph: Fix set_graph_notrace with setting TRACE_GRAPH_NOTRACE_BITSteven Rostedt1-1/+1
2025-01-21fgraph: Remove calltime and rettime from generic operationsSteven Rostedt1-14/+19
2024-12-26fgraph: Pass ftrace_regs to retfuncMasami Hiramatsu (Google)1-3/+4
2024-12-26fgraph: Pass ftrace_regs to entryfuncMasami Hiramatsu (Google)1-1/+2
2024-12-23fgraph: Remove unnecessary disabling of interrupts and recursionSteven Rostedt1-22/+15
2024-11-22Merge tag 'trace-v6.13' of git://git.kernel.org/pub/scm/linux/kernel/git/trace/linux-traceLinus Torvalds1-6/+2
2024-10-10fgragh: No need to invoke the function call_filter_check_discard()Steven Rostedt1-3/+1
2024-10-10fgraph: Simplify return address printing in function graph tracerMasami Hiramatsu (Google)1-9/+9
2024-10-08tracing: Remove TRACE_EVENT_FL_FILTERED logicZheng Yejian1-6/+2
2024-10-05function_graph: Support recording and printing the function return addressDonglin Peng1-44/+172
2024-09-30ftrace: Have calltime be saved in the fgraph storageSteven Rostedt1-19/+41
2024-09-30ftrace: Use a running sleeptime instead of saving on shadow stackSteven Rostedt1-0/+28
2024-08-15tracing/fgraph: Have fgraph handle previous boot function addressesSteven Rostedt1-5/+18
2024-06-04function_graph: Move graph notrace bit to shadow stack global varSteven Rostedt (VMware)1-4/+6
2024-06-04function_graph: Move set_graph_function tests to shadow stack global varSteven Rostedt (VMware)1-3/+3
2024-06-04function_graph: Have the instances use their own ftrace_ops for filteringSteven Rostedt (VMware)1-2/+6
2024-06-04ftrace: Allow function_graph tracer to be enabled in instancesSteven Rostedt (VMware)1-25/+40
2024-06-04ftrace/function_graph: Pass fgraph_ops to function graph callbacksSteven Rostedt (VMware)1-4/+7
2023-06-20function_graph: Support recording and printing the return value of functionDonglin Peng1-10/+83
2021-10-13tracing: in_irq() cleanupChangbin Du1-1/+1
2021-10-08tracing: Disable "other" permission bits in the tracefs filesSteven Rostedt (VMware)1-1/+1
2021-03-23tracing: Fix various typos in commentsIngo Molnar1-1/+1
2021-02-02tracing: Merge irqflags + preempt counter.Sebastian Andrzej Siewior1-17/+15
2020-11-10fgraph: Make overruns 4 bytes in graph stack structureSteven Rostedt (VMware)1-1/+1
2020-09-18tracing: make tracing_init_dentry() returns an integer instead of a d_entry pointerWei Yang1-4/+4
2020-03-19ring-buffer: Rename ring_buffer_read() to read_buffer_iter_advance()Steven Rostedt (VMware)1-1/+1
2020-01-13tracing: Make struct ring_buffer less ambiguousSteven Rostedt (VMware)1-2/+2
2020-01-13tracing: Rename trace_buffer to array_bufferSteven Rostedt (VMware)1-7/+7
2019-07-30fgraph: Remove redundant ftrace_graph_notrace_addr() testChangbin Du1-10/+7
2019-02-06tracing: Put a margin between flags and duration for wakeup tracersChangbin Du1-2/+3
2019-02-06function_graph: Support displaying relative timestampChangbin Du1-0/+25
2018-12-08function_graph: Move ftrace_graph_ret_addr() to fgraph.cSteven Rostedt (VMware)1-55/+0
2018-12-08fgraph: Add new fgraph_ops structure to enable function graph hooksSteven Rostedt (VMware)1-5/+16
2018-12-08function_graph: Do not expose the graph_time option when profiler is not configuredSteven Rostedt (VMware)1-0/+4
2018-12-08function_graph: Remove the use of FTRACE_NOTRACE_DEPTHSteven Rostedt (VMware)1-11/+0
2018-11-29fgraph: Have set_graph_notrace only affect function_graph tracerSteven Rostedt (VMware)1-0/+22
2018-11-29fgraph: Create a fgraph.c file to store function graph infrastructureSteven Rostedt (VMware)1-220/+0
2018-11-29tracing: Do not line wrap short line in function_graph_enter()Steven Rostedt (VMware)1-2/+1
2018-11-29tracing/fgraph: Fix set_graph_function from showing interruptsSteven Rostedt (VMware)1-0/+4
2018-11-27function_graph: Reverse the order of pushing the ret_stack and the callbackSteven Rostedt (VMware)1-4/+6
2018-11-27function_graph: Move return callback before update of curr_ret_stackSteven Rostedt (VMware)1-9/+13
2018-11-27function_graph: Use new curr_ret_depth to manage depth instead of curr_ret_stackSteven Rostedt (VMware)1-8/+13
2018-11-27function_graph: Make ftrace_push_return_trace() staticSteven Rostedt (VMware)1-1/+1
2018-11-26function_graph: Create function_graph_enter() to consolidate architecture codeSteven Rostedt (VMware)1-0/+16