tracing/timerlat: Do not wakeup the thread if the trace stops at the IRQ
authorDaniel Bristot de Oliveira <bristot@kernel.org>
Tue, 10 May 2022 09:45:25 +0000 (11:45 +0200)
committerSteven Rostedt (Google) <rostedt@goodmis.org>
Fri, 27 May 2022 01:13:00 +0000 (21:13 -0400)
commit9c556e5a4dd5cfc0939a0575577d0517118f98af
treeb21d4e2de236a728d90b894f7caa4eaecfa240da
parent4dd2aea24ed7613735664feadc9879d37f718c23
tracing/timerlat: Do not wakeup the thread if the trace stops at the IRQ

There is no need to wakeup the timerlat/ thread if stop tracing is hit
at the timerlat's IRQ handler.

Return before waking up timerlat's thread.

Link: https://lkml.kernel.org/r/b392356c91b56aedd2b289513cc56a84cf87e60d.1652175637.git.bristot@kernel.org
Cc: Juri Lelli <juri.lelli@redhat.com>
Cc: Clark Williams <williams@redhat.com>
Cc: Ingo Molnar <mingo@redhat.com>
Signed-off-by: Daniel Bristot de Oliveira <bristot@kernel.org>
Signed-off-by: Steven Rostedt (Google) <rostedt@goodmis.org>
kernel/trace/trace_osnoise.c