diff options
author | Petr Mladek <[email protected]> | 2015-06-15 15:53:10 +0200 |
---|---|---|
committer | Steven Rostedt <[email protected]> | 2015-06-15 12:03:12 -0400 |
commit | b44754d8262d3aab842998cf747f44fe6090be9f (patch) | |
tree | 193f1c3d9efe32692b28b8815b689fd7caf91d65 /tools/perf/scripts/python/export-to-postgresql.py | |
parent | 33d657d1381025542b84b79d5c7b548598e40a4d (diff) |
ring_buffer: Allow to exit the ring buffer benchmark immediately
It takes a while until the ring_buffer_benchmark module is removed
when the ring buffer hammer is running. It is because it takes
few seconds and kthread_should_stop() is not being checked.
This patch adds the check for kthread termination into the producer.
It uses the existing @kill_test flag to finish the kthreads as
cleanly as possible.
It disables printing the "ERROR" message when the kthread is going.
It makes sure that producer does not go into the 10sec sleep
when it is being killed.
Finally, it does not call wait_to_die() when kthread_should_stop()
already returns true.
Link: http://lkml.kernel.org/r/[email protected]
Signed-off-by: Petr Mladek <[email protected]>
Signed-off-by: Steven Rostedt <[email protected]>
Diffstat (limited to 'tools/perf/scripts/python/export-to-postgresql.py')
0 files changed, 0 insertions, 0 deletions