Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package perf for openSUSE:Factory checked in 
at 2022-03-25 21:55:13
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/perf (Old)
 and      /work/SRC/openSUSE:Factory/.perf.new.1900 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "perf"

Fri Mar 25 21:55:13 2022 rev:65 rq:964941 version:MACRO

Changes:
--------
--- /work/SRC/openSUSE:Factory/perf/perf.changes        2022-03-04 
00:18:26.388295332 +0100
+++ /work/SRC/openSUSE:Factory/.perf.new.1900/perf.changes      2022-03-25 
21:55:36.062331179 +0100
@@ -1,0 +2,6 @@
+Fri Mar 25 17:37:08 UTC 2022 - Tony Jones <to...@suse.com>
+
+- Enable bpf skel support.
+  This enables shared counter support (--bpf-counters in perf-stat)
+
+-------------------------------------------------------------------

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ perf.spec ++++++
--- /var/tmp/diff_new_pack.MC9Wm6/_old  2022-03-25 21:55:36.518331614 +0100
+++ /var/tmp/diff_new_pack.MC9Wm6/_new  2022-03-25 21:55:36.522331617 +0100
@@ -41,6 +41,7 @@
 %endif
 BuildRequires:  binutils-devel
 BuildRequires:  bison
+BuildRequires:  clang
 BuildRequires:  fdupes
 BuildRequires:  flex
 BuildRequires:  gtk2-devel
@@ -50,6 +51,7 @@
 BuildRequires:  libelf-devel
 BuildRequires:  libtraceevent-devel
 BuildRequires:  libzstd-devel
+BuildRequires:  llvm
 BuildRequires:  newt-devel
 BuildRequires:  openssl-devel
 BuildRequires:  python3-devel
@@ -89,7 +91,7 @@
 
 %prep
 # copy necessary files from kernel-source since we need to modify them
-(cd %{_prefix}/src/linux ; tar -cf - COPYING CREDITS README tools include 
scripts Kbuild Makefile arch/*/{include,lib,Makefile} lib) | tar -xf -
+(cd %{_prefix}/src/linux ; tar -cf - COPYING CREDITS README tools include 
scripts Kbuild Makefile arch/*/{include,lib,Makefile} lib 
kernel/bpf/disasm.[ch]) | tar -xf -
 chmod +x tools/perf/util/generate-cmdlist.sh
 
 # don't error out on deprecated definitions in gtk2.h
@@ -106,6 +108,7 @@
 # PASS rpm optflags as EXTRA_FLAGS, passing as CFLAGS overrides and breaks 
build
 make %{?_smp_mflags} -f Makefile.perf V=1 PYTHON=python3 \
        LIBTRACEEVENT_DYNAMIC=1 \
+       BUILD_BPF_SKEL=1 \
        EXTRA_CFLAGS="%{optflags}" \
        ASCIIDOC8=1 USE_ASCIIDOCTOR=1 CORESIGHT=1 GTK2=1 \
        prefix=%{_prefix} \
@@ -120,6 +123,7 @@
 export WERROR=0
 make -f Makefile.perf V=1 PYTHON=python3 EXTRA_CFLAGS="%{optflags}" \
        LIBTRACEEVENT_DYNAMIC=1 \
+       BUILD_BPF_SKEL=1 \
        ASCIIDOC8=1 USE_ASCIIDOCTOR=1 CORESIGHT=1 GTK2=1 \
        prefix=%{_prefix} \
        libdir=%{_libdir} \

Reply via email to