ftrace: add tracer called branch
authorSteven Rostedt <srostedt@redhat.com>
Wed, 12 Nov 2008 20:24:24 +0000 (15:24 -0500)
committerIngo Molnar <mingo@elte.hu>
Wed, 12 Nov 2008 21:28:25 +0000 (22:28 +0100)
Impact: added new branch tracer

Currently the tracing of branch profiling (unlikelys and likelys hit)
is only activated by the iter_ctrl. This patch adds a tracer called
"branch" that will just trace the branch profiling. The advantage
of adding this tracer is that it can be added to the ftrace selftests
on startup.

Signed-off-by: Steven Rostedt <srostedt@redhat.com>
Signed-off-by: Ingo Molnar <mingo@elte.hu>

No differences found