]> git.ipfire.org Git - thirdparty/kernel/stable.git/commit
rtla/timerlat_top: Abort event processing on second signal
authorTomas Glozar <tglozar@redhat.com>
Thu, 16 Jan 2025 14:49:31 +0000 (15:49 +0100)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Fri, 21 Feb 2025 13:01:25 +0000 (14:01 +0100)
commit4d8e3a746b6c033fb1930969e1ce15a067ea361c
tree7dd691ef1dfb99e47101a2eca1f71addfd29b386
parent8604b9805b85c23ac99a671d3f424b8a22464a9e
rtla/timerlat_top: Abort event processing on second signal

[ Upstream commit 80967b354a76b360943af384c10d807d98bea5c4 ]

If either SIGINT is received twice, or after a SIGALRM (that is, after
timerlat was supposed to stop), abort processing events currently left
in the tracefs buffer and exit immediately.

This allows the user to exit rtla without waiting for processing all
events, should that take longer than wanted, at the cost of not
processing all samples.

Cc: John Kacur <jkacur@redhat.com>
Cc: Luis Goncalves <lgoncalv@redhat.com>
Cc: Gabriele Monaco <gmonaco@redhat.com>
Link: https://lore.kernel.org/20250116144931.649593-6-tglozar@redhat.com
Signed-off-by: Tomas Glozar <tglozar@redhat.com>
Signed-off-by: Steven Rostedt (Google) <rostedt@goodmis.org>
Signed-off-by: Sasha Levin <sashal@kernel.org>
tools/tracing/rtla/src/timerlat_top.c