summaryrefslogtreecommitdiffstats
path: root/kernel/trace/fgraph.c
AgeCommit message (Expand)AuthorLines
2020-09-21fgraph: Convert ret_stack tasklist scanning to rcuDavidlohr Bueso-4/+4
2020-01-02tracing: Define MCOUNT_INSN_SIZE when not defined without direct callsSteven Rostedt (VMware)-0/+14
2019-12-10ftrace: Fix function_graph tracer interaction with BPF trampolineAlexei Starovoitov-0/+9
2019-11-18ftrace: Rename ftrace_graph_stub to ftrace_stub_graphSteven Rostedt (VMware)-3/+3
2019-11-14fgraph: Fix function type mismatches of ftrace_graph_return using ftrace_stubSteven Rostedt (VMware)-3/+8
2019-09-18ftrace: Look up the address of return_to_handler() using helpersNaveen N. Rao-2/+2
2018-12-22tracing: Fix ftrace_graph_get_ret_stack() to use task and not currentSteven Rostedt (VMware)-2/+2
2018-12-10fgraph: Add comment to describe ftrace_graph_get_ret_stackSteven Rostedt (VMware)-0/+11
2018-12-08function_graph: Have profiler use new helper ftrace_graph_get_ret_stack()Steven Rostedt (VMware)-0/+11
2018-12-08function_graph: Move ftrace_graph_ret_addr() to fgraph.cSteven Rostedt (VMware)-0/+55
2018-12-08fgraph: Add new fgraph_ops structure to enable function graph hooksSteven Rostedt (VMware)-5/+4
2018-12-08fgraph: Move function graph specific code into fgraph.cSteven Rostedt (VMware)-1/+359
2018-12-08function_graph: Remove the use of FTRACE_NOTRACE_DEPTHSteven Rostedt (VMware)-19/+0
2018-11-29fgraph: Have set_graph_notrace only affect function_graph tracerSteven Rostedt (VMware)-21/+0
2018-11-29fgraph: Create a fgraph.c file to store function graph infrastructureSteven Rostedt (VMware)-0/+232