forked from pool/libpfm
Accepting request 1041752 from devel:libraries:c_c++
OBS-URL: https://build.opensuse.org/request/show/1041752 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/libpfm?expand=0&rev=29
This commit is contained in:
commit
d0cfdc3056
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:5da5f8872bde14b3634c9688d980f68bda28b510268723cc12973eedbab9fecc
|
|
||||||
size 1043686
|
|
3
libpfm-4.12.0.tar.gz
Normal file
3
libpfm-4.12.0.tar.gz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:4b0c1f53f39a61525b69bebf532c68040c1b984d7544a8ae0844b13cd91e1ee4
|
||||||
|
size 1109288
|
@ -1,3 +1,29 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Thu Dec 8 20:52:17 UTC 2022 - Dirk Müller <dmueller@suse.com>
|
||||||
|
|
||||||
|
- update to 4.12:
|
||||||
|
* Add IBM Power10 core PMU support
|
||||||
|
* Add Intel IcelakeX core PMU support
|
||||||
|
* Add Intel SapphireRapid core PMU support
|
||||||
|
* Add Intel SapphireRapid RAPL PMU support
|
||||||
|
* Update Intel Icelake RAPL PMU support
|
||||||
|
* Add support HiSilicon Kunpeng uncore PMUs
|
||||||
|
* Add support HiSilicon Kunpeng core PMU
|
||||||
|
* Remove arm_fujitsu_a64fx_support for ARM(32 bit)
|
||||||
|
* Update Intel Skylake event table
|
||||||
|
* Add Intel PERF_METRICS event support for Icelake
|
||||||
|
* Add support for ARM Neoverse N2 core PMU
|
||||||
|
* Add ARM SPE events for Neoverse N1 core PMU
|
||||||
|
* Add cgroup-switches software event
|
||||||
|
* Add Intel Tigerlake and Rocketlake core PMU support
|
||||||
|
* Add AMD64 Fam19h Zen3 L3 PMU support
|
||||||
|
* Add AMD64 Fam17h Zen2 RAPL support
|
||||||
|
* Add AMD64 Fam19h Zen3 core PMU support
|
||||||
|
* Add RAPL for AMD64 Fam19h Zen3 processor
|
||||||
|
* Update ARM N1 event table
|
||||||
|
* Update AMD Fam17h Zen2 event table
|
||||||
|
* s390: Update counter definition for IBM z16
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Mon Jul 4 07:12:12 UTC 2022 - Marcus Meissner <meissner@suse.com>
|
Mon Jul 4 07:12:12 UTC 2022 - Marcus Meissner <meissner@suse.com>
|
||||||
|
|
||||||
|
@ -21,12 +21,12 @@
|
|||||||
%define vname libpfm4
|
%define vname libpfm4
|
||||||
%bcond_without python2
|
%bcond_without python2
|
||||||
Name: libpfm
|
Name: libpfm
|
||||||
Version: 4.11.0
|
Version: 4.12.0
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: Library to encode performance events
|
Summary: Library to encode performance events
|
||||||
License: MIT
|
License: MIT
|
||||||
Group: Development/Libraries/C and C++
|
Group: Development/Libraries/C and C++
|
||||||
URL: http://perfmon2.sourceforge.net/
|
URL: https://perfmon2.sourceforge.net/
|
||||||
Source: https://downloads.sourceforge.net/project/perfmon2/libpfm4/%{name}-%{version}.tar.gz
|
Source: https://downloads.sourceforge.net/project/perfmon2/libpfm4/%{name}-%{version}.tar.gz
|
||||||
Source1: baselibs.conf
|
Source1: baselibs.conf
|
||||||
|
|
||||||
@ -89,6 +89,7 @@ Requires: %{vname} = %{version}
|
|||||||
This package provides python bindings for the libpfm4 package and the perf_event_open system call.
|
This package provides python bindings for the libpfm4 package and the perf_event_open system call.
|
||||||
|
|
||||||
%else
|
%else
|
||||||
|
|
||||||
%package -n python2-%{name}
|
%package -n python2-%{name}
|
||||||
Summary: Python bindings for libpfm and perf_event_open system call
|
Summary: Python bindings for libpfm and perf_event_open system call
|
||||||
Group: Development/Libraries/Python
|
Group: Development/Libraries/Python
|
||||||
@ -145,6 +146,7 @@ pushd python
|
|||||||
popd
|
popd
|
||||||
|
|
||||||
%post -n %{vname} -p /sbin/ldconfig
|
%post -n %{vname} -p /sbin/ldconfig
|
||||||
|
|
||||||
%postun -n %{vname} -p /sbin/ldconfig
|
%postun -n %{vname} -p /sbin/ldconfig
|
||||||
|
|
||||||
%files -n %{vname}
|
%files -n %{vname}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user