1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195 196 197 198 199 200 201 202 203 204 205 206 207 208 209 210 211 212 213 214 215 216 217 218 219 220 221 222 223 224 225 226 227 228 229 230 231 232 233 234 235 236 237 238 239 240 241 242 243 244 245 246 247 248 249 250 251 252 253 254 255 256 257 258 259 260 261 262 263 264 265 266 267 268 269 270 271 272 273 274 275 276 277 278 279 280 281 282 283 284 285 286 287 288 289 290 291 292 293 294 295 296 297 298 299 300 301 302 303 304 305 306 307 308 309 310 311 312 313 314 315 316 317 318 319 320 321 322 323 324 325 326 327 328 329 330 331 332 333 334 335 336 337 338 339 340 341 342 343 344 345 346 347 348 349 350 351 352 353 354 355 356 357 358 359 360 361 362 363 364 365 366 367 368 369 370 371 372 373 374 375 376 377 378 379 380 381 382 383 384 385 386 387 388 389 390 391 392 393 394 395 396 397 398 399 400 401 402 403 404 405 406 407 408 409 410 411 412 413 414 415 416 417 418 419 420 421 422 423 424 425 426 427 428 429 430 431 432 433 434 435 436 437 438 439 440 441 442 443 444 445 446 447 448 449 450 451 452 453 454 455 456 457 458 459 460 461 462 463 464 465 466 467 468 469 470 471 472 473 474 475 476 477 478 479 480 481 482 483 484 485 486 487 488 489 490 491 492 493 494 495 496 497 498 499 500 501 502 503 504 505 506 507 508 509 510 511 512 513 514 515 516 517 518 519 520 521 522 523 524 525 526 527 528 529 530 531 532 533 534 535 536 537 538 539 540 541 542 543 544 545 546 547 548 549 550 551 552 553 554 555 556 557 558 559 560 561 562 563 564 565 566 567 568 569 570 571 572 573 574 575 576 577 578 579 580 581 582 583 584 585 586 587 588 589 590 591 592 593 594 595 596 597 598 599 600 601 602 603 604 605 606 607 608 609 610 611 612 613 614 615 616 617 618 619 620 621 622 623 624 625 626 627 628 629 630 631 632 633 634 635 636 637 638 639 640 641 642 643 644 645 646 647 648 649 650 651 652 653 654
|
libpfm4 (4.13.0+git99-gc5587f9-1) unstable; urgency=medium
* New upstream GIT snapshot.
* Refresh patches.
* Simplify d/rules.
* Bump Standards-Version to 4.7.2. No changes needed.
-- Andreas Beckmann <anbe@debian.org> Wed, 26 Mar 2025 12:55:34 +0100
libpfm4 (4.13.0+git83-g91970fe-1) unstable; urgency=medium
* New upstream GIT snapshot.
* Bump Standards-Version to 4.7.0. No changes needed.
-- Andreas Beckmann <anbe@debian.org> Fri, 18 Oct 2024 02:43:29 +0200
libpfm4 (4.13.0+git32-g0d4ed0e-1) unstable; urgency=medium
* New upstream GIT snapshot.
- Add Intel IceLakeX.
-- Andreas Beckmann <anbe@debian.org> Thu, 22 Feb 2024 00:11:36 +0100
libpfm4 (4.13.0+git16-g535c204-1) unstable; urgency=medium
* New upstream GIT snapshot.
- Add Intel IceLake and Intel SapphireRapid.
-- Andreas Beckmann <anbe@debian.org> Tue, 26 Dec 2023 21:49:24 +0100
libpfm4 (4.13.0+git15-gefd10fb-2) unstable; urgency=medium
[ Samuel Thibault ]
* Do not crash on empty /proc/cpuinfo. (Closes: #1043238)
-- Andreas Beckmann <anbe@debian.org> Tue, 05 Sep 2023 15:41:15 +0200
libpfm4 (4.13.0+git15-gefd10fb-1) unstable; urgency=medium
* New upstream GIT snapshot.
- Improve Zen3/Zen4 detection.
- Add Intel EmeraldRapid core PMU support.
-- Andreas Beckmann <anbe@debian.org> Thu, 17 Aug 2023 01:41:09 +0200
libpfm4 (4.13.0-1) unstable; urgency=medium
* New upstream release.
- Update Intel event tables.
- Add ARM v9 support basic infrastructure.
- Add ARM Neoverse V1/V2 core PMU support.
* Refresh patches.
-- Andreas Beckmann <anbe@debian.org> Sat, 15 Apr 2023 11:16:32 +0200
libpfm4 (4.12.1+git12-g678bca9-1) unstable; urgency=medium
[ Andreas Beckmann ]
* New upstream GIT snapshot.
- Add support for Zen4.
* Bump Standards-Version to 4.6.2. No changes needed.
-- Andreas Beckmann <anbe@debian.org> Mon, 20 Feb 2023 10:30:29 +0100
libpfm4 (4.12.1+git6-g8aaaf17-1) unstable; urgency=medium
[ Andreas Beckmann ]
* New upstream GIT snapshot.
[ Debian Janitor ]
* debian/copyright: use spaces rather than tabs to start continuation lines.
* Use secure URI in Homepage field.
* Fix day-of-week for changelog entries 10.1, 10.0, 4.0.
-- Andreas Beckmann <anbe@debian.org> Wed, 16 Nov 2022 16:22:20 +0100
libpfm4 (4.12.0-1) unstable; urgency=medium
* New upstream release.
-- Andreas Beckmann <anbe@debian.org> Thu, 22 Sep 2022 17:12:28 +0200
libpfm4 (4.11.1+git74-g5140ce5-1) unstable; urgency=medium
* New upstream GIT snapshot.
- Fix FTBFS with GCC 12. (Closes: #1012985)
* Fix FTCBFS: Pass ARCH= for any architecture, thanks to Helmut Grohne.
(Closes: #971034)
* Bump Standards-Version to 4.6.1. No changes needed.
* typos.patch: Fix more typos found by Lintian.
-- Andreas Beckmann <anbe@debian.org> Wed, 03 Aug 2022 16:47:55 +0200
libpfm4 (4.11.1+git32-gd0b85fb-1) unstable; urgency=medium
* New upstream GIT snapshot.
- Add/improve support for current CPUs: AMD Zen2, Zen3; Intel IcelakeX,
Tigerlake, Rocketlake; ARM A64FX, Neoverse.
- Fix event encoding issues.
-- Andreas Beckmann <anbe@debian.org> Wed, 16 Jun 2021 16:32:36 +0200
libpfm4 (4.11.1+git8-gc96ebc0-1) unstable; urgency=medium
* New upstream GIT snapshot.
* Bump watch version to 4. No changes needed.
* Bump Standards-Version to 4.5.1. No changes needed.
-- Andreas Beckmann <anbe@debian.org> Thu, 07 Jan 2021 16:07:20 +0100
libpfm4 (4.11.1+git4-gfa84c27-1) unstable; urgency=medium
* New upstream GIT snapshot.
* Switch to debhelper-compat (= 13).
* typos.patch: Fix more typos found by Lintian.
-- Andreas Beckmann <anbe@debian.org> Fri, 06 Nov 2020 23:27:51 +0100
libpfm4 (4.10.1+git44-ga2909cd-1) unstable; urgency=medium
* New upstream GIT snapshot.
* typos.patch: Fix more typos found by Lintian.
* Bump Standards-Version to 4.5.0. No changes needed.
-- Andreas Beckmann <anbe@debian.org> Sun, 08 Mar 2020 14:23:00 +0100
libpfm4 (4.10.1+git20-g7700f49-2) unstable; urgency=medium
* string-truncation.patch: New, fix incorrect strncpy() usage.
-- Andreas Beckmann <anbe@debian.org> Wed, 04 Dec 2019 23:56:29 +0100
libpfm4 (4.10.1+git20-g7700f49-1) unstable; urgency=medium
[ Andreas Beckmann ]
* New upstream GIT snapshot.
* Add B-D: libncurses-dev.
* reproducible.patch: New, do not use __DATE__.
* typos.patch: Fix more typos found by Lintian.
* [sparc]: UltraSPARC-III+/IIIi: Disable conflicting event with code 0x4.
* Bump Standards-Version to 4.4.1. No changes needed.
[ Helmut Grohne ]
* Fix FTCBFS for ppc64el: (Closes: #939418)
+ Pass LIBPFM4_ARCH_FLAG to make install to avoid a rebuild.
+ Extecn LIBPFM4_ARCH_ map for ppc64el.
-- Andreas Beckmann <anbe@debian.org> Wed, 04 Dec 2019 20:07:57 +0100
libpfm4 (4.10.1+git14-g815ff28-1) unstable; urgency=medium
* New upstream GIT snapshot.
* Stop building the Python 2 bindings.
* Switch to debhelper-compat (= 12).
* Bump Standards-Version to 4.4.0. No changes needed.
* typos.patch: Fix more typos found by Lintian.
-- Andreas Beckmann <anbe@debian.org> Wed, 14 Aug 2019 16:04:02 +0200
libpfm4 (4.10.1+git10-gd2a5b56-1) unstable; urgency=medium
* New upstream GIT snapshot.
- Update SKX and CLX event tables.
-- Andreas Beckmann <anbe@debian.org> Sat, 18 May 2019 15:13:01 +0200
libpfm4 (4.10.1+git9-gac95d19-1) unstable; urgency=medium
* New upstream GIT snapshot.
- Remove MERGE event from AMD Fam17h table.
-- Andreas Beckmann <anbe@debian.org> Tue, 30 Apr 2019 01:46:05 +0200
libpfm4 (4.10.1+git6-g8f2208a-1) unstable; urgency=medium
* New upstream GIT snapshot.
-- Andreas Beckmann <anbe@debian.org> Mon, 21 Jan 2019 18:04:58 +0100
libpfm4 (4.10.1-1) unstable; urgency=medium
* New upstream release.
* Cherry-pick Cavium ThunderX2 event updates.
* Apply proposed SPARC fix.
* Add Build-Depends-Package to symbols file.
* Switch to debhelper-compat (= 11).
* Bump Standards-Version to 4.3.0. No changes needed.
-- Andreas Beckmann <anbe@debian.org> Thu, 10 Jan 2019 23:18:46 +0100
libpfm4 (4.10.0-1) unstable; urgency=medium
* New upstream release. (Closes: #897791)
* Cherry-pick ARM build fixes and Skylake event updates.
* d/copyright: Refresh copyright list from upstream git commit history.
* Drop obsolete X-Python-Version.
* Do not ship the compiled examples. (Closes: #897343, #897357)
-- Andreas Beckmann <anbe@debian.org> Wed, 13 Jun 2018 18:38:36 +0200
libpfm4 (4.9.0+git21-gc4de2ea-1) unstable; urgency=medium
* New upstream GIT snapshot.
* Bump Standards-Version to 4.1.4. No changes needed.
* Put package under Debian HPC Team maintenance.
* Switch Vcs-* URLs to salsa.debian.org.
* typos.patch: Fix more typos found by Lintian.
* Add debian/upstream/metadata.
* libpfm4-dev: Ship the source code examples.
-- Andreas Beckmann <anbe@debian.org> Sun, 22 Apr 2018 12:44:02 +0200
libpfm4 (4.9.0-2) unstable; urgency=medium
* Fix mips event name containing space: "OCP_WRITE_CACHEABLE REQUESTS".
* Fix armhf building for arm64 on 64-bit CPU.
* Set Rules-Requires-Root: no.
-- Andreas Beckmann <anbe@debian.org> Thu, 25 Jan 2018 06:46:24 +0100
libpfm4 (4.9.0-1) unstable; urgency=medium
* New upstream release.
* d/copyright: Refresh copyright list from upstream git commit history.
* typos.patch: Fix some typos found by Lintian.
* Switch to Priority: optional.
* Bump Standards-Version to 4.1.3.
* Switch to debhelper compat level 11.
* Switch from dh_install --list-missing to dh_missing.
-- Andreas Beckmann <anbe@debian.org> Tue, 09 Jan 2018 14:14:40 +0100
libpfm4 (4.8.0+git16-g8385268-1) unstable; urgency=medium
* New upstream GIT snapshot.
* Upload to unstable.
-- Andreas Beckmann <anbe@debian.org> Tue, 02 May 2017 14:53:41 +0200
libpfm4 (4.8.0+git14-g71a960d-1) experimental; urgency=medium
* New upstream GIT snapshot, reverting an unintended ABI change.
(Closes: #859524)
* Drop patches that were merged upstream.
* Add proposed s390x patch from William Cohen.
* Add Breaks against libpapi5 (<< 5.5.1-2~), pcp (<< 3.11.10~) that may have
been built against the incompatible ABI.
* Remove PIE workarounds, this now works out-of-the-box.
* Upload to experimental.
-- Andreas Beckmann <anbe@debian.org> Tue, 11 Apr 2017 21:31:50 +0200
libpfm4 (4.8.0-2) unstable; urgency=medium
[ Andreas Beckmann ]
* Cherry-pick event fixes, event additions and RAPL support for newer CPUs.
[ Dimitri John Ledkov ]
* Execute validation tests at build time. LP: #1521969
-- Andreas Beckmann <anbe@debian.org> Sat, 11 Mar 2017 02:47:54 +0100
libpfm4 (4.8.0-1) unstable; urgency=medium
* New upstream release.
* typos.patch: Fix some more typos.
-- Andreas Beckmann <anbe@debian.org> Mon, 07 Nov 2016 15:46:31 +0100
libpfm4 (4.7.0+git30-gd422ba2-2) unstable; urgency=medium
* PIE.patch: New, -fPIC needs to override -fPIE.
* Build with PIE enabled.
-- Andreas Beckmann <anbe@debian.org> Fri, 07 Oct 2016 15:35:12 +0200
libpfm4 (4.7.0+git30-gd422ba2-1) unstable; urgency=medium
* New upstream GIT snapshot.
* Overhaul buildflags usage and enable more hardening.
* Fix i386 (cross-)build with x86_64 uname.
* typos.patch: Fix some more typos.
-- Andreas Beckmann <anbe@debian.org> Mon, 19 Sep 2016 02:21:25 +0200
libpfm4 (4.7.0+git11-gbfb9baf-1) unstable; urgency=medium
* New upstream GIT snapshot.
* Simplify symbols file. The library no longer exposes (arch-specific)
private symbols.
* Bump Standards-Version to 3.9.8. No changes needed.
-- Andreas Beckmann <anbe@debian.org> Sat, 28 May 2016 20:18:35 +0200
libpfm4 (4.7.0-4) unstable; urgency=medium
* Cherry-pick umask encoding fixes.
* use-LDFLAGS-when-linking.patch: Remove, fixed upstream.
* typos.patch: Fix some more typos.
-- Andreas Beckmann <anbe@debian.org> Thu, 25 Feb 2016 12:42:15 +0100
libpfm4 (4.7.0-3) unstable; urgency=medium
* [x32] Use the same symbols as amd64.
* d/copyright: Refresh copyright list from upstream git commit history.
-- Andreas Beckmann <anbe@debian.org> Mon, 15 Feb 2016 16:36:16 +0100
libpfm4 (4.7.0-2) unstable; urgency=medium
* Restrict to Architecture: linux-any.
* [powerpc] Add new symbols from 4.7.0.
* [x32] x32.patch: New, fix printing __time_t.
-- Andreas Beckmann <anbe@debian.org> Mon, 15 Feb 2016 11:27:14 +0100
libpfm4 (4.7.0-1) unstable; urgency=medium
* New upstream release. (Closes: #811924)
* Add new symbols from 4.7.0.
* Drop libpfm4-dbg package in favor of autogenerated -dbgsyms packages.
* man-sections.patch, typos.patch: New, fix some issues found by Lintian.
* Bump Standards-Version to 3.9.7. No changes needed.
* Update Vcs-* URLs.
-- Andreas Beckmann <anbe@debian.org> Mon, 15 Feb 2016 05:00:03 +0100
libpfm4 (4.6.0-4) unstable; urgency=medium
* Cherry-pick Haswell EP RAPL support, Broadwell FPARITH and some bug fixes.
-- Andreas Beckmann <anbe@debian.org> Wed, 03 Jun 2015 15:48:36 +0200
libpfm4 (4.6.0-3) unstable; urgency=medium
* Cherry-pick Broadwell, Airmont support and memory leak fixes.
* Fix hyphenation errors in manpages.
* Upload to unstable.
-- Andreas Beckmann <anbe@debian.org> Mon, 27 Apr 2015 20:43:42 +0200
libpfm4 (4.6.0-2) experimental; urgency=medium
* [mips64, mips64el] Use the same symbols as mips(el). (Closes: #775836)
* Cherry-pick missing MEM_LOAD_UOPS_RETIRED:L1_MISS for IvyBridge, typo
fixes and cgroup fix.
-- Andreas Beckmann <anbe@debian.org> Fri, 13 Feb 2015 13:59:23 +0100
libpfm4 (4.6.0-1) experimental; urgency=medium
* New upstream release.
* Add new symbols from 4.6.0.
* Add Build-Depends: dh-python.
* Cherry-pick missing ICACHE:IFETCH_STALLS for Haswell and SandyBridge.
* Upload to experimental.
-- Andreas Beckmann <anbe@debian.org> Thu, 08 Jan 2015 21:15:49 +0100
libpfm4 (4.5.0+git38-g1ca1338-2) unstable; urgency=medium
* dpkg-gensymbols: Raise check level to 4 - fail on any symbol change.
* [armhf, arm64] Factor out common symbols to .symbols.arm.common.
* [armhf, powerpc] Add new symbols from 4.5.0.
* [armhf, arm64] Add new symbols.
* [arm64] Add a separate symbols file.
* [armel] Use the same symbols as armhf.
* [ppc64, ppc64el] Use the same symbols as powerpc.
* [sparc64] Use the same symbols as sparc.
* d/copyright: Refresh copyright list from upstream git commit history.
-- Andreas Beckmann <anbe@debian.org> Thu, 16 Oct 2014 11:50:47 +0200
libpfm4 (4.5.0+git38-g1ca1338-1) unstable; urgency=medium
* New upstream GIT snapshot.
* [amd64] Add new symbols.
* Bump Standards-Version to 3.9.6. No changes needed.
-- Andreas Beckmann <anbe@debian.org> Wed, 15 Oct 2014 21:33:03 +0200
libpfm4 (4.5.0+git25-g60cdc9b-1) unstable; urgency=medium
* New upstream GIT snapshot.
-- Andreas Beckmann <anbe@debian.org> Wed, 06 Aug 2014 01:09:41 +0200
libpfm4 (4.5.0-1) unstable; urgency=medium
* New upstream release.
* Add new symbols from 4.5.0.
-- Andreas Beckmann <anbe@debian.org> Thu, 06 Mar 2014 22:59:39 +0100
libpfm4 (4.4.0+git47-g71166e2-1) unstable; urgency=medium
* New upstream GIT snapshot.
* Upload to unstable.
-- Andreas Beckmann <anbe@debian.org> Fri, 31 Jan 2014 19:59:52 +0100
libpfm4 (4.4.0+git43-gac7e1ce-1) experimental; urgency=low
* New upstream GIT snapshot.
* Drop typo patches, applied upstream.
* [i386] Inherit common symbols from amd64.
* [amd64] Add new symbols.
* Upload to experimental.
-- Andreas Beckmann <anbe@debian.org> Fri, 10 Jan 2014 03:02:00 +0100
libpfm4 (4.4.0-2) unstable; urgency=low
* debian/*: Cleanup cruft.
* Move misplaced symbols from .symbols.common to .symbols.amd64.
* [armhf, s390x] Add new symbols from 4.4.0.
* [powerpcspe] Use the same symbols as powerpc. (Closes: #730633)
* [i386] Add a separate symbols file.
-- Andreas Beckmann <anbe@debian.org> Wed, 27 Nov 2013 16:46:14 +0100
libpfm4 (4.4.0-1) unstable; urgency=low
* New upstream release.
* Split symbols file and add arch specific symbols. (Closes: #709654)
* [amd64] Add new symbols from 4.4.0.
* Fix more typos detected by lintian.
* Use the canonical Vcs-* URLs.
* Bump Standards-Version to 3.9.5. No changes needed.
* Add myself to Uploaders.
-- Andreas Beckmann <anbe@debian.org> Wed, 27 Nov 2013 03:00:08 +0100
libpfm4 (4.3.0-1) unstable; urgency=low
* First official upload to Debian (Closes: #702242: ITP: libpfm4 -- Library
to program the performance monitoring events)
Expecting FTBFS due to bad symbol file on all but amd64 arch
* Add libpfm4-dbg package
* Upgrade Standard-Version
* Bump Debhelper compat to 9
* Switch to multi-arch
* Add a symbol file
* Add a watch file
* Fix lots of lintian messages (typos, manpage syntax, etc.)
* Remove dependency on dpatch as source "3.0 (quilt)" already include a
support for quilt
* switch debian/copyright to copyright-format 1.0
+ rework copyright list from upstream git commits history
+ debian packaging was said as GPL-v2 in upstream tarball but, after
signaling the fact to upstream, they (with all authors agreement) switch
to the same license as the software itself (see git commit 4875866
in upstream repo). This package already presents this fact.
* fix python compilation
* libpfm4-dev conflicts/replaces the old libpfm3-3.2-dev
-- Vincent Danjean <vdanjean@debian.org> Wed, 06 Mar 2013 10:27:13 +0100
libpfm4 (13.0) unstable; urgency=low
* update Intel SKL/SKX/CLX event table
* add ARM Neoverse V2 core PMU support
* move ARM Neoverse N2 to ARMv9 support
* add ARM v9 support basic infrastructure
* add Arm Neoverse V1 core PMU support
* Update Intel SapphireRapid event table
* update Intel Icelake event table
* Update AMD Zen4 event table
* remove useless combination in AMD Zen4 packed_int_ops_retired event
* Fix AMD Zen4 cpu_family used in detection code
* Add AMD Zen4 core PMU support
* Correctly detect all AMD Zen3 processors
* fix CPU_CLK_UNHALTED.REF_DISTRIBUTED on Intel Icelake
* add missing break in amd64_get_revision()
* update Intel Skylake event table
* Fix typos in Intel Icelake event table
* Update Intel SapphireRapid event table
* update perf_event.h to Linux 5.18
* fix amd_get_revision() to identify AMD Zen3 uniquely
-- Stephane Eranian <eranian@gmail.com> Tue, 28 Mar 2023 08:00:01 +0200
libpfm4 (12.1) unstable; urgency=low
* fix debian changelog 12.0 entry order
* fix debian rules to build again
-- Stephane Eranian <eranian@gmail.com> Tue, 20 Sep 2022 08:00:01 +0200
libpfm4 (12.0) unstable; urgency=low
* 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
-- Stephane Eranian <eranian@gmail.com> Fri, 16 Sep 2022 12:00:01 +0200
libpfm4 (11.1) unstable; urgency=low
* Fix Makefile revision
* Fix Fujitsu A64Fx man page install in ARM64 mode
-- Stephane Eranian <eranian@gmail.com> Wed, 23 Sep 2020 12:00:01 +0200
libpfm4 (11.0) unstable; urgency=low
* Cavium TX2 core updates
* Cavium TX2 uncore core
* Intel CascadeLakeX core PMU support
* AMD Zen1 updates
* AMD Zen2 core pmu support
* S390 updates
* Update Skylake event table
* speculative event info infrastructure
* RAPL updates
* Intel Icelake core PMU support
* add hw_smpl attribute to the interface
* enable priv level filtering on ARMv8
* add ARM Neoverse N1 core PMU support
-- Stephane Eranian <eranian@gmail.com> Wed, 2 Sep 2020 12:00:01 +0200
libpfm4 (10.1) unstable; urgency=low
* fix Cavium Thunder X2 build issues
* Update Skylake event table
-- Stephane Eranian <eranian@gmail.com> Wed, 13 Jun 2018 23:40:01 +0200
libpfm4 (10.0) unstable; urgency=low
* add support for Skylake X uncore PMUs
* add support for Cavium Thunder X2 core PMU
* add support for Intel Knights Mill core PMU
* various fixes and event table updates
-- Stephane Eranian <eranian@gmail.com> Wed, 06 Jun 2018 11:37:01 +0200
libpfm4 (9.0) unstable; urgency=low
* add support for Broadwell EP uncore PMUa
* add support for Intel Skylake X
* add support for AMD Fam17h
* add support for IBM Power9
* add support for AMD Fam16h
* various fixes and event table updates
-- Stephane Eranian <eranian@gmail.com> Thu, 4 Jan 2018 13:37:01 +0200
libpfm4 (8.0) unstable; urgency=low
* add Intel Knights Landing support
* add Intel Goldmont support
* update Intel event tables
* allow . as delimiter for event string
* add SQ_MISC:SPLIT_LOCK
* enable Broadwell EP
* various fixes
-- Stephane Eranian <eranian@gmail.com> Sat, 5 Nov 2016 14:38:01 +0200
libpfm4 (7.0) unstable; urgency=low
* add Intel Skylake support
* add Intel Haswell-EP uncore PMU support
* add Broadwell DE support
* updated most Intel x86 event tables to match official tables
* refreshed perf_event.h header to 4.2
* more bug fixes and minor updates
-- Stephane Eranian <eranian@gmail.com> Thu, 11 Feb 2016 16:56:01 +0200
libpfm4 (6.0) unstable; urgency=low
* add Intel Broadwell (desktop) support
* add Intel Haswell-EP support (core)
* add Applied Micro X-Gene processor support
* simplified X86 model detection for Intel processors
* Intel SNB, IVB, HSW event table updates
* IBM Power8 event table updates
* add ARM Cortex A53 support
* more bug fixes and minor updates
-- Stephane Eranian <eranian@gmail.com> Tue, 30 Dec 2014 16:56:01 +0200
libpfm4 (5.0) unstable; urgency=low
* 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
-- Stephane Eranian <eranian@gmail.com> Fri, 21 Feb 2014 18:45:01 +0200
libpfm4 (4.0) unstable; urgency=low
* Intel IVB-EP support
* Intel IVB updates support
* Intel SNB updates support
* Intel SNB-EP uncore support
* ldlat support (PEBS-LL)
* New Intel Atom support
* bug fixes
-- Stephane Eranian <eranian@gmail.com> Sat, 08 Jun 2013 18:45:01 +0200
libpfm4 (3.0) unstable; urgency=low
* ARM Cortex A15 support
* updated Intel Sandy Bridge core PMU events
* Intel Sandy Bridge desktop (model 42) uncore PMU support
* Intel Ivy Bridge support
* full perf_events generic event support
* updated perf_examples
* enabled Intel Nehalem/Westmere uncore PMU support
* AMD LLano processor supoprt (Fam 12h)
* AMD Turion rocessor supoprt (Fam 11h)
* Intel Atom Cedarview processor support
* Win32 compilation support
* perf_events excl attribute
* perf_events generic hw event aliases support
* many bug fixes
-- Stephane Eranian <eranian@gmail.com> Mon, 27 Aug 2012 17:45:22 +0200
libpfm4 (2.0) unstable; urgency=low
* updated event tables for Intel X86 processors
* new AMD Fam15h support
* new MIPS 74k support
* updated ARM Cortex A8/A9 support
* 30% size reduction for Intel/AMD X86 event tables
* bug fixes and other improvements
-- Stephane Eranian <eranian@gmail.com> Fri, 7 Oct 2011 15:55:22 +0200
libpfm4 (1.0) unstable; urgency=low
* Initial Release.
-- Arun Sharma <aruns@google.com> Mon, 21 Jun 2010 15:17:22 -0700
|