summaryrefslogtreecommitdiffstats
path: root/kernel/trace/fgraph.c
Commit message (Expand)AuthorAgeFilesLines
* 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-091-0/+11
* function_graph: Move ftrace_graph_ret_addr() to fgraph.cSteven Rostedt (VMware)2018-12-091-0/+55
* fgraph: Add new fgraph_ops structure to enable function graph hooksSteven Rostedt (VMware)2018-12-091-5/+4Star
* fgraph: Move function graph specific code into fgraph.cSteven Rostedt (VMware)2018-12-091-1/+359
* function_graph: Remove the use of FTRACE_NOTRACE_DEPTHSteven Rostedt (VMware)2018-12-091-19/+0Star
* fgraph: Have set_graph_notrace only affect function_graph tracerSteven Rostedt (VMware)2018-11-301-21/+0Star
* fgraph: Create a fgraph.c file to store function graph infrastructureSteven Rostedt (VMware)2018-11-301-0/+232