From nobody Mon Oct 04 16:34:41 2021 X-Original-To: dev-commits-ports-main@mlmmj.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mlmmj.nyi.freebsd.org (Postfix) with ESMTP id E2BCB8D3ACF; Mon, 4 Oct 2021 16:34:41 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "R3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4HNRBn5hjTz3QXG; Mon, 4 Oct 2021 16:34:41 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org (gitrepo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:5]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 9FE2D1C933; Mon, 4 Oct 2021 16:34:41 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org ([127.0.1.44]) by gitrepo.freebsd.org (8.16.1/8.16.1) with ESMTP id 194GYfck035905; Mon, 4 Oct 2021 16:34:41 GMT (envelope-from git@gitrepo.freebsd.org) Received: (from git@localhost) by gitrepo.freebsd.org (8.16.1/8.16.1/Submit) id 194GYfTC035904; Mon, 4 Oct 2021 16:34:41 GMT (envelope-from git) Date: Mon, 4 Oct 2021 16:34:41 GMT Message-Id: <202110041634.194GYfTC035904@gitrepo.freebsd.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org From: Warner Losh Subject: git: 92b5e9c4737c - main - sysutil/intel-pcm: Update to 202109 List-Id: Commits to the main branch of the FreeBSD ports repository List-Archive: https://lists.freebsd.org/archives/dev-commits-ports-main List-Help: List-Post: List-Subscribe: List-Unsubscribe: Sender: owner-dev-commits-ports-main@freebsd.org X-BeenThere: dev-commits-ports-main@freebsd.org MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit X-Git-Committer: imp X-Git-Repository: ports X-Git-Refname: refs/heads/main X-Git-Reftype: branch X-Git-Commit: 92b5e9c4737cbf6de40773716ae2fc071dea8062 Auto-Submitted: auto-generated X-ThisMailContainsUnwantedMimeParts: N The branch main has been updated by imp: URL: https://cgit.FreeBSD.org/ports/commit/?id=92b5e9c4737cbf6de40773716ae2fc071dea8062 commit 92b5e9c4737cbf6de40773716ae2fc071dea8062 Author: Warner Losh AuthorDate: 2021-10-04 16:25:13 +0000 Commit: Warner Losh CommitDate: 2021-10-04 16:31:33 +0000 sysutil/intel-pcm: Update to 202109 Update to the latest. It contains a number of minor fixes. From 202109: * pcm-raw: support collecting events by names from event lists (https://download.01.org/perfmon/). Details: link * pcm-raw: support event group multiplexing * pcm-iio: support csv output * Extended Windows PCM driver to support all ICX uncore performance monitoring units * Developed a workaround to make PCM work in VMware guest From 202107: * support systems with > 1024 logical cores * support Rocket Lake (#298) * pcm-pcie: fix HIT metrics calculation on Broadwell/Haswell server platforms (#306) * pcm: add several additional columns to the socket and core sections in csv output * pcm-iio: fix multiplier value for outbound events on Snowridge and Icelake server platforms * implement workaround for Linux watchdog not clearing its event programming * move Icelake top-down events to a separate group to fix counting through Linux perf API * add pcm-mmio utility to rpm Sponsored by: Netflix --- sysutils/intel-pcm/Makefile | 2 +- sysutils/intel-pcm/distinfo | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/sysutils/intel-pcm/Makefile b/sysutils/intel-pcm/Makefile index 4ef6c56c0d6e..234a413bea7e 100644 --- a/sysutils/intel-pcm/Makefile +++ b/sysutils/intel-pcm/Makefile @@ -1,7 +1,7 @@ # Created by: Adrian Chadd PORTNAME= intel-pcm -PORTVERSION= 202105 +PORTVERSION= 202109 CATEGORIES= sysutils MAINTAINER= imp@FreeBSD.org diff --git a/sysutils/intel-pcm/distinfo b/sysutils/intel-pcm/distinfo index c21e9fa7e440..b63ca5cc9c45 100644 --- a/sysutils/intel-pcm/distinfo +++ b/sysutils/intel-pcm/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1623195555 -SHA256 (opcm-pcm-202105_GH0.tar.gz) = 50089b9bd08a37d0075433cb5ab5552d38272e65c933efcc3e6894fa794f59bb -SIZE (opcm-pcm-202105_GH0.tar.gz) = 1185417 +TIMESTAMP = 1633364650 +SHA256 (opcm-pcm-202109_GH0.tar.gz) = e57777b03807c6177f76eb4996facb87db9325ada5157d2e7e755413bd956548 +SIZE (opcm-pcm-202109_GH0.tar.gz) = 1201461