mirror of
https://github.com/ibm-s390-linux/s390-tools.git
synced 2026-08-05 02:14:52 +00:00
This commit is based on the s390-tools-1.39.0 version. Changes on top of s390-tools-1.39.0: - Add MIT license to all source files - Add LICENSE file - Transform REAMDE to README.md (markdown) - Add AUTHORS.md file - Add CONTRIBUTING.md file - Move changelog from README to CHANGELOG.md file Reviewed-by: Stefan Haberland <sth@linux.vnet.ibm.com> Signed-off-by: Michael Holzheu <holzheu@linux.vnet.ibm.com>
18 lines
488 B
Plaintext
18 lines
488 B
Plaintext
# CPU-measurement facilities
|
|
#
|
|
# Mapping of IBM System z hardware types to extended counter set defintions
|
|
#
|
|
#
|
|
{
|
|
# Definition # File name
|
|
0 => 'cpum-cf-generic.ctr',
|
|
2097 => 'cpum-cf-extended-z10.ctr',
|
|
2098 => 'cpum-cf-extended-z10.ctr',
|
|
2817 => 'cpum-cf-extended-z196.ctr',
|
|
2818 => 'cpum-cf-extended-z196.ctr',
|
|
2827 => 'cpum-cf-extended-zEC12.ctr',
|
|
2828 => 'cpum-cf-extended-zEC12.ctr',
|
|
2964 => 'cpum-cf-extended-z13.ctr',
|
|
2965 => 'cpum-cf-extended-z13.ctr',
|
|
};
|