]> git.baikalelectronics.ru Git - kernel.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)
commite3561caa229cf49429dbf76b8514324d2ca2373a
tree99bb266bc13ecabd2697309846aa7a53afdbddd4
parent929f248585fe742503e3631220eda57a62479e6f
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