]> Gentwo Git Trees - linux/.git/commit
tools/rtla: Create common_apply_config()
authorCrystal Wood <crwood@redhat.com>
Sun, 7 Sep 2025 02:23:21 +0000 (21:23 -0500)
committerSteven Rostedt (Google) <rostedt@goodmis.org>
Sat, 27 Sep 2025 08:52:46 +0000 (04:52 -0400)
commit263d7eacf8d17d66078700ff6b4b540d66f56278
tree8a311e79f2212359c0a5758da37548941541d6de
parent5742bf62e6d3070f04a2ea688758431537076129
tools/rtla: Create common_apply_config()

Merge the common bits of osnoise_apply_config() and
timerlat_apply_config().  Put the result in a new common.c, and move
enough things to common.h so that common.c does not need to include
osnoise.h.

Cc: John Kacur <jkacur@redhat.com>
Cc: Costa Shulyupin <costa.shul@redhat.com>
Link: https://lore.kernel.org/20250907022325.243930-4-crwood@redhat.com
Reviewed-by: Tomas Glozar <tglozar@redhat.com>
Signed-off-by: Crystal Wood <crwood@redhat.com>
Signed-off-by: Steven Rostedt (Google) <rostedt@goodmis.org>
tools/tracing/rtla/src/Build
tools/tracing/rtla/src/common.c [new file with mode: 0644]
tools/tracing/rtla/src/common.h
tools/tracing/rtla/src/osnoise.c
tools/tracing/rtla/src/osnoise.h
tools/tracing/rtla/src/timerlat.c
tools/tracing/rtla/src/timerlat.h
tools/tracing/rtla/src/timerlat_hist.c
tools/tracing/rtla/src/timerlat_top.c