commit | 978defee11a5d54f8f546e79867d2aab1b50606b | [log] [tgz] |
---|---|---|
author | Steven Rostedt (VMware) <rostedt@goodmis.org> | Wed Aug 01 16:06:02 2018 -0400 |
committer | Steven Rostedt (VMware) <rostedt@goodmis.org> | Wed Aug 01 16:06:02 2018 -0400 |
tree | 1cafefa160f1cfb9a397a7526860a9088ea48ac0 | |
parent | 82fbc8c48adffd73297e7edbd7266a89d00cc52f [diff] |
tracing: Do a WARN_ON() if start_thread() in hwlat is called when thread exists The start function of the hwlat tracer should never be called when the hwlat thread already exists. If it is called, do a WARN_ON(). Signed-off-by: Steven Rostedt (VMware) <rostedt@goodmis.org>