summaryrefslogtreecommitdiffstats
path: root/kernel/trace/fgraph.c
Commit message (Expand)AuthorAgeFilesLines
* fgraph: Initialize tracing_graph_pause at task creationSteven Rostedt (VMware)2021-01-291-2/+0
* ftrace: Reverse what the RECURSION flag means in the ftrace_opsSteven Rostedt (VMware)2020-11-061-2/+1
* fgraph: Convert ret_stack tasklist scanning to rcuDavidlohr Bueso2020-09-211-4/+4
* tracing: Define MCOUNT_INSN_SIZE when not defined without direct callsSteven Rostedt (VMware)2020-01-021-0/+14
* ftrace: Fix function_graph tracer interaction with BPF trampolineAlexei Starovoitov2019-12-101-0/+9
* ftrace: Rename ftrace_graph_stub to ftrace_stub_graphSteven Rostedt (VMware)2019-11-181-3/+3
* fgraph: Fix function type mismatches of ftrace_graph_return using ftrace_stubSteven Rostedt (VMware)2019-11-141-3/+8
* ftrace: Look up the address of return_to_handler() using helpersNaveen N. Rao2019-09-181-2/+2
* tracing: Fix ftrace_graph_get_ret_stack() to use task and not currentSteven Rostedt (VMware)2018-12-221-2/+2
* fgraph: Add comment to describe ftrace_graph_get_ret_stackSteven Rostedt (VMware)2018-12-101-0/+11
* function_graph: Have profiler use new helper ftrace_graph_get_ret_stack()Steven Rostedt (VMware)2018-12-081-0/+11
* function_graph: Move ftrace_graph_ret_addr() to fgraph.cSteven Rostedt (VMware)2018-12-081-0/+55
* fgraph: Add new fgraph_ops structure to enable function graph hooksSteven Rostedt (VMware)2018-12-081-5/+4
* fgraph: Move function graph specific code into fgraph.cSteven Rostedt (VMware)2018-12-081-1/+359
* function_graph: Remove the use of FTRACE_NOTRACE_DEPTHSteven Rostedt (VMware)2018-12-081-19/+0
* fgraph: Have set_graph_notrace only affect function_graph tracerSteven Rostedt (VMware)2018-11-291-21/+0
* fgraph: Create a fgraph.c file to store function graph infrastructureSteven Rostedt (VMware)2018-11-291-0/+232