selftests: ftrace: Add more verbosity for immediate log
authorMasami Hiramatsu <mhiramat@kernel.org>
Fri, 7 Jul 2017 01:01:29 +0000 (10:01 +0900)
committerShuah Khan <shuahkh@osg.samsung.com>
Wed, 26 Jul 2017 21:41:30 +0000 (15:41 -0600)
commitdab24fb1f2d6dfb6b134535e4510cb1f681d9d23
tree48aac54c2ff4e8360c257a11df6b8288e8c63136
parent9aa9413912001c41ce40027b7952cbf873d7dc79
selftests: ftrace: Add more verbosity for immediate log

Add 3-level verbosity for showing traced command log
on console immediately. Since some test cases can cause
kernel pacic if there is a probrem (like regression etc.),
we can not know which command caused the problem without
traced command log. This verbosity (-vvv) solves that
because it shows the log on console immediately. User
can get continuous command/error log.

Note that this is a kind of kernel debug mode, if you
don't see any kernel related issue, you don't need this
verbosity.

Signed-off-by: Masami Hiramatsu <mhiramat@kernel.org>
Acked-by: Steven Rostedt (VMware) <srostedt@goodmis.org>
Signed-off-by: Shuah Khan <shuahkh@osg.samsung.com>
tools/testing/selftests/ftrace/ftracetest