libpfm

Edit Package libpfm
No description set
Refresh
Refresh
Source Files
Filename Size Changed
0001-s390-cpumf-add-IBM-z14-ZR1-support.patch 0000000831 831 Bytes
0001-s390-cpumf-add-support-for-counter-second-version-nu.patch 0000002998 2.93 KB
0001-s390-cpumf-add-support-for-machine-type-8561.patch 0000000883 883 Bytes
add-thunderx2-dmc-events-and-ccpi-events.patch 0000011185 10.9 KB
baselibs.conf 0000000008 8 Bytes
libpfm-4.10.1.tar.gz 0001005988 982 KB
libpfm.changes 0000007659 7.48 KB
libpfm.spec 0000005220 5.1 KB
moved-tx2-uncore-event-to-separate-file.patch 0000007387 7.21 KB
removed-extra-fields-from-tx2_unc_data_t.patch 0000001414 1.38 KB
thunderx2-uncore-support.patch 0000011621 11.3 KB
update-cavium-thunderx2-with-now-public-events.patch 0000009192 8.98 KB
Latest Revision
Gustavo Yokoyama Ribeiro's avatar Gustavo Yokoyama Ribeiro (gyribeiro) committed (revision 4)
- Add Cavium ThunderX2 uncore support (jsc#SLE-8440)
  New patch: thunderx2-uncore-support.patch
  New patch: moved-tx2-uncore-event-to-separate-file.patch
  New patch: add-thunderx2-dmc-events-and-ccpi-events.patch
  New patch: removed-extra-fields-from-tx2_unc_data_t.patch
- Update Cavium ThunderX2 with now public events (jsc#SLE-8440)
  New patch: update-cavium-thunderx2-with-now-public-events.patch
- Add provides/obsoletes wrt bsc#1145710 to avoid file conflict
- Add more patches for s390 fate#327911 bsc#1145464
  These add support for ZR1 and add support for counter second version
  number 6:
  * 0001-s390-cpumf-add-IBM-z14-ZR1-support.patch
  * 0001-s390-cpumf-add-support-for-counter-second-version-nu.patch
  * 0001-s390-cpumf-add-support-for-machine-type-8561.patch
- Use FAT LTO objects in order to provide proper static library.
- Version update to 4.10.1 fate#326340 fate#326387:
  * Fix build issues on Cavium Tunder X2 from v4.10
  * Update to Intel Skylake event table
  * Intel Skylake X uncore PMUs support (all PMU boxes)
  * Intel Knight Mill (KNM) core PMU support
  * Cavium Thunder X2 core PMU support
  * various event table updates
  * various bug fixes
- Drop patch merged upstream:
  * libpfm-python3.patch
- Remove useless byte-compiling for py2 that breaks py3 only build
- Update libpfm-python3.patch to fix one stray identation issue
- Add patch to build and work with python3:
  * libpfm-python3.patch
- Build the python parts using singlespec macros to allow switching
  as needed
- Update to 4.9.0:
  * Intel Broadwell EP uncore PMUs support (all PMU boxes)
  * AMD Fam17h (Zen) core PMU support
  * IBM Power9 core PMU support
  * AMD Fam16h (Jaguar) support
  * various event table updates
  * various bug fixes
- Drop upstream merged patches:
  * libpfm_add-power9-entries-to-validate_power-c.patch
  * libpfm_enable-ibm-power9-core-pmu-support-beta.patch
  * libpfm_fix-power9-event-file-header.patch
  * libpfm_power9-event-list-update-for-perfmon2.patch
- Add Power9 support (FATE#322257) 
  New patch: libpfm_enable-ibm-power9-core-pmu-support-beta.patch
  New patch: libpfm_fix-power9-event-file-header.patch
  New patch: libpfm_power9-event-list-update-for-perfmon2.patch
  New patch: libpfm_add-power9-entries-to-validate_power-c.patch
- Cleanup spec file
- Version bump to 4.8.0:
  * Intel Knights Landing support (core and uncore)
  * Intel Goldmont support
  * Allow . as a delimiter for event string
  * enable Broadwell EP
  * Intel event table updates
  * various bug fixes
- Requires swig 2.0.5 to compile since older versions cannot
  parse long long types in enum value assignments.
- Version bump to 4.7.0:
  * Intel Skylake core PMU
  * Intel Haswell-EP uncore PMUs
  * Intel Broadwell-DE
  * Major update on Intel event tables
  * bug fixes and many other improvements
- Respect cflags, disable werror bnc#985166
- Package useful utilities (check_events. evt2raw and showevtinfo)
  in devel package. Backport from Factory. (bnc#1017407)
- Version bump to 4.6.0 fate#318068:
  * Intel Broadwell (desktop core)
  * Intel Haswell-EP (core)
  * Applied Micro X-Gene processor
  * ARM A53 processor
  * Intel SNB, IVB, HSW event table updates
  * IBM Power8 event table updates
  * improved Intel x86 model detection
  * bug fixes and many other improvements
- Cleanup with spec-cleaner
- Drop obsolete patch:
  * libpfm-add-ibm-power8-support.patch
- Remove with_python switch that always evaluated as true
  * If the need is really here it should be used as %bcond_without
- Update to version 4.5.0
  * Intel IVB-EP uncore PMU support
  * Intel Silvermont support
  * Perf raw event syntax support
  * Intel RAPL event support
  * AMD Fam15h northbridge support
  * Qualcomm Krait support
  * IBM Power 8 support
  * IBM s390 updates
  * AMD Fam15h fixes
  * various IVB, SNB, HSW event table updates
  * more bug fixes
- Add Power8 support (libpfm-add-ibm-power8-support.patch) FATE#315274
- Update to version 4.4.
- Changelog:
  - Intel SandyBridge-EP uncore PMU support (all boxes)
  - Intel IvyBridge desktop core and uncore PMU support
  - Intel IvyBridge-EP core PMU support
  - newer Intel Haswell desktop core PMU support
  - newer Intel Atom
  - Intel Knigts Corner
  - Intel Nehalem, Westmere, SandyBridge, IvyBridge, Haswell PEBS Load Latency 
    modifier (ldlat)
  - many bug fixes and other minor improvements 
- Add baselibs.conf: provide libpfm4 as -32bit (makes papi-32bit
  installable).
- Run service to format spec file.
- Small cosmetic changes in spec file.
- Changes to python builds, drop duplicate defns already in system macros.
- Fix build when with_python=0
- Parallel build, remove redundant %clean section, consistent use
  of %buildroot
- Follow python package naming guidelines
- Separate out static library into distinct subpackage
- Initial checkin of libpfm4 (version 4.3). 
Comments 0
openSUSE Build Service is sponsored by