mbox series

[0/2] perf: add binutils support in new kernels

Message ID 20240825194124.4719-1-geomatsi@gmail.com
Headers show
Series perf: add binutils support in new kernels | expand

Message

Sergey Matyukevich Aug. 25, 2024, 7:41 p.m. UTC
Hi all,

This patch series fixes libbfd (binutils) support in perf for the
binutils >= 2.40 and the Linux kernels >= v6.4. New kernels have
a new 'opted out' perf build option for libbfd support. At the same
time, new binutils provides new libsframe library, which should
be installed to the target together with libbfd and libopcodes.

Sergey Matyukevich (2):
  package: binutils: install libsframe to target
  package/linux-tools: perf: explicit option for libbfd support

 package/binutils/binutils.mk              | 1 +
 package/linux-tools/Config.in             | 6 ++++++
 package/linux-tools/linux-tool-perf.mk.in | 7 +++++++
 3 files changed, 14 insertions(+)