From 787f06f2453970b8943d1909a590816cd1bd8c53 Mon Sep 17 00:00:00 2001 From: "Justin M. Forbes" Date: Wed, 1 Mar 2023 08:01:39 -0600 Subject: [PATCH] Add rtla-hwnoise Signed-off-by: Justin M. Forbes --- kernel.spec | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/kernel.spec b/kernel.spec index 6d908946e..e3491736f 100755 --- a/kernel.spec +++ b/kernel.spec @@ -2750,10 +2750,12 @@ install -m755 page_owner_sort %{buildroot}%{_bindir}/page_owner_sort popd pushd tools/tracing/rtla/ %{tools_make} DESTDIR=%{buildroot} install +rm -f %{buildroot}%{_bindir}/hwnoise rm -f %{buildroot}%{_bindir}/osnoise rm -f %{buildroot}%{_bindir}/timerlat (cd %{buildroot} + ln -sf rtla ./%{_bindir}/hwnoise ln -sf rtla ./%{_bindir}/osnoise ln -sf rtla ./%{_bindir}/timerlat ) @@ -3185,8 +3187,10 @@ fi %files -n rtla %{_bindir}/rtla +%{_bindir}/hwnoise %{_bindir}/osnoise %{_bindir}/timerlat +%{_mandir}/man1/rtla-hwnoise.1.gz %{_mandir}/man1/rtla-osnoise-hist.1.gz %{_mandir}/man1/rtla-osnoise-top.1.gz %{_mandir}/man1/rtla-osnoise.1.gz