tracing: Remove {start,stop}_branch_trace
authorDmitry Safonov <0x7f454c46@gmail.com>
Fri, 16 Oct 2015 13:04:49 +0000 (16:04 +0300)
committerSteven Rostedt <rostedt@goodmis.org>
Wed, 21 Oct 2015 14:10:09 +0000 (10:10 -0400)
commit3061692921f2d701bb09699d16ed780903dd54e2
tree229cc03acb1f17fbd81fdee180bf8be7bff6ea91
parentddd70280bf0e92ad81a9526971409603fba21679
tracing: Remove {start,stop}_branch_trace

Both start_branch_trace() and stop_branch_trace() are used in only one
location, and are both static. As they are small functions there is no
need to keep them separated out.

Link: http://lkml.kernel.org/r/1445000689-32596-1-git-send-email-0x7f454c46@gmail.com
Signed-off-by: Dmitry Safonov <0x7f454c46@gmail.com>
Signed-off-by: Steven Rostedt <rostedt@goodmis.org>
kernel/trace/trace_branch.c