Merge pull request #199429 from aaronjheng/prof-babeltrace

perf: add libbabeltrace dependency

authored by Sergei Trofimovich and committed by GitHub e786e55e 4f34f4a8

+2
+2
pkgs/os-specific/linux/kernel/perf/default.nix
··· 31 , systemtap 32 , numactl 33 , zlib 34 , withGtk ? false 35 , gtk2 36 , withZstd ? true ··· 121 numactl 122 python3 123 perl 124 ] ++ (if (lib.versionAtLeast kernel.version "5.19") 125 then [ libbfd libopcodes ] 126 else [ libbfd_2_38 libopcodes_2_38 ])
··· 31 , systemtap 32 , numactl 33 , zlib 34 + , babeltrace 35 , withGtk ? false 36 , gtk2 37 , withZstd ? true ··· 122 numactl 123 python3 124 perl 125 + babeltrace 126 ] ++ (if (lib.versionAtLeast kernel.version "5.19") 127 then [ libbfd libopcodes ] 128 else [ libbfd_2_38 libopcodes_2_38 ])