]> git.karo-electronics.de Git - karo-tx-linux.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)
commit06fa75ab566c50e01bfd7b055bde85cf9b1bc98a
treebd035abc01242a153f9802e90a56bbbdf3b1908f
parent4fe8c3048cd8280a54256bca9cac2007bd546c33
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