Re: [PATCH 2/8] rtla/timerlat: Add action on threshold feature
From: Costa Shulyupin <hidden>
Date: 2025-08-03 11:08:55
Also in:
lkml
From: Costa Shulyupin <hidden>
Date: 2025-08-03 11:08:55
Also in:
lkml
On Wed, 11 Jun 2025 at 16:57, Tomas Glozar [off-list ref] wrote:
A new option, -A/--on-threshold, is added, taking an argument
The term "threshold" is ambiguous. The use of the term is inconsistent across the tools. In osnoise top and hist, it means "the minimum delta to be considered noise," which conflicts with the semantics of the `--on-threshold <action>` option. To avoid confusion, I propose introducing "low" and "high" thresholds and updating the sources and documentation accordingly. Thanks Costa