]> git.baikalelectronics.ru Git - kernel.git/commit
ftrace: add TRACE_STACK and TRACE_SPECIAL to selftest validation
authorSteven Rostedt <rostedt@goodmis.org>
Mon, 12 May 2008 19:20:54 +0000 (21:20 +0200)
committerThomas Gleixner <tglx@linutronix.de>
Fri, 23 May 2008 19:13:12 +0000 (21:13 +0200)
commitf9f2ca1e74c7d41a9163bcee4326996ba70ca687
treebd035abc01242a153f9802e90a56bbbdf3b1908f
parentef7434324e23a2111c224d0e17a1f2ed4da3c214
ftrace: add TRACE_STACK and TRACE_SPECIAL to selftest validation

The selftest validation code checks for valid entries in the trace buffer.
TRACE_STACK and TRACE_SPECIAL have been added to the code but not to
the validator. This patch adds the two to prevent them from flagging a
failure in the selftest.

Signed-off-by: Steven Rostedt <srostedt@redhat.com>
Signed-off-by: Ingo Molnar <mingo@elte.hu>
Signed-off-by: Thomas Gleixner <tglx@linutronix.de>
kernel/trace/trace_selftest.c