mirror of
https://github.com/ibm-s390-linux/s390-tools.git
synced 2026-08-05 02:14:52 +00:00
d121ffa3f0
With z14, the counters in the problem-state are reduced resulting in an increased first version number of the CPUM CF. To adapt to this change, split the counter sets according to their counter first and second version number. The second version number controls the crypto-activity and extended counter set. Treat the crypto-activity counter set as generic, as the extended counter set is already handled based on hardware models. Signed-off-by: Hendrik Brueckner <brueckner@linux.vnet.ibm.com> Signed-off-by: Stefan Haberland <sth@linux.vnet.ibm.com>
30 lines
762 B
Plaintext
30 lines
762 B
Plaintext
# CPU-measurement facilities
|
|
#
|
|
# Mapping of:
|
|
# 1. CPU-MF counter first/second version numbers to "generic" counter
|
|
# definitions
|
|
# 2. IBM z Systems hardware to respective extended counter set definitions
|
|
#
|
|
#
|
|
{
|
|
# Definition # File name
|
|
|
|
# CFVN
|
|
'cfvn-1' => 'cpum-cf-cfvn-1.ctr',
|
|
'cfvn-3' => 'cpum-cf-cfvn-3.ctr',
|
|
|
|
# CSVN
|
|
'csvn-generic' => 'cpum-cf-csvn-generic.ctr',
|
|
|
|
# Extended counters
|
|
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',
|
|
3906 => 'cpum-cf-extended-z14.ctr',
|
|
};
|