Sign Up
Log In
Log In
or
Sign Up
Places
All Projects
Status Monitor
Collapse sidebar
SUSE:SLE-15-SP2:Update
libpfm
0001-s390-cpumf-add-IBM-z14-ZR1-support.patch
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
File 0001-s390-cpumf-add-IBM-z14-ZR1-support.patch of Package libpfm
From dc643f4a460063a628b4bfba57dbbb36673a0789 Mon Sep 17 00:00:00 2001 From: Thomas Richter <tmricht@linux.ibm.com> Date: Thu, 11 Jul 2019 17:48:03 -0700 Subject: [PATCH] s390/cpumf: add IBM z14 ZR1 support Add support for machine type 0x3907. Signed-off-by: Thomas Richter <tmricht@linux.ibm.com> --- lib/pfmlib_s390x_cpumf.c | 1 + 1 file changed, 1 insertion(+) diff --git a/lib/pfmlib_s390x_cpumf.c b/lib/pfmlib_s390x_cpumf.c index 4e03fc4..7566aa0 100644 --- a/lib/pfmlib_s390x_cpumf.c +++ b/lib/pfmlib_s390x_cpumf.c @@ -192,6 +192,7 @@ static int pfm_cpumcf_init(void *this) ext_set_count = LIBPFM_ARRAY_SIZE(cpumcf_z13_counters); break; case 3906: /* IBM z14 */ + case 3907: /* IBM z14 ZR1 */ ext_set = cpumcf_z14_counters; ext_set_count = LIBPFM_ARRAY_SIZE(cpumcf_z14_counters); break; -- 2.22.0
Locations
Projects
Search
Status Monitor
Help
OpenBuildService.org
Documentation
API Documentation
Code of Conduct
Contact
Support
@OBShq
Terms
openSUSE Build Service is sponsored by
The Open Build Service is an
openSUSE project
.
Sign Up
Log In
Places
Places
All Projects
Status Monitor