OSDN Git Service

fgraph: Move function graph specific code into fgraph.c
authorSteven Rostedt (VMware) <rostedt@goodmis.org>
Thu, 15 Nov 2018 17:35:13 +0000 (12:35 -0500)
committerSteven Rostedt (VMware) <rostedt@goodmis.org>
Sun, 9 Dec 2018 01:54:06 +0000 (20:54 -0500)
commite73e679f656e678b0e7f8961094201f3544f4541
treef523a2211170af31be239ad1db1b263450207120
parentc8dd0f45874547e6e77bab03d71feb16c4cb98a8
fgraph: Move function graph specific code into fgraph.c

To make the function graph infrastructure more managable, the code needs to
be in its own file (fgraph.c). Move the code that is specific for managing
the function graph infrastructure out of ftrace.c and into fgraph.c

Reviewed-by: Joel Fernandes (Google) <joel@joelfernandes.org>
Signed-off-by: Steven Rostedt (VMware) <rostedt@goodmis.org>
kernel/trace/fgraph.c
kernel/trace/ftrace.c