Re: [PATCH v2 9/9] Documentation/rtla: Add actions feature
From: Steven Rostedt <rostedt@goodmis.org>
Date: 2025-07-21 22:35:39
Also in:
lkml
From: Steven Rostedt <rostedt@goodmis.org>
Date: 2025-07-21 22:35:39
Also in:
lkml
On Thu, 26 Jun 2025 14:34:05 +0200 Tomas Glozar [off-list ref] wrote:
+ For time-sensitive actions, it is recommended to run **rtla timerlat** with BPF + support and RT priority. Note that due to implementational limitations, actions + might be delayed up to one second after tracing is stopped if BPF mode is not + available or disabled. +
I'm curious to what is looked for for triggering an action. We can poll on events and get woken when they are triggered. It may be possible to add even more ways to wake a task waiting for something to happen. -- Steve