ftrace: fix dyn ftrace filter
authorSteven Rostedt <srostedt@redhat.com>
Sat, 15 Nov 2008 21:31:41 +0000 (16:31 -0500)
committerIngo Molnar <mingo@elte.hu>
Sun, 16 Nov 2008 06:37:17 +0000 (07:37 +0100)
Impact: correct implementation of dyn ftrace filter

The old decisions made by the filter algorithm was complex and incorrect.
This lead to inconsistent enabling or disabling of functions when
the filter was used.

This patch simplifies that code and in doing so, corrects the usage
of the filters.

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

No differences found