Re: [PATCHv2 1/2] trace/hwlat: Do not wipe the contents of per-cpu thread data
From: Daniel Bristot de Oliveira <bristot@kernel.org>
Date: 2023-03-10 13:52:31
Also in:
lkml
From: Daniel Bristot de Oliveira <bristot@kernel.org>
Date: 2023-03-10 13:52:31
Also in:
lkml
On 3/10/23 11:04, Tero Kristo wrote:
Do not wipe the contents of the per-cpu kthread data when starting the tracer, as this will completely forget about already running instances and can later start new additional per-cpu threads. Signed-off-by: Tero Kristo <redacted>
Acked-by: Daniel Bristot de Oliveira <bristot@kernel.org> -- Daniel