]> 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)
commit90a18958d11036cf7fee982188ffc00d05c1ce9f
tree99bb266bc13ecabd2697309846aa7a53afdbddd4
parente7638a958d09521b6a5d01491f941a09584e4d52
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