Searched hist:d864a3ca883095aa12575b84841ebd52b3d808fa (Results 1 – 3 of 3) sorted by relevance
/openbmc/linux/kernel/trace/ |
H A D | fgraph.c | d864a3ca883095aa12575b84841ebd52b3d808fa Mon Nov 12 14:21:22 CST 2018 Steven Rostedt (VMware) <rostedt@goodmis.org> fgraph: Create a fgraph.c file to store function graph infrastructure
As the function graph infrastructure can be used by thing other than tracing, moving the code to its own file out of the trace_functions_graph.c code makes more sense.
The fgraph.c file will only contain the infrastructure required to hook into functions and their return code.
Reviewed-by: Joel Fernandes (Google) <joel@joelfernandes.org> Signed-off-by: Steven Rostedt (VMware) <rostedt@goodmis.org>
|
H A D | Makefile | diff d864a3ca883095aa12575b84841ebd52b3d808fa Mon Nov 12 14:21:22 CST 2018 Steven Rostedt (VMware) <rostedt@goodmis.org> fgraph: Create a fgraph.c file to store function graph infrastructure
As the function graph infrastructure can be used by thing other than tracing, moving the code to its own file out of the trace_functions_graph.c code makes more sense.
The fgraph.c file will only contain the infrastructure required to hook into functions and their return code.
Reviewed-by: Joel Fernandes (Google) <joel@joelfernandes.org> Signed-off-by: Steven Rostedt (VMware) <rostedt@goodmis.org>
|
H A D | trace_functions_graph.c | diff d864a3ca883095aa12575b84841ebd52b3d808fa Mon Nov 12 14:21:22 CST 2018 Steven Rostedt (VMware) <rostedt@goodmis.org> fgraph: Create a fgraph.c file to store function graph infrastructure
As the function graph infrastructure can be used by thing other than tracing, moving the code to its own file out of the trace_functions_graph.c code makes more sense.
The fgraph.c file will only contain the infrastructure required to hook into functions and their return code.
Reviewed-by: Joel Fernandes (Google) <joel@joelfernandes.org> Signed-off-by: Steven Rostedt (VMware) <rostedt@goodmis.org>
|