aboutsummaryrefslogtreecommitdiffstats
path: root/plugin_function.c
Commit message (Collapse)AuthorAge
* trace-cmd: Reset plugin_function variables on unloadSteven Rostedt2010-06-24
| | | | | | | | | | Seems that unloading the dynamic plugin and loading it again does not reset the static variables back to their original value. On unload, reset these variables back. Signed-off-by: Steven Rostedt <rostedt@goodmis.org>
* trace-cmd: Add indentation to function tracerSteven Rostedt2010-06-24
Add a plugin_function.so that will override the function tracer and use the parent functions to determine how to indent a function. This give a nice visual affect similar to what the function graph tracer provides. Signed-off-by: Steven Rostedt <rostedt@goodmis.org>