]> git.baikalelectronics.ru Git - kernel.git/commit
ftrace: Remove extra helper functions
authorSteven Rostedt <srostedt@redhat.com>
Wed, 25 Apr 2012 03:45:26 +0000 (23:45 -0400)
committerSteven Rostedt <rostedt@goodmis.org>
Wed, 16 May 2012 23:58:45 +0000 (19:58 -0400)
commitb7b966d5dc7b7bcbef4816bde6427435425b1b97
tree0075a28af7df96962e5e292784f6ee50d456f23d
parenta544ad793144c19cc46ae073bcd06be28f002069
ftrace: Remove extra helper functions

The ftrace_record_ip() and ftrace_alloc_dyn_node() were from the
time of the ftrace daemon. Although they were still used, they
still make things a bit more complex than necessary.

Move the code into the one function that uses it, and remove the
helper functions.

Signed-off-by: Steven Rostedt <rostedt@goodmis.org>
kernel/trace/ftrace.c