aboutsummaryrefslogtreecommitdiff
path: root/kernel/trace/fgraph.c
AgeCommit message (Expand)AuthorFilesLines
2023-07-12tracing: arm64: Avoid missing-prototype warningsGravatar Arnd Bergmann 1-0/+1
2023-06-20function_graph: Support recording and printing the return value of functionGravatar Donglin Peng 1-1/+22
2023-06-20fgraph: Add declaration of "struct fgraph_ret_regs"Gravatar Steven Rostedt (Google) 1-0/+3
2022-06-03Merge tag 'arm64-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm6...Gravatar Linus Torvalds 1-0/+2
2022-06-01ftrace/fgraph: fix increased missing-prototypes warningsGravatar Chengming Zhou 1-0/+2
2022-05-23Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Gravatar Linus Torvalds 1-0/+18
2022-05-12sched/tracing: Append prev_state to tp args insteadGravatar Delyan Kratunov 1-2/+2
2022-04-29ftrace: cleanup ftrace_graph_caller enable and disableGravatar Chengming Zhou 1-0/+18
2022-04-02ftrace: Make ftrace_graph_is_dead() a static branchGravatar Christophe Leroy 1-14/+3
2022-03-01sched/tracing: Don't re-read p->state when emitting sched_switch eventGravatar Valentin Schneider 1-1/+3
2021-10-20x86/ftrace: Make function graph use ftrace directlyGravatar Steven Rostedt (VMware) 1-2/+4
2021-03-23tracing: Fix various typos in commentsGravatar Ingo Molnar 1-2/+2
2021-01-29fgraph: Initialize tracing_graph_pause at task creationGravatar Steven Rostedt (VMware) 1-2/+0
2020-11-06ftrace: Reverse what the RECURSION flag means in the ftrace_opsGravatar Steven Rostedt (VMware) 1-2/+1
2020-09-21fgraph: Convert ret_stack tasklist scanning to rcuGravatar Davidlohr Bueso 1-4/+4
2020-01-02tracing: Define MCOUNT_INSN_SIZE when not defined without direct callsGravatar Steven Rostedt (VMware) 1-0/+14
2019-12-10ftrace: Fix function_graph tracer interaction with BPF trampolineGravatar Alexei Starovoitov 1-0/+9
2019-11-18ftrace: Rename ftrace_graph_stub to ftrace_stub_graphGravatar Steven Rostedt (VMware) 1-3/+3
2019-11-14fgraph: Fix function type mismatches of ftrace_graph_return using ftrace_stubGravatar Steven Rostedt (VMware) 1-3/+8
2019-09-18ftrace: Look up the address of return_to_handler() using helpersGravatar Naveen N. Rao 1-2/+2
2018-12-22tracing: Fix ftrace_graph_get_ret_stack() to use task and not currentGravatar Steven Rostedt (VMware) 1-2/+2
2018-12-10fgraph: Add comment to describe ftrace_graph_get_ret_stackGravatar Steven Rostedt (VMware) 1-0/+11
2018-12-08function_graph: Have profiler use new helper ftrace_graph_get_ret_stack()Gravatar Steven Rostedt (VMware) 1-0/+11
2018-12-08function_graph: Move ftrace_graph_ret_addr() to fgraph.cGravatar Steven Rostedt (VMware) 1-0/+55
2018-12-08fgraph: Add new fgraph_ops structure to enable function graph hooksGravatar Steven Rostedt (VMware) 1-5/+4
2018-12-08fgraph: Move function graph specific code into fgraph.cGravatar Steven Rostedt (VMware) 1-1/+359
2018-12-08function_graph: Remove the use of FTRACE_NOTRACE_DEPTHGravatar Steven Rostedt (VMware) 1-19/+0
2018-11-29fgraph: Have set_graph_notrace only affect function_graph tracerGravatar Steven Rostedt (VMware) 1-21/+0
2018-11-29fgraph: Create a fgraph.c file to store function graph infrastructureGravatar Steven Rostedt (VMware) 1-0/+232