Re: [PATCH v2] tools/rtla: Fix --dump-tasks usage in timerlat
From: Tomas Glozar
Date: Mon May 18 2026 - 04:51:36 EST
út 14. 4. 2026 v 20:52 odesílatel Costa Shulyupin
<costa.shul@xxxxxxxxxx> napsal:
>
> Fix --dump-task to --dump-tasks in timerlat_hist usage string
> and getopt_long table for consistency with timerlat_top.
>
> Add missing --dump-tasks to timerlat_top usage synopsis.
>
> Assisted-by: Claude:claude-opus-4-6
> Signed-off-by: Costa Shulyupin <costa.shul@xxxxxxxxxx>
> ---
> v2:
> - Address comments of Crystal Wood.
Please also add the link to v1 next time when sending a v2, it makes
it easier to check what is being addressed in the v2.
> ---
> tools/tracing/rtla/src/timerlat_hist.c | 4 ++--
> tools/tracing/rtla/src/timerlat_top.c | 3 ++-
> 2 files changed, 4 insertions(+), 3 deletions(-)
>
The runtime test expanded to hist in [1] now passes, thanks! Adding:
Fixes: 2091336b9a8b ("rtla/timerlat_hist: Add auto-analysis support")
[1] https://lore.kernel.org/linux-trace-kernel/20260423130558.882022-2-tglozar@xxxxxxxxxx/
Tomas