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

2025-08-26 Thread Tomas Glozar
čt 21. 8. 2025 v 5:58 odesílatel Crystal Wood napsal: > > From: Costa Shulyupin > > timerlat_params and osnoise_params structures contain 15 identical > fields. > > Introduce a new header common.h and define a common_params structure to > consolidate shared fields, reduce code duplication, and en

[PATCH 1/7] tools/rtla: Consolidate common parameters into shared structure

2025-08-20 Thread Crystal Wood
From: Costa Shulyupin timerlat_params and osnoise_params structures contain 15 identical fields. Introduce a new header common.h and define a common_params structure to consolidate shared fields, reduce code duplication, and enhance maintainability. Signed-off-by: Costa Shulyupin Signed-off-by