]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commit08da18ae7750d3848edac2289fd3acfd085c5599
treef523a2211170af31be239ad1db1b263450207120
parentb24f64227e1c9686501c3059083a0b9521ec6882
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