]> asedeno.scripts.mit.edu Git - linux.git/commit
fgraph: Create a fgraph.c file to store function graph infrastructure
authorSteven Rostedt (VMware) <rostedt@goodmis.org>
Mon, 12 Nov 2018 20:21:22 +0000 (15:21 -0500)
committerSteven Rostedt (VMware) <rostedt@goodmis.org>
Fri, 30 Nov 2018 04:38:34 +0000 (23:38 -0500)
commitd864a3ca883095aa12575b84841ebd52b3d808fa
tree99bb266bc13ecabd2697309846aa7a53afdbddd4
parentc43ac4a5301986c015137bb89568979f9b3264ca
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>
kernel/trace/Makefile
kernel/trace/fgraph.c [new file with mode: 0644]
kernel/trace/trace_functions_graph.c