]> www.infradead.org Git - users/jedix/linux-maple.git/commit
rtla/timerlat: Unify params struct
authorTomas Glozar <tglozar@redhat.com>
Tue, 18 Feb 2025 14:58:52 +0000 (15:58 +0100)
committerSteven Rostedt (Google) <rostedt@goodmis.org>
Tue, 4 Mar 2025 17:35:17 +0000 (12:35 -0500)
commit6fa5e3a87cd7838453be66c3a69c2236a1680504
treee6f4ece7e312fe3e101ea425cb252e01204169f9
parentd082ecbc71e9e0bf49883ee4afd435a77a5101b6
rtla/timerlat: Unify params struct

Instead of having separate structs timerlat_top_params and
timerlat_hist_params, use one struct timerlat_params for both.

This allows code using the structs to be shared between timerlat-top and
timerlat-hist.

Cc: John Kacur <jkacur@redhat.com>
Cc: Luis Goncalves <lgoncalv@redhat.com>
Cc: Gabriele Monaco <gmonaco@redhat.com>
Cc: Clark Williams <williams@redhat.com>
Link: https://lore.kernel.org/20250218145859.27762-2-tglozar@redhat.com
Signed-off-by: Tomas Glozar <tglozar@redhat.com>
Signed-off-by: Steven Rostedt (Google) <rostedt@goodmis.org>
tools/tracing/rtla/src/osnoise.h
tools/tracing/rtla/src/timerlat.h
tools/tracing/rtla/src/timerlat_aa.c
tools/tracing/rtla/src/timerlat_hist.c
tools/tracing/rtla/src/timerlat_top.c