mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2026-05-27 04:13:14 -04:00
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>
15 lines
305 B
Plaintext
15 lines
305 B
Plaintext
rtla-y += trace.o
|
|
rtla-y += utils.o
|
|
rtla-y += actions.o
|
|
rtla-y += common.o
|
|
rtla-y += osnoise.o
|
|
rtla-y += osnoise_top.o
|
|
rtla-y += osnoise_hist.o
|
|
rtla-y += timerlat.o
|
|
rtla-y += timerlat_top.o
|
|
rtla-y += timerlat_hist.o
|
|
rtla-y += timerlat_u.o
|
|
rtla-y += timerlat_aa.o
|
|
rtla-y += timerlat_bpf.o
|
|
rtla-y += rtla.o
|