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)
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>

No differences found