Re: [PATCH v2] tools/rtla: Consolidate common parameters into shared structure

From: Tomas Glozar
Date: Wed Jul 30 2025 - 10:18:30 EST


so 26. 7. 2025 v 9:25 odesílatel Costa Shulyupin <costa.shul@xxxxxxxxxx> napsal:
> ---
> Changes since v1:
> - Rebase on top of recent changes
> - Address Tomas's comments
> - Don't change already not common members: trace_output, runtime
>

Just a clarification: runtime was never a common parameter, it was
just mistakenly added (but unused) in timerlat_params. On the other
hand trace_output used to be common before the actions patchset, when
it was moved to the actions structure for rtla-timerlat, but stayed
separate for rtla-osnoise. If rtla-osnoise also adopt actions, it will
go away there, too.

Reviewed-by: Tomas Glozar <tglozar@xxxxxxxxxx>

Tomas