Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | tracing: Fix ftrace_graph_get_ret_stack() to use task and not current | Steven Rostedt (VMware) | 2018-12-22 | 1 | -2/+2 |
* | fgraph: Add comment to describe ftrace_graph_get_ret_stack | Steven Rostedt (VMware) | 2018-12-10 | 1 | -0/+11 |
* | function_graph: Have profiler use new helper ftrace_graph_get_ret_stack() | Steven Rostedt (VMware) | 2018-12-09 | 1 | -0/+11 |
* | function_graph: Move ftrace_graph_ret_addr() to fgraph.c | Steven Rostedt (VMware) | 2018-12-09 | 1 | -0/+55 |
* | fgraph: Add new fgraph_ops structure to enable function graph hooks | Steven Rostedt (VMware) | 2018-12-09 | 1 | -5/+4 |
* | fgraph: Move function graph specific code into fgraph.c | Steven Rostedt (VMware) | 2018-12-09 | 1 | -1/+359 |
* | function_graph: Remove the use of FTRACE_NOTRACE_DEPTH | Steven Rostedt (VMware) | 2018-12-09 | 1 | -19/+0 |
* | fgraph: Have set_graph_notrace only affect function_graph tracer | Steven Rostedt (VMware) | 2018-11-30 | 1 | -21/+0 |
* | fgraph: Create a fgraph.c file to store function graph infrastructure | Steven Rostedt (VMware) | 2018-11-30 | 1 | -0/+232 |