tools/tracing/rtla/src/common.h
0 → 100644
+30
−0
+10
−10
Loading
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. Cc: John Kacur <jkacur@redhat.com> Link: https://lore.kernel.org/20250907022325.243930-2-crwood@redhat.com Reviewed-by:Tomas Glozar <tglozar@redhat.com> Signed-off-by:
Costa Shulyupin <costa.shul@redhat.com> Signed-off-by:
Crystal Wood <crwood@redhat.com> Signed-off-by:
Steven Rostedt (Google) <rostedt@goodmis.org>