commit | 4b221f0313f0f7f1f7aa0a1fd16ad400840def26 | [log] [tgz] |
---|---|---|
author | Steven Rostedt <srostedt@redhat.com> | Wed Jun 17 17:01:09 2009 -0400 |
committer | Steven Rostedt <rostedt@goodmis.org> | Wed Jun 17 17:01:09 2009 -0400 |
tree | a294e6719eefb3c68562627f59a7c0a67ae9b760 | |
parent | 8d707e8eb4de4b930573155ab4df4b3270ee25dd [diff] |
ring-buffer: have benchmark test print to trace buffer Currently the output of the ring buffer benchmark/test prints to the console. This test runs for ten seconds every ten seconds and ouputs the result after every iteration. This needlessly fills up the logs. This patch makes the ring buffer benchmark/test print to the ftrace buffer using trace_printk. To view the test results, you must examine the debug/tracing/trace file. Signed-off-by: Steven Rostedt <rostedt@goodmis.org>