čt 21. 8. 2025 v 5:58 odesílatel Crystal Wood <crw...@redhat.com> napsal: > > From: Costa Shulyupin <costa.s...@redhat.com> > > 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 <costa.s...@redhat.com> > Signed-off-by: Crystal Wood <crw...@redhat.com>
There is an idea in the osnoise tracer that timerlat is somehow its extension, for example, it uses struct osnoise_options for some of its settings. But osnoise is a distinct tracer from timerlat, and this mostly creates confusion and IMHO we should clearly separate them from now on. Reviewed-by: Tomas Glozar <tglo...@redhat.com> Tomas