]> git.baikalelectronics.ru Git - kernel.git/commit
rcutorture: Dump trace buffer upon shutdown
authorPaul E. McKenney <paulmck@linux.vnet.ibm.com>
Wed, 30 Mar 2016 18:20:48 +0000 (11:20 -0700)
committerPaul E. McKenney <paulmck@linux.vnet.ibm.com>
Thu, 21 Apr 2016 20:47:04 +0000 (13:47 -0700)
commit63cefe5906cdb79a8fa83f24dfdefb0373132e33
tree4beb99c554dbb0f185afa58929a7eb987f126110
parent00b4726f2fbbe46f865b4e92119def2dd059e7c7
rcutorture: Dump trace buffer upon shutdown

When running from the scripts, rcutorture is completely headless,
so there is no way to to manually dump the trace buffer.  This commit
therefore unconditionally dumps the trace buffer upon timed shutdown.
However, if you are using rmmod to end the test, it is still up to you
to manually dump the trace buffer.

Signed-off-by: Paul E. McKenney <paulmck@linux.vnet.ibm.com>
kernel/torture.c