Blame src/libpfm4/lib/events/s390x_cpumf_events.h

Packit 577717
#ifndef __S390X_CPUMF_EVENTS_H__
Packit 577717
#define __S390X_CPUMF_EVENTS_H__
Packit 577717
Packit 577717
Packit 577717
#define __stringify(x)		#x
Packit 577717
#define STRINGIFY(x)		__stringify(x)
Packit 577717
Packit 577717
/* CPUMF counter sets */
Packit 577717
#define CPUMF_CTRSET_NONE               0
Packit 577717
#define CPUMF_CTRSET_BASIC              2
Packit 577717
#define CPUMF_CTRSET_PROBLEM_STATE      4
Packit 577717
#define CPUMF_CTRSET_CRYPTO             8
Packit 577717
#define CPUMF_CTRSET_EXTENDED           1
Packit 577717
#define CPUMF_CTRSET_MT_DIAG            32
Packit 577717
Packit 577717
Packit 577717
static const pme_cpumf_ctr_t cpumcf_generic_counters[] = {
Packit 577717
	{
Packit 577717
		.ctrnum = 0,
Packit 577717
		.ctrset = CPUMF_CTRSET_BASIC,
Packit 577717
		.name = "CPU_CYCLES",
Packit 577717
		.desc = "Cycle Count",
Packit 577717
	},
Packit 577717
	{
Packit 577717
		.ctrnum = 1,
Packit 577717
		.ctrset = CPUMF_CTRSET_BASIC,
Packit 577717
		.name = "INSTRUCTIONS",
Packit 577717
		.desc = "Instruction Count",
Packit 577717
	},
Packit 577717
	{
Packit 577717
		.ctrnum = 2,
Packit 577717
		.ctrset = CPUMF_CTRSET_BASIC,
Packit 577717
		.name = "L1I_DIR_WRITES",
Packit 577717
		.desc = "Level-1 I-Cache Directory Write Count",
Packit 577717
	},
Packit 577717
	{
Packit 577717
		.ctrnum = 3,
Packit 577717
		.ctrset = CPUMF_CTRSET_BASIC,
Packit 577717
		.name = "L1I_PENALTY_CYCLES",
Packit 577717
		.desc = "Level-1 I-Cache Penalty Cycle Count",
Packit 577717
	},
Packit 577717
	{
Packit 577717
		.ctrnum = 4,
Packit 577717
		.ctrset = CPUMF_CTRSET_BASIC,
Packit 577717
		.name = "L1D_DIR_WRITES",
Packit 577717
		.desc = "Level-1 D-Cache Directory Write Count",
Packit 577717
	},
Packit 577717
	{
Packit 577717
		.ctrnum = 5,
Packit 577717
		.ctrset = CPUMF_CTRSET_BASIC,
Packit 577717
		.name = "L1D_PENALTY_CYCLES",
Packit 577717
		.desc = "Level-1 D-Cache Penalty Cycle Count",
Packit 577717
	},
Packit 577717
	{
Packit 577717
		.ctrnum = 32,
Packit 577717
		.ctrset = CPUMF_CTRSET_PROBLEM_STATE,
Packit 577717
		.name = "PROBLEM_STATE_CPU_CYCLES",
Packit 577717
		.desc = "Problem-State Cycle Count",
Packit 577717
	},
Packit 577717
	{
Packit 577717
		.ctrnum = 33,
Packit 577717
		.ctrset = CPUMF_CTRSET_PROBLEM_STATE,
Packit 577717
		.name = "PROBLEM_STATE_INSTRUCTIONS",
Packit 577717
		.desc = "Problem-State Instruction Count",
Packit 577717
	},
Packit 577717
	{
Packit 577717
		.ctrnum = 34,
Packit 577717
		.ctrset = CPUMF_CTRSET_PROBLEM_STATE,
Packit 577717
		.name = "PROBLEM_STATE_L1I_DIR_WRITES",
Packit 577717
		.desc = "Problem-State Level-1 I-Cache Directory Write Count",
Packit 577717
	},
Packit 577717
	{
Packit 577717
		.ctrnum = 35,
Packit 577717
		.ctrset = CPUMF_CTRSET_PROBLEM_STATE,
Packit 577717
		.name = "PROBLEM_STATE_L1I_PENALTY_CYCLES",
Packit 577717
		.desc = "Problem-State Level-1 I-Cache Penalty Cycle Count",
Packit 577717
	},
Packit 577717
	{
Packit 577717
		.ctrnum = 36,
Packit 577717
		.ctrset = CPUMF_CTRSET_PROBLEM_STATE,
Packit 577717
		.name = "PROBLEM_STATE_L1D_DIR_WRITES",
Packit 577717
		.desc = "Problem-State Level-1 D-Cache Directory Write Count",
Packit 577717
	},
Packit 577717
	{
Packit 577717
		.ctrnum = 37,
Packit 577717
		.ctrset = CPUMF_CTRSET_PROBLEM_STATE,
Packit 577717
		.name = "PROBLEM_STATE_L1D_PENALTY_CYCLES",
Packit 577717
		.desc = "Problem-State Level-1 D-Cache Penalty Cycle Count",
Packit 577717
	},
Packit 577717
	{
Packit 577717
		.ctrnum = 64,
Packit 577717
		.ctrset = CPUMF_CTRSET_CRYPTO,
Packit 577717
		.name = "PRNG_FUNCTIONS",
Packit 577717
		.desc = "Total number of the PRNG functions issued by the"
Packit 577717
			" CPU",
Packit 577717
	},
Packit 577717
	{
Packit 577717
		.ctrnum = 65,
Packit 577717
		.ctrset = CPUMF_CTRSET_CRYPTO,
Packit 577717
		.name = "PRNG_CYCLES",
Packit 577717
		.desc = "Total number of CPU cycles when the DEA/AES"
Packit 577717
			" coprocessor is busy performing PRNG functions"
Packit 577717
			" issued by the CPU",
Packit 577717
	},
Packit 577717
	{
Packit 577717
		.ctrnum = 66,
Packit 577717
		.ctrset = CPUMF_CTRSET_CRYPTO,
Packit 577717
		.name = "PRNG_BLOCKED_FUNCTIONS",
Packit 577717
		.desc = "Total number of the PRNG functions that are issued"
Packit 577717
			" by the CPU and are blocked because the DEA/AES"
Packit 577717
			" coprocessor is busy performing a function issued by"
Packit 577717
			" another CPU",
Packit 577717
	},
Packit 577717
	{
Packit 577717
		.ctrnum = 67,
Packit 577717
		.ctrset = CPUMF_CTRSET_CRYPTO,
Packit 577717
		.name = "PRNG_BLOCKED_CYCLES",
Packit 577717
		.desc = "Total number of CPU cycles blocked for the PRNG"
Packit 577717
			" functions issued by the CPU because the DEA/AES"
Packit 577717
			" coprocessor is busy performing a function issued by"
Packit 577717
			" another CPU",
Packit 577717
	},
Packit 577717
	{
Packit 577717
		.ctrnum = 68,
Packit 577717
		.ctrset = CPUMF_CTRSET_CRYPTO,
Packit 577717
		.name = "SHA_FUNCTIONS",
Packit 577717
		.desc = "Total number of SHA functions issued by the CPU",
Packit 577717
	},
Packit 577717
	{
Packit 577717
		.ctrnum = 69,
Packit 577717
		.ctrset = CPUMF_CTRSET_CRYPTO,
Packit 577717
		.name = "SHA_CYCLES",
Packit 577717
		.desc = "Total number of CPU cycles when the SHA coprocessor"
Packit 577717
			" is busy performing the SHA functions issued by the"
Packit 577717
			" CPU",
Packit 577717
	},
Packit 577717
	{
Packit 577717
		.ctrnum = 70,
Packit 577717
		.ctrset = CPUMF_CTRSET_CRYPTO,
Packit 577717
		.name = "SHA_BLOCKED_FUNCTIONS",
Packit 577717
		.desc = "Total number of the SHA functions that are issued"
Packit 577717
			" by the CPU and are blocked because the SHA"
Packit 577717
			" coprocessor is busy performing a function issued by"
Packit 577717
			" another CPU",
Packit 577717
	},
Packit 577717
	{
Packit 577717
		.ctrnum = 71,
Packit 577717
		.ctrset = CPUMF_CTRSET_CRYPTO,
Packit 577717
		.name = "SHA_BLOCKED_CYCLES",
Packit 577717
		.desc = "Total number of CPU cycles blocked for the SHA"
Packit 577717
			" functions issued by the CPU because the SHA"
Packit 577717
			" coprocessor is busy performing a function issued by"
Packit 577717
			" another CPU",
Packit 577717
	},
Packit 577717
	{
Packit 577717
		.ctrnum = 72,
Packit 577717
		.ctrset = CPUMF_CTRSET_CRYPTO,
Packit 577717
		.name = "DEA_FUNCTIONS",
Packit 577717
		.desc = "Total number of the DEA functions issued by the CPU",
Packit 577717
	},
Packit 577717
	{
Packit 577717
		.ctrnum = 73,
Packit 577717
		.ctrset = CPUMF_CTRSET_CRYPTO,
Packit 577717
		.name = "DEA_CYCLES",
Packit 577717
		.desc = "Total number of CPU cycles when the DEA/AES"
Packit 577717
			" coprocessor is busy performing the DEA functions"
Packit 577717
			" issued by the CPU",
Packit 577717
	},
Packit 577717
	{
Packit 577717
		.ctrnum = 74,
Packit 577717
		.ctrset = CPUMF_CTRSET_CRYPTO,
Packit 577717
		.name = "DEA_BLOCKED_FUNCTIONS",
Packit 577717
		.desc = "Total number of the DEA functions that are issued"
Packit 577717
			" by the CPU and are blocked because the DEA/AES"
Packit 577717
			" coprocessor is busy performing a function issued by"
Packit 577717
			" another CPU",
Packit 577717
	},
Packit 577717
	{
Packit 577717
		.ctrnum = 75,
Packit 577717
		.ctrset = CPUMF_CTRSET_CRYPTO,
Packit 577717
		.name = "DEA_BLOCKED_CYCLES",
Packit 577717
		.desc = "Total number of CPU cycles blocked for the DEA"
Packit 577717
			" functions issued by the CPU because the DEA/AES"
Packit 577717
			" coprocessor is busy performing a function issued by"
Packit 577717
			" another CPU",
Packit 577717
	},
Packit 577717
	{
Packit 577717
		.ctrnum = 76,
Packit 577717
		.ctrset = CPUMF_CTRSET_CRYPTO,
Packit 577717
		.name = "AES_FUNCTIONS",
Packit 577717
		.desc = "Total number of AES functions issued by the CPU",
Packit 577717
	},
Packit 577717
	{
Packit 577717
		.ctrnum = 77,
Packit 577717
		.ctrset = CPUMF_CTRSET_CRYPTO,
Packit 577717
		.name = "AES_CYCLES",
Packit 577717
		.desc = "Total number of CPU cycles when the DEA/AES"
Packit 577717
			" coprocessor is busy performing the AES functions"
Packit 577717
			" issued by the CPU",
Packit 577717
	},
Packit 577717
	{
Packit 577717
		.ctrnum = 78,
Packit 577717
		.ctrset = CPUMF_CTRSET_CRYPTO,
Packit 577717
		.name = "AES_BLOCKED_FUNCTIONS",
Packit 577717
		.desc = "Total number of AES functions that are issued by"
Packit 577717
			" the CPU and are blocked because the DEA/AES"
Packit 577717
			" coprocessor is busy performing a function issued by"
Packit 577717
			" another CPU",
Packit 577717
	},
Packit 577717
	{
Packit 577717
		.ctrnum = 79,
Packit 577717
		.ctrset = CPUMF_CTRSET_CRYPTO,
Packit 577717
		.name = "AES_BLOCKED_CYCLES",
Packit 577717
		.desc = "Total number of CPU cycles blocked for the AES"
Packit 577717
			" functions issued by the CPU because the DEA/AES"
Packit 577717
			" coprocessor is busy performing a function issued by"
Packit 577717
			" another CPU",
Packit 577717
	},
Packit 577717
};
Packit 577717
Packit 577717
static const pme_cpumf_ctr_t cpumcf_z10_counters[] = {
Packit 577717
	{
Packit 577717
		.ctrnum = 128,
Packit 577717
		.ctrset = CPUMF_CTRSET_EXTENDED,
Packit 577717
		.name = "L1I_L2_SOURCED_WRITES",
Packit 577717
		.desc = "A directory write to the Level-1 I-Cache directory"
Packit 577717
			" where the returned cache line was sourced from the"
Packit 577717
			" Level-2 (L1.5) cache",
Packit 577717
	},
Packit 577717
	{
Packit 577717
		.ctrnum = 129,
Packit 577717
		.ctrset = CPUMF_CTRSET_EXTENDED,
Packit 577717
		.name = "L1D_L2_SOURCED_WRITES",
Packit 577717
		.desc = "A directory write to the Level-1 D-Cache directory"
Packit 577717
			" where the installed cache line was sourced from the"
Packit 577717
			" Level-2 (L1.5) cache",
Packit 577717
	},
Packit 577717
	{
Packit 577717
		.ctrnum = 130,
Packit 577717
		.ctrset = CPUMF_CTRSET_EXTENDED,
Packit 577717
		.name = "L1I_L3_LOCAL_WRITES",
Packit 577717
		.desc = "A directory write to the Level-1 I-Cache directory"
Packit 577717
			" where the installed cache line was sourced from the"
Packit 577717
			" Level-3 cache that is on the same book as the"
Packit 577717
			" Instruction cache (Local L2 cache)",
Packit 577717
	},
Packit 577717
	{
Packit 577717
		.ctrnum = 131,
Packit 577717
		.ctrset = CPUMF_CTRSET_EXTENDED,
Packit 577717
		.name = "L1D_L3_LOCAL_WRITES",
Packit 577717
		.desc = "A directory write to the Level-1 D-Cache directory"
Packit 577717
			" where the installtion cache line was source from"
Packit 577717
			" the Level-3 cache that is on the same book as the"
Packit 577717
			" Data cache (Local L2 cache)",
Packit 577717
	},
Packit 577717
	{
Packit 577717
		.ctrnum = 132,
Packit 577717
		.ctrset = CPUMF_CTRSET_EXTENDED,
Packit 577717
		.name = "L1I_L3_REMOTE_WRITES",
Packit 577717
		.desc = "A directory write to the Level-1 I-Cache directory"
Packit 577717
			" where the installed cache line was sourced from a"
Packit 577717
			" Level-3 cache that is not on the same book as the"
Packit 577717
			" Instruction cache (Remote L2 cache)",
Packit 577717
	},
Packit 577717
	{
Packit 577717
		.ctrnum = 133,
Packit 577717
		.ctrset = CPUMF_CTRSET_EXTENDED,
Packit 577717
		.name = "L1D_L3_REMOTE_WRITES",
Packit 577717
		.desc = "A directory write to the Level-1 D-Cache directory"
Packit 577717
			" where the installed cache line was sourced from a"
Packit 577717
			" Level-3 cache that is not on the same book as the"
Packit 577717
			" Data cache (Remote L2 cache)",
Packit 577717
	},
Packit 577717
	{
Packit 577717
		.ctrnum = 134,
Packit 577717
		.ctrset = CPUMF_CTRSET_EXTENDED,
Packit 577717
		.name = "L1D_LMEM_SOURCED_WRITES",
Packit 577717
		.desc = "A directory write to the Level-1 D-Cache directory"
Packit 577717
			" where the installed cache line was sourced from"
Packit 577717
			" memory that is attached to the same book as the"
Packit 577717
			" Data cache (Local Memory)",
Packit 577717
	},
Packit 577717
	{
Packit 577717
		.ctrnum = 135,
Packit 577717
		.ctrset = CPUMF_CTRSET_EXTENDED,
Packit 577717
		.name = "L1I_LMEM_SOURCED_WRITES",
Packit 577717
		.desc = "A directory write to the Level-1 I-Cache where the"
Packit 577717
			" installed cache line was sourced from memory that"
Packit 577717
			" is attached to the s ame book as the Instruction"
Packit 577717
			" cahe (local Memory)",
Packit 577717
	},
Packit 577717
	{
Packit 577717
		.ctrnum = 136,
Packit 577717
		.ctrset = CPUMF_CTRSET_EXTENDED,
Packit 577717
		.name = "L1D_RO_EXCL_WRITES",
Packit 577717
		.desc = "A directory write to the Level-1 D-Cache where the"
Packit 577717
			" line was originally in a Read-Only state in the"
Packit 577717
			" cache but has been updated to be in the Exclusive"
Packit 577717
			" state that allows stores to the cache line",
Packit 577717
	},
Packit 577717
	{
Packit 577717
		.ctrnum = 137,
Packit 577717
		.ctrset = CPUMF_CTRSET_EXTENDED,
Packit 577717
		.name = "L1I_CACHELINE_INVALIDATES",
Packit 577717
		.desc = "A cache line in the Level-1 I-Cache has been"
Packit 577717
			" invalidated by a store on the same CPU as the"
Packit 577717
			" Level-1 I-Cache",
Packit 577717
	},
Packit 577717
	{
Packit 577717
		.ctrnum = 138,
Packit 577717
		.ctrset = CPUMF_CTRSET_EXTENDED,
Packit 577717
		.name = "ITLB1_WRITES",
Packit 577717
		.desc = "A translation entry has been written into the"
Packit 577717
			" Level-1 Instruction Translation Lookaside Buffer",
Packit 577717
	},
Packit 577717
	{
Packit 577717
		.ctrnum = 139,
Packit 577717
		.ctrset = CPUMF_CTRSET_EXTENDED,
Packit 577717
		.name = "DTLB1_WRITES",
Packit 577717
		.desc = "A translation entry has been written to the Level-1"
Packit 577717
			" Data Translation Lookaside Buffer",
Packit 577717
	},
Packit 577717
	{
Packit 577717
		.ctrnum = 140,
Packit 577717
		.ctrset = CPUMF_CTRSET_EXTENDED,
Packit 577717
		.name = "TLB2_PTE_WRITES",
Packit 577717
		.desc = "A translation entry has been written to the Level-2"
Packit 577717
			" TLB Page Table Entry arrays",
Packit 577717
	},
Packit 577717
	{
Packit 577717
		.ctrnum = 141,
Packit 577717
		.ctrset = CPUMF_CTRSET_EXTENDED,
Packit 577717
		.name = "TLB2_CRSTE_WRITES",
Packit 577717
		.desc = "A translation entry has been written to the Level-2"
Packit 577717
			" TLB Common Region Segment Table Entry arrays",
Packit 577717
	},
Packit 577717
	{
Packit 577717
		.ctrnum = 142,
Packit 577717
		.ctrset = CPUMF_CTRSET_EXTENDED,
Packit 577717
		.name = "TLB2_CRSTE_HPAGE_WRITES",
Packit 577717
		.desc = "A translation entry has been written to the Level-2"
Packit 577717
			" TLB Common Region Segment Table Entry arrays for a"
Packit 577717
			" one-megabyte large page translation",
Packit 577717
	},
Packit 577717
	{
Packit 577717
		.ctrnum = 145,
Packit 577717
		.ctrset = CPUMF_CTRSET_EXTENDED,
Packit 577717
		.name = "ITLB1_MISSES",
Packit 577717
		.desc = "Level-1 Instruction TLB miss in progress."
Packit 577717
			" Incremented by one for every cycle an ITLB1 miss is"
Packit 577717
			" in progress",
Packit 577717
	},
Packit 577717
	{
Packit 577717
		.ctrnum = 146,
Packit 577717
		.ctrset = CPUMF_CTRSET_EXTENDED,
Packit 577717
		.name = "DTLB1_MISSES",
Packit 577717
		.desc = "Level-1 Data TLB miss in progress. Incremented by"
Packit 577717
			" one for every cycle an DTLB1 miss is in progress",
Packit 577717
	},
Packit 577717
	{
Packit 577717
		.ctrnum = 147,
Packit 577717
		.ctrset = CPUMF_CTRSET_EXTENDED,
Packit 577717
		.name = "L2C_STORES_SENT",
Packit 577717
		.desc = "Incremented by one for every store sent to Level-2"
Packit 577717
			" (L1.5) cache",
Packit 577717
	},
Packit 577717
};
Packit 577717
Packit 577717
static const pme_cpumf_ctr_t cpumcf_z196_counters[] = {
Packit 577717
	{
Packit 577717
		.ctrnum = 128,
Packit 577717
		.ctrset = CPUMF_CTRSET_EXTENDED,
Packit 577717
		.name = "L1D_L2_SOURCED_WRITES",
Packit 577717
		.desc = "A directory write to the Level-1 D-Cache directory"
Packit 577717
			" where the returned cache line was sourced from the"
Packit 577717
			" Level-2 cache",
Packit 577717
	},
Packit 577717
	{
Packit 577717
		.ctrnum = 129,
Packit 577717
		.ctrset = CPUMF_CTRSET_EXTENDED,
Packit 577717
		.name = "L1I_L2_SOURCED_WRITES",
Packit 577717
		.desc = "A directory write to the Level-1 I-Cache directory"
Packit 577717
			" where the returned cache line was sourced from the"
Packit 577717
			" Level-2 cache",
Packit 577717
	},
Packit 577717
	{
Packit 577717
		.ctrnum = 130,
Packit 577717
		.ctrset = CPUMF_CTRSET_EXTENDED,
Packit 577717
		.name = "DTLB1_MISSES",
Packit 577717
		.desc = "Level-1 Data TLB miss in progress. Incremented by"
Packit 577717
			" one for every cycle a DTLB1 miss is in progress.",
Packit 577717
	},
Packit 577717
	{
Packit 577717
		.ctrnum = 131,
Packit 577717
		.ctrset = CPUMF_CTRSET_EXTENDED,
Packit 577717
		.name = "ITLB1_MISSES",
Packit 577717
		.desc = "Level-1 Instruction TLB miss in progress."
Packit 577717
			" Incremented by one for every cycle a ITLB1 miss is"
Packit 577717
			" in progress.",
Packit 577717
	},
Packit 577717
	{
Packit 577717
		.ctrnum = 133,
Packit 577717
		.ctrset = CPUMF_CTRSET_EXTENDED,
Packit 577717
		.name = "L2C_STORES_SENT",
Packit 577717
		.desc = "Incremented by one for every store sent to Level-2"
Packit 577717
			" cache",
Packit 577717
	},
Packit 577717
	{
Packit 577717
		.ctrnum = 134,
Packit 577717
		.ctrset = CPUMF_CTRSET_EXTENDED,
Packit 577717
		.name = "L1D_OFFBOOK_L3_SOURCED_WRITES",
Packit 577717
		.desc = "A directory write to the Level-1 D-Cache directory"
Packit 577717
			" where the returned cache line was sourced from an"
Packit 577717
			" Off Book Level-3 cache",
Packit 577717
	},
Packit 577717
	{
Packit 577717
		.ctrnum = 135,
Packit 577717
		.ctrset = CPUMF_CTRSET_EXTENDED,
Packit 577717
		.name = "L1D_ONBOOK_L4_SOURCED_WRITES",
Packit 577717
		.desc = "A directory write to the Level-1 D-Cache directory"
Packit 577717
			" where the returned cache line was sourced from an"
Packit 577717
			" On Book Level-4 cache",
Packit 577717
	},
Packit 577717
	{
Packit 577717
		.ctrnum = 136,
Packit 577717
		.ctrset = CPUMF_CTRSET_EXTENDED,
Packit 577717
		.name = "L1I_ONBOOK_L4_SOURCED_WRITES",
Packit 577717
		.desc = "A directory write to the Level-1 I-Cache directory"
Packit 577717
			" where the returned cache line was sourced from an"
Packit 577717
			" On Book Level-4 cache",
Packit 577717
	},
Packit 577717
	{
Packit 577717
		.ctrnum = 137,
Packit 577717
		.ctrset = CPUMF_CTRSET_EXTENDED,
Packit 577717
		.name = "L1D_RO_EXCL_WRITES",
Packit 577717
		.desc = "A directory write to the Level-1 D-Cache where the"
Packit 577717
			" line was originally in a Read-Only state in the"
Packit 577717
			" cache but has been updated to be in the Exclusive"
Packit 577717
			" state that allows stores to the cache line",
Packit 577717
	},
Packit 577717
	{
Packit 577717
		.ctrnum = 138,
Packit 577717
		.ctrset = CPUMF_CTRSET_EXTENDED,
Packit 577717
		.name = "L1D_OFFBOOK_L4_SOURCED_WRITES",
Packit 577717
		.desc = "A directory write to the Level-1 D-Cache directory"
Packit 577717
			" where the returned cache line was sourced from an"
Packit 577717
			" Off Book Level-4 cache",
Packit 577717
	},
Packit 577717
	{
Packit 577717
		.ctrnum = 139,
Packit 577717
		.ctrset = CPUMF_CTRSET_EXTENDED,
Packit 577717
		.name = "L1I_OFFBOOK_L4_SOURCED_WRITES",
Packit 577717
		.desc = "A directory write to the Level-1 I-Cache directory"
Packit 577717
			" where the returned cache line was sourced from an"
Packit 577717
			" Off Book Level-4 cache",
Packit 577717
	},
Packit 577717
	{
Packit 577717
		.ctrnum = 140,
Packit 577717
		.ctrset = CPUMF_CTRSET_EXTENDED,
Packit 577717
		.name = "DTLB1_HPAGE_WRITES",
Packit 577717
		.desc = "A translation entry has been written to the Level-1"
Packit 577717
			" Data Translation Lookaside Buffer for a one-"
Packit 577717
			" megabyte page",
Packit 577717
	},
Packit 577717
	{
Packit 577717
		.ctrnum = 141,
Packit 577717
		.ctrset = CPUMF_CTRSET_EXTENDED,
Packit 577717
		.name = "L1D_LMEM_SOURCED_WRITES",
Packit 577717
		.desc = "A directory write to the Level-1 D-Cache where the"
Packit 577717
			" installed cache line was sourced from memory that"
Packit 577717
			" is attached to the same book as the Data cache"
Packit 577717
			" (Local Memory)",
Packit 577717
	},
Packit 577717
	{
Packit 577717
		.ctrnum = 142,
Packit 577717
		.ctrset = CPUMF_CTRSET_EXTENDED,
Packit 577717
		.name = "L1I_LMEM_SOURCED_WRITES",
Packit 577717
		.desc = "A directory write to the Level-1 I-Cache where the"
Packit 577717
			" installed cache line was sourced from memory that"
Packit 577717
			" is attached to the same book as the Instruction"
Packit 577717
			" cache (Local Memory)",
Packit 577717
	},
Packit 577717
	{
Packit 577717
		.ctrnum = 143,
Packit 577717
		.ctrset = CPUMF_CTRSET_EXTENDED,
Packit 577717
		.name = "L1I_OFFBOOK_L3_SOURCED_WRITES",
Packit 577717
		.desc = "A directory write to the Level-1 I-Cache directory"
Packit 577717
			" where the returned cache line was sourced from an"
Packit 577717
			" Off Book Level-3 cache",
Packit 577717
	},
Packit 577717
	{
Packit 577717
		.ctrnum = 144,
Packit 577717
		.ctrset = CPUMF_CTRSET_EXTENDED,
Packit 577717
		.name = "DTLB1_WRITES",
Packit 577717
		.desc = "A translation entry has been written to the Level-1"
Packit 577717
			" Data Translation Lookaside Buffer",
Packit 577717
	},
Packit 577717
	{
Packit 577717
		.ctrnum = 145,
Packit 577717
		.ctrset = CPUMF_CTRSET_EXTENDED,
Packit 577717
		.name = "ITLB1_WRITES",
Packit 577717
		.desc = "A translation entry has been written to the Level-1"
Packit 577717
			" Instruction Translation Lookaside Buffer",
Packit 577717
	},
Packit 577717
	{
Packit 577717
		.ctrnum = 146,
Packit 577717
		.ctrset = CPUMF_CTRSET_EXTENDED,
Packit 577717
		.name = "TLB2_PTE_WRITES",
Packit 577717
		.desc = "A translation entry has been written to the Level-2"
Packit 577717
			" TLB Page Table Entry arrays",
Packit 577717
	},
Packit 577717
	{
Packit 577717
		.ctrnum = 147,
Packit 577717
		.ctrset = CPUMF_CTRSET_EXTENDED,
Packit 577717
		.name = "TLB2_CRSTE_HPAGE_WRITES",
Packit 577717
		.desc = "A translation entry has been written to the Level-2"
Packit 577717
			" TLB Common Region Segment Table Entry arrays for a"
Packit 577717
			" one-megabyte large page translation",
Packit 577717
	},
Packit 577717
	{
Packit 577717
		.ctrnum = 148,
Packit 577717
		.ctrset = CPUMF_CTRSET_EXTENDED,
Packit 577717
		.name = "TLB2_CRSTE_WRITES",
Packit 577717
		.desc = "A translation entry has been written to the Level-2"
Packit 577717
			" TLB Common Region Segment Table Entry arrays",
Packit 577717
	},
Packit 577717
	{
Packit 577717
		.ctrnum = 150,
Packit 577717
		.ctrset = CPUMF_CTRSET_EXTENDED,
Packit 577717
		.name = "L1D_ONCHIP_L3_SOURCED_WRITES",
Packit 577717
		.desc = "A directory write to the Level-1 D-Cache directory"
Packit 577717
			" where the returned cache line was sourced from an"
Packit 577717
			" On Chip Level-3 cache",
Packit 577717
	},
Packit 577717
	{
Packit 577717
		.ctrnum = 152,
Packit 577717
		.ctrset = CPUMF_CTRSET_EXTENDED,
Packit 577717
		.name = "L1D_OFFCHIP_L3_SOURCED_WRITES",
Packit 577717
		.desc = "A directory write to the Level-1 D-Cache directory"
Packit 577717
			" where the returned cache line was sourced from an"
Packit 577717
			" Off Chip/On Book Level-3 cache",
Packit 577717
	},
Packit 577717
	{
Packit 577717
		.ctrnum = 153,
Packit 577717
		.ctrset = CPUMF_CTRSET_EXTENDED,
Packit 577717
		.name = "L1I_ONCHIP_L3_SOURCED_WRITES",
Packit 577717
		.desc = "A directory write to the Level-1 I-Cache directory"
Packit 577717
			" where the returned cache line was sourced from an"
Packit 577717
			" On Chip Level-3 cache",
Packit 577717
	},
Packit 577717
	{
Packit 577717
		.ctrnum = 155,
Packit 577717
		.ctrset = CPUMF_CTRSET_EXTENDED,
Packit 577717
		.name = "L1I_OFFCHIP_L3_SOURCED_WRITES",
Packit 577717
		.desc = "A directory write to the Level-1 I-Cache directory"
Packit 577717
			" where the returned cache line was sourced from an"
Packit 577717
			" Off Chip/On Book Level-3 cache",
Packit 577717
	},
Packit 577717
};
Packit 577717
Packit 577717
static const pme_cpumf_ctr_t cpumcf_zec12_counters[] = {
Packit 577717
	{
Packit 577717
		.ctrnum = 128,
Packit 577717
		.ctrset = CPUMF_CTRSET_EXTENDED,
Packit 577717
		.name = "DTLB1_MISSES",
Packit 577717
		.desc = "Level-1 Data TLB miss in progress. Incremented by"
Packit 577717
			" one for every cycle a DTLB1 miss is in progress.",
Packit 577717
	},
Packit 577717
	{
Packit 577717
		.ctrnum = 129,
Packit 577717
		.ctrset = CPUMF_CTRSET_EXTENDED,
Packit 577717
		.name = "ITLB1_MISSES",
Packit 577717
		.desc = "Level-1 Instruction TLB miss in progress."
Packit 577717
			" Incremented by one for every cycle a ITLB1 miss is"
Packit 577717
			" in progress.",
Packit 577717
	},
Packit 577717
	{
Packit 577717
		.ctrnum = 130,
Packit 577717
		.ctrset = CPUMF_CTRSET_EXTENDED,
Packit 577717
		.name = "L1D_L2I_SOURCED_WRITES",
Packit 577717
		.desc = "A directory write to the Level-1 Data cache"
Packit 577717
			" directory where the returned cache line was sourced"
Packit 577717
			" from the Level-2 Instruction cache",
Packit 577717
	},
Packit 577717
	{
Packit 577717
		.ctrnum = 131,
Packit 577717
		.ctrset = CPUMF_CTRSET_EXTENDED,
Packit 577717
		.name = "L1I_L2I_SOURCED_WRITES",
Packit 577717
		.desc = "A directory write to the Level-1 Instruction cache"
Packit 577717
			" directory where the returned cache line was sourced"
Packit 577717
			" from the Level-2 Instruction cache",
Packit 577717
	},
Packit 577717
	{
Packit 577717
		.ctrnum = 132,
Packit 577717
		.ctrset = CPUMF_CTRSET_EXTENDED,
Packit 577717
		.name = "L1D_L2D_SOURCED_WRITES",
Packit 577717
		.desc = "A directory write to the Level-1 Data cache"
Packit 577717
			" directory where the returned cache line was sourced"
Packit 577717
			" from the Level-2 Data cache",
Packit 577717
	},
Packit 577717
	{
Packit 577717
		.ctrnum = 133,
Packit 577717
		.ctrset = CPUMF_CTRSET_EXTENDED,
Packit 577717
		.name = "DTLB1_WRITES",
Packit 577717
		.desc = "A translation entry has been written to the Level-1"
Packit 577717
			" Data Translation Lookaside Buffer",
Packit 577717
	},
Packit 577717
	{
Packit 577717
		.ctrnum = 135,
Packit 577717
		.ctrset = CPUMF_CTRSET_EXTENDED,
Packit 577717
		.name = "L1D_LMEM_SOURCED_WRITES",
Packit 577717
		.desc = "A directory write to the Level-1 Data cache where"
Packit 577717
			" the installed cache line was sourced from memory"
Packit 577717
			" that is attached to the same book as the Data cache"
Packit 577717
			" (Local Memory)",
Packit 577717
	},
Packit 577717
	{
Packit 577717
		.ctrnum = 137,
Packit 577717
		.ctrset = CPUMF_CTRSET_EXTENDED,
Packit 577717
		.name = "L1I_LMEM_SOURCED_WRITES",
Packit 577717
		.desc = "A directory write to the Level-1 Instruction cache"
Packit 577717
			" where the installed cache line was sourced from"
Packit 577717
			" memory that is attached to the same book as the"
Packit 577717
			" Instruction cache (Local Memory)",
Packit 577717
	},
Packit 577717
	{
Packit 577717
		.ctrnum = 138,
Packit 577717
		.ctrset = CPUMF_CTRSET_EXTENDED,
Packit 577717
		.name = "L1D_RO_EXCL_WRITES",
Packit 577717
		.desc = "A directory write to the Level-1 D-Cache where the"
Packit 577717
			" line was originally in a Read-Only state in the"
Packit 577717
			" cache but has been updated to be in the Exclusive"
Packit 577717
			" state that allows stores to the cache line",
Packit 577717
	},
Packit 577717
	{
Packit 577717
		.ctrnum = 139,
Packit 577717
		.ctrset = CPUMF_CTRSET_EXTENDED,
Packit 577717
		.name = "DTLB1_HPAGE_WRITES",
Packit 577717
		.desc = "A translation entry has been written to the Level-1"
Packit 577717
			" Data Translation Lookaside Buffer for a one-"
Packit 577717
			" megabyte page",
Packit 577717
	},
Packit 577717
	{
Packit 577717
		.ctrnum = 140,
Packit 577717
		.ctrset = CPUMF_CTRSET_EXTENDED,
Packit 577717
		.name = "ITLB1_WRITES",
Packit 577717
		.desc = "A translation entry has been written to the Level-1"
Packit 577717
			" Instruction Translation Lookaside Buffer",
Packit 577717
	},
Packit 577717
	{
Packit 577717
		.ctrnum = 141,
Packit 577717
		.ctrset = CPUMF_CTRSET_EXTENDED,
Packit 577717
		.name = "TLB2_PTE_WRITES",
Packit 577717
		.desc = "A translation entry has been written to the Level-2"
Packit 577717
			" TLB Page Table Entry arrays",
Packit 577717
	},
Packit 577717
	{
Packit 577717
		.ctrnum = 142,
Packit 577717
		.ctrset = CPUMF_CTRSET_EXTENDED,
Packit 577717
		.name = "TLB2_CRSTE_HPAGE_WRITES",
Packit 577717
		.desc = "A translation entry has been written to the Level-2"
Packit 577717
			" TLB Common Region Segment Table Entry arrays for a"
Packit 577717
			" one-megabyte large page translation",
Packit 577717
	},
Packit 577717
	{
Packit 577717
		.ctrnum = 143,
Packit 577717
		.ctrset = CPUMF_CTRSET_EXTENDED,
Packit 577717
		.name = "TLB2_CRSTE_WRITES",
Packit 577717
		.desc = "A translation entry has been written to the Level-2"
Packit 577717
			" TLB Common Region Segment Table Entry arrays",
Packit 577717
	},
Packit 577717
	{
Packit 577717
		.ctrnum = 144,
Packit 577717
		.ctrset = CPUMF_CTRSET_EXTENDED,
Packit 577717
		.name = "L1D_ONCHIP_L3_SOURCED_WRITES",
Packit 577717
		.desc = "A directory write to the Level-1 Data cache"
Packit 577717
			" directory where the returned cache line was sourced"
Packit 577717
			" from an On Chip Level-3 cache without intervention",
Packit 577717
	},
Packit 577717
	{
Packit 577717
		.ctrnum = 145,
Packit 577717
		.ctrset = CPUMF_CTRSET_EXTENDED,
Packit 577717
		.name = "L1D_OFFCHIP_L3_SOURCED_WRITES",
Packit 577717
		.desc = "A directory write to the Level-1 Data cache"
Packit 577717
			" directory where the returned cache line was sourced"
Packit 577717
			" from an Off Chip/On Book Level-3 cache without"
Packit 577717
			" intervention",
Packit 577717
	},
Packit 577717
	{
Packit 577717
		.ctrnum = 146,
Packit 577717
		.ctrset = CPUMF_CTRSET_EXTENDED,
Packit 577717
		.name = "L1D_OFFBOOK_L3_SOURCED_WRITES",
Packit 577717
		.desc = "A directory write to the Level-1 Data cache"
Packit 577717
			" directory where the returned cache line was sourced"
Packit 577717
			" from an Off Book Level-3 cache without intervention",
Packit 577717
	},
Packit 577717
	{
Packit 577717
		.ctrnum = 147,
Packit 577717
		.ctrset = CPUMF_CTRSET_EXTENDED,
Packit 577717
		.name = "L1D_ONBOOK_L4_SOURCED_WRITES",
Packit 577717
		.desc = "A directory write to the Level-1 Data cache"
Packit 577717
			" directory where the returned cache line was sourced"
Packit 577717
			" from an On Book Level-4 cache",
Packit 577717
	},
Packit 577717
	{
Packit 577717
		.ctrnum = 148,
Packit 577717
		.ctrset = CPUMF_CTRSET_EXTENDED,
Packit 577717
		.name = "L1D_OFFBOOK_L4_SOURCED_WRITES",
Packit 577717
		.desc = "A directory write to the Level-1 Data cache"
Packit 577717
			" directory where the returned cache line was sourced"
Packit 577717
			" from an Off Book Level-4 cache",
Packit 577717
	},
Packit 577717
	{
Packit 577717
		.ctrnum = 149,
Packit 577717
		.ctrset = CPUMF_CTRSET_EXTENDED,
Packit 577717
		.name = "TX_NC_TEND",
Packit 577717
		.desc = "A TEND instruction has completed in a"
Packit 577717
			" nonconstrained transactional-execution mode",
Packit 577717
	},
Packit 577717
	{
Packit 577717
		.ctrnum = 150,
Packit 577717
		.ctrset = CPUMF_CTRSET_EXTENDED,
Packit 577717
		.name = "L1D_ONCHIP_L3_SOURCED_WRITES_IV",
Packit 577717
		.desc = "A directory write to the Level-1 Data cache"
Packit 577717
			" directory where the returned cache line was sourced"
Packit 577717
			" from a On Chip Level-3 cache with intervention",
Packit 577717
	},
Packit 577717
	{
Packit 577717
		.ctrnum = 151,
Packit 577717
		.ctrset = CPUMF_CTRSET_EXTENDED,
Packit 577717
		.name = "L1D_OFFCHIP_L3_SOURCED_WRITES_IV",
Packit 577717
		.desc = "A directory write to the Level-1 Data cache"
Packit 577717
			" directory where the returned cache line was sourced"
Packit 577717
			" from an Off Chip/On Book Level-3 cache with"
Packit 577717
			" intervention",
Packit 577717
	},
Packit 577717
	{
Packit 577717
		.ctrnum = 152,
Packit 577717
		.ctrset = CPUMF_CTRSET_EXTENDED,
Packit 577717
		.name = "L1D_OFFBOOK_L3_SOURCED_WRITES_IV",
Packit 577717
		.desc = "A directory write to the Level-1 Data cache"
Packit 577717
			" directory where the returned cache line was sourced"
Packit 577717
			" from an Off Book Level-3 cache with intervention",
Packit 577717
	},
Packit 577717
	{
Packit 577717
		.ctrnum = 153,
Packit 577717
		.ctrset = CPUMF_CTRSET_EXTENDED,
Packit 577717
		.name = "L1I_ONCHIP_L3_SOURCED_WRITES",
Packit 577717
		.desc = "A directory write to the Level-1 Instruction cache"
Packit 577717
			" directory where the returned cache line was sourced"
Packit 577717
			" from an On Chip Level-3 cache without intervention",
Packit 577717
	},
Packit 577717
	{
Packit 577717
		.ctrnum = 154,
Packit 577717
		.ctrset = CPUMF_CTRSET_EXTENDED,
Packit 577717
		.name = "L1I_OFFCHIP_L3_SOURCED_WRITES",
Packit 577717
		.desc = "A directory write to the Level-1 Instruction cache"
Packit 577717
			" directory where the returned cache line was sourced"
Packit 577717
			" from an Off Chip/On Book Level-3 cache without"
Packit 577717
			" intervention",
Packit 577717
	},
Packit 577717
	{
Packit 577717
		.ctrnum = 155,
Packit 577717
		.ctrset = CPUMF_CTRSET_EXTENDED,
Packit 577717
		.name = "L1I_OFFBOOK_L3_SOURCED_WRITES",
Packit 577717
		.desc = "A directory write to the Level-1 Instruction cache"
Packit 577717
			" directory where the returned cache line was sourced"
Packit 577717
			" from an Off Book Level-3 cache without intervention",
Packit 577717
	},
Packit 577717
	{
Packit 577717
		.ctrnum = 156,
Packit 577717
		.ctrset = CPUMF_CTRSET_EXTENDED,
Packit 577717
		.name = "L1I_ONBOOK_L4_SOURCED_WRITES",
Packit 577717
		.desc = "A directory write to the Level-1 Instruction cache"
Packit 577717
			" directory where the returned cache line was sourced"
Packit 577717
			" from an On Book Level-4 cache",
Packit 577717
	},
Packit 577717
	{
Packit 577717
		.ctrnum = 157,
Packit 577717
		.ctrset = CPUMF_CTRSET_EXTENDED,
Packit 577717
		.name = "L1I_OFFBOOK_L4_SOURCED_WRITES",
Packit 577717
		.desc = "A directory write to the Level-1 Instruction cache"
Packit 577717
			" directory where the returned cache line was sourced"
Packit 577717
			" from an Off Book Level-4 cache",
Packit 577717
	},
Packit 577717
	{
Packit 577717
		.ctrnum = 158,
Packit 577717
		.ctrset = CPUMF_CTRSET_EXTENDED,
Packit 577717
		.name = "TX_C_TEND",
Packit 577717
		.desc = "A TEND instruction has completed in a constrained"
Packit 577717
			" transactional-execution mode",
Packit 577717
	},
Packit 577717
	{
Packit 577717
		.ctrnum = 159,
Packit 577717
		.ctrset = CPUMF_CTRSET_EXTENDED,
Packit 577717
		.name = "L1I_ONCHIP_L3_SOURCED_WRITES_IV",
Packit 577717
		.desc = "A directory write to the Level-1 Instruction cache"
Packit 577717
			" directory where the returned cache line was sourced"
Packit 577717
			" from an On Chip Level-3 cache with intervention",
Packit 577717
	},
Packit 577717
	{
Packit 577717
		.ctrnum = 160,
Packit 577717
		.ctrset = CPUMF_CTRSET_EXTENDED,
Packit 577717
		.name = "L1I_OFFCHIP_L3_SOURCED_WRITES_IV",
Packit 577717
		.desc = "A directory write to the Level-1 Instruction cache"
Packit 577717
			" directory where the returned cache line was sourced"
Packit 577717
			" from an Off Chip/On Book Level-3 cache with"
Packit 577717
			" intervention",
Packit 577717
	},
Packit 577717
	{
Packit 577717
		.ctrnum = 161,
Packit 577717
		.ctrset = CPUMF_CTRSET_EXTENDED,
Packit 577717
		.name = "L1I_OFFBOOK_L3_SOURCED_WRITES_IV",
Packit 577717
		.desc = "A directory write to the Level-1 Instruction cache"
Packit 577717
			" directory where the returned cache line was sourced"
Packit 577717
			" from an Off Book Level-3 cache with intervention",
Packit 577717
	},
Packit 577717
	{
Packit 577717
		.ctrnum = 177,
Packit 577717
		.ctrset = CPUMF_CTRSET_EXTENDED,
Packit 577717
		.name = "TX_NC_TABORT",
Packit 577717
		.desc = "A transaction abort has occurred in a"
Packit 577717
			" nonconstrained transactional-execution mode",
Packit 577717
	},
Packit 577717
	{
Packit 577717
		.ctrnum = 178,
Packit 577717
		.ctrset = CPUMF_CTRSET_EXTENDED,
Packit 577717
		.name = "TX_C_TABORT_NO_SPECIAL",
Packit 577717
		.desc = "A transaction abort has occurred in a constrained"
Packit 577717
			" transactional-execution mode and the CPU is not"
Packit 577717
			" using any special logic to allow the transaction to"
Packit 577717
			" complete",
Packit 577717
	},
Packit 577717
	{
Packit 577717
		.ctrnum = 179,
Packit 577717
		.ctrset = CPUMF_CTRSET_EXTENDED,
Packit 577717
		.name = "TX_C_TABORT_SPECIAL",
Packit 577717
		.desc = "A transaction abort has occurred in a constrained"
Packit 577717
			" transactional-execution mode and the CPU is using"
Packit 577717
			" special logic to allow the transaction to complete",
Packit 577717
	},
Packit 577717
};
Packit 577717
Packit 577717
static const pme_cpumf_ctr_t cpumcf_z13_counters[] = {
Packit 577717
	{
Packit 577717
		.ctrnum = 128,
Packit 577717
		.ctrset = CPUMF_CTRSET_EXTENDED,
Packit 577717
		.name = "L1D_WRITES_RO_EXCL",
Packit 577717
		.desc = "Counter:128 Name:L1D_WRITES_RO_EXCL A directory"
Packit 577717
			" write to the Level-1 Data cache where the line was"
Packit 577717
			" originally in a Read-Only state in the cache but"
Packit 577717
			" has been updated to be in the Exclusive state that"
Packit 577717
			" allows stores to the cache line.",
Packit 577717
	},
Packit 577717
	{
Packit 577717
		.ctrnum = 129,
Packit 577717
		.ctrset = CPUMF_CTRSET_EXTENDED,
Packit 577717
		.name = "DTLB1_WRITES",
Packit 577717
		.desc = "A translation entry has been written to the Level-1"
Packit 577717
			" Data Translation Lookaside Buffer",
Packit 577717
	},
Packit 577717
	{
Packit 577717
		.ctrnum = 130,
Packit 577717
		.ctrset = CPUMF_CTRSET_EXTENDED,
Packit 577717
		.name = "DTLB1_MISSES",
Packit 577717
		.desc = "Level-1 Data TLB miss in progress. Incremented by"
Packit 577717
			" one for every cycle a DTLB1 miss is in progress.",
Packit 577717
	},
Packit 577717
	{
Packit 577717
		.ctrnum = 131,
Packit 577717
		.ctrset = CPUMF_CTRSET_EXTENDED,
Packit 577717
		.name = "DTLB1_HPAGE_WRITES",
Packit 577717
		.desc = "A translation entry has been written to the Level-1"
Packit 577717
			" Data Translation Lookaside Buffer for a one-"
Packit 577717
			" megabyte page",
Packit 577717
	},
Packit 577717
	{
Packit 577717
		.ctrnum = 132,
Packit 577717
		.ctrset = CPUMF_CTRSET_EXTENDED,
Packit 577717
		.name = "DTLB1_GPAGE_WRITES",
Packit 577717
		.desc = "Counter:132 Name:DTLB1_GPAGE_WRITES A translation"
Packit 577717
			" entry has been written to the Level-1 Data"
Packit 577717
			" Translation Lookaside Buffer for a two-gigabyte"
Packit 577717
			" page.",
Packit 577717
	},
Packit 577717
	{
Packit 577717
		.ctrnum = 133,
Packit 577717
		.ctrset = CPUMF_CTRSET_EXTENDED,
Packit 577717
		.name = "L1D_L2D_SOURCED_WRITES",
Packit 577717
		.desc = "A directory write to the Level-1 Data cache"
Packit 577717
			" directory where the returned cache line was sourced"
Packit 577717
			" from the Level-2 Data cache",
Packit 577717
	},
Packit 577717
	{
Packit 577717
		.ctrnum = 134,
Packit 577717
		.ctrset = CPUMF_CTRSET_EXTENDED,
Packit 577717
		.name = "ITLB1_WRITES",
Packit 577717
		.desc = "A translation entry has been written to the Level-1"
Packit 577717
			" Instruction Translation Lookaside Buffer",
Packit 577717
	},
Packit 577717
	{
Packit 577717
		.ctrnum = 135,
Packit 577717
		.ctrset = CPUMF_CTRSET_EXTENDED,
Packit 577717
		.name = "ITLB1_MISSES",
Packit 577717
		.desc = "Level-1 Instruction TLB miss in progress."
Packit 577717
			" Incremented by one for every cycle an ITLB1 miss is"
Packit 577717
			" in progress",
Packit 577717
	},
Packit 577717
	{
Packit 577717
		.ctrnum = 136,
Packit 577717
		.ctrset = CPUMF_CTRSET_EXTENDED,
Packit 577717
		.name = "L1I_L2I_SOURCED_WRITES",
Packit 577717
		.desc = "A directory write to the Level-1 Instruction cache"
Packit 577717
			" directory where the returned cache line was sourced"
Packit 577717
			" from the Level-2 Instruction cache",
Packit 577717
	},
Packit 577717
	{
Packit 577717
		.ctrnum = 137,
Packit 577717
		.ctrset = CPUMF_CTRSET_EXTENDED,
Packit 577717
		.name = "TLB2_PTE_WRITES",
Packit 577717
		.desc = "A translation entry has been written to the Level-2"
Packit 577717
			" TLB Page Table Entry arrays",
Packit 577717
	},
Packit 577717
	{
Packit 577717
		.ctrnum = 138,
Packit 577717
		.ctrset = CPUMF_CTRSET_EXTENDED,
Packit 577717
		.name = "TLB2_CRSTE_HPAGE_WRITES",
Packit 577717
		.desc = "A translation entry has been written to the Level-2"
Packit 577717
			" TLB Combined Region Segment Table Entry arrays for"
Packit 577717
			" a one-megabyte large page translation",
Packit 577717
	},
Packit 577717
	{
Packit 577717
		.ctrnum = 139,
Packit 577717
		.ctrset = CPUMF_CTRSET_EXTENDED,
Packit 577717
		.name = "TLB2_CRSTE_WRITES",
Packit 577717
		.desc = "A translation entry has been written to the Level-2"
Packit 577717
			" TLB Combined Region Segment Table Entry arrays",
Packit 577717
	},
Packit 577717
	{
Packit 577717
		.ctrnum = 140,
Packit 577717
		.ctrset = CPUMF_CTRSET_EXTENDED,
Packit 577717
		.name = "TX_C_TEND",
Packit 577717
		.desc = "A TEND instruction has completed in a constrained"
Packit 577717
			" transactional-execution mode",
Packit 577717
	},
Packit 577717
	{
Packit 577717
		.ctrnum = 141,
Packit 577717
		.ctrset = CPUMF_CTRSET_EXTENDED,
Packit 577717
		.name = "TX_NC_TEND",
Packit 577717
		.desc = "A TEND instruction has completed in a non-"
Packit 577717
			" constrained transactional-execution mode",
Packit 577717
	},
Packit 577717
	{
Packit 577717
		.ctrnum = 143,
Packit 577717
		.ctrset = CPUMF_CTRSET_EXTENDED,
Packit 577717
		.name = "L1C_TLB1_MISSES",
Packit 577717
		.desc = "Increments by one for any cycle where a Level-1"
Packit 577717
			" cache or Level-1 TLB miss is in progress.",
Packit 577717
	},
Packit 577717
	{
Packit 577717
		.ctrnum = 144,
Packit 577717
		.ctrset = CPUMF_CTRSET_EXTENDED,
Packit 577717
		.name = "L1D_ONCHIP_L3_SOURCED_WRITES",
Packit 577717
		.desc = "A directory write to the Level-1 Data cache"
Packit 577717
			" directory where the returned cache line was sourced"
Packit 577717
			" from an On-Chip Level-3 cache without intervention",
Packit 577717
	},
Packit 577717
	{
Packit 577717
		.ctrnum = 145,
Packit 577717
		.ctrset = CPUMF_CTRSET_EXTENDED,
Packit 577717
		.name = "L1D_ONCHIP_L3_SOURCED_WRITES_IV",
Packit 577717
		.desc = "A directory write to the Level-1 Data cache"
Packit 577717
			" directory where the returned cache line was sourced"
Packit 577717
			" from an On-Chip Level-3 cache with intervention",
Packit 577717
	},
Packit 577717
	{
Packit 577717
		.ctrnum = 146,
Packit 577717
		.ctrset = CPUMF_CTRSET_EXTENDED,
Packit 577717
		.name = "L1D_ONNODE_L4_SOURCED_WRITES",
Packit 577717
		.desc = "A directory write to the Level-1 Data cache"
Packit 577717
			" directory where the returned cache line was sourced"
Packit 577717
			" from an On-Node Level-4 cache",
Packit 577717
	},
Packit 577717
	{
Packit 577717
		.ctrnum = 147,
Packit 577717
		.ctrset = CPUMF_CTRSET_EXTENDED,
Packit 577717
		.name = "L1D_ONNODE_L3_SOURCED_WRITES_IV",
Packit 577717
		.desc = "A directory write to the Level-1 Data cache"
Packit 577717
			" directory where the returned cache line was sourced"
Packit 577717
			" from an On-Node Level-3 cache with intervention",
Packit 577717
	},
Packit 577717
	{
Packit 577717
		.ctrnum = 148,
Packit 577717
		.ctrset = CPUMF_CTRSET_EXTENDED,
Packit 577717
		.name = "L1D_ONNODE_L3_SOURCED_WRITES",
Packit 577717
		.desc = "A directory write to the Level-1 Data cache"
Packit 577717
			" directory where the returned cache line was sourced"
Packit 577717
			" from an On-Node Level-3 cache without intervention",
Packit 577717
	},
Packit 577717
	{
Packit 577717
		.ctrnum = 149,
Packit 577717
		.ctrset = CPUMF_CTRSET_EXTENDED,
Packit 577717
		.name = "L1D_ONDRAWER_L4_SOURCED_WRITES",
Packit 577717
		.desc = "A directory write to the Level-1 Data cache"
Packit 577717
			" directory where the returned cache line was sourced"
Packit 577717
			" from an On-Drawer Level-4 cache",
Packit 577717
	},
Packit 577717
	{
Packit 577717
		.ctrnum = 150,
Packit 577717
		.ctrset = CPUMF_CTRSET_EXTENDED,
Packit 577717
		.name = "L1D_ONDRAWER_L3_SOURCED_WRITES_IV",
Packit 577717
		.desc = "A directory write to the Level-1 Data cache"
Packit 577717
			" directory where the returned cache line was sourced"
Packit 577717
			" from an On-Drawer Level-3 cache with intervention",
Packit 577717
	},
Packit 577717
	{
Packit 577717
		.ctrnum = 151,
Packit 577717
		.ctrset = CPUMF_CTRSET_EXTENDED,
Packit 577717
		.name = "L1D_ONDRAWER_L3_SOURCED_WRITES",
Packit 577717
		.desc = "A directory write to the Level-1 Data cache"
Packit 577717
			" directory where the returned cache line was sourced"
Packit 577717
			" from an On-Drawer Level-3 cache without"
Packit 577717
			" intervention",
Packit 577717
	},
Packit 577717
	{
Packit 577717
		.ctrnum = 152,
Packit 577717
		.ctrset = CPUMF_CTRSET_EXTENDED,
Packit 577717
		.name = "L1D_OFFDRAWER_SCOL_L4_SOURCED_WRITES",
Packit 577717
		.desc = "A directory write to the Level-1 Data cache"
Packit 577717
			" directory where the returned cache line was sourced"
Packit 577717
			" from an Off-Drawer Same-Column Level-4 cache",
Packit 577717
	},
Packit 577717
	{
Packit 577717
		.ctrnum = 153,
Packit 577717
		.ctrset = CPUMF_CTRSET_EXTENDED,
Packit 577717
		.name = "L1D_OFFDRAWER_SCOL_L3_SOURCED_WRITES_IV",
Packit 577717
		.desc = "A directory write to the Level-1 Data cache"
Packit 577717
			" directory where the returned cache line was sourced"
Packit 577717
			" from an Off-Drawer Same-Column Level-3 cache with"
Packit 577717
			" intervention",
Packit 577717
	},
Packit 577717
	{
Packit 577717
		.ctrnum = 154,
Packit 577717
		.ctrset = CPUMF_CTRSET_EXTENDED,
Packit 577717
		.name = "L1D_OFFDRAWER_SCOL_L3_SOURCED_WRITES",
Packit 577717
		.desc = "A directory write to the Level-1 Data cache"
Packit 577717
			" directory where the returned cache line was sourced"
Packit 577717
			" from an Off-Drawer Same-Column Level-3 cache"
Packit 577717
			" without intervention",
Packit 577717
	},
Packit 577717
	{
Packit 577717
		.ctrnum = 155,
Packit 577717
		.ctrset = CPUMF_CTRSET_EXTENDED,
Packit 577717
		.name = "L1D_OFFDRAWER_FCOL_L4_SOURCED_WRITES",
Packit 577717
		.desc = "A directory write to the Level-1 Data cache"
Packit 577717
			" directory where the returned cache line was sourced"
Packit 577717
			" from an Off-Drawer Far-Column Level-4 cache",
Packit 577717
	},
Packit 577717
	{
Packit 577717
		.ctrnum = 156,
Packit 577717
		.ctrset = CPUMF_CTRSET_EXTENDED,
Packit 577717
		.name = "L1D_OFFDRAWER_FCOL_L3_SOURCED_WRITES_IV",
Packit 577717
		.desc = "A directory write to the Level-1 Data cache"
Packit 577717
			" directory where the returned cache line was sourced"
Packit 577717
			" from an Off-Drawer Far-Column Level-3 cache with"
Packit 577717
			" intervention",
Packit 577717
	},
Packit 577717
	{
Packit 577717
		.ctrnum = 157,
Packit 577717
		.ctrset = CPUMF_CTRSET_EXTENDED,
Packit 577717
		.name = "L1D_OFFDRAWER_FCOL_L3_SOURCED_WRITES",
Packit 577717
		.desc = "A directory write to the Level-1 Data cache"
Packit 577717
			" directory where the returned cache line was sourced"
Packit 577717
			" from an Off-Drawer Far-Column Level-3 cache without"
Packit 577717
			" intervention",
Packit 577717
	},
Packit 577717
	{
Packit 577717
		.ctrnum = 158,
Packit 577717
		.ctrset = CPUMF_CTRSET_EXTENDED,
Packit 577717
		.name = "L1D_ONNODE_MEM_SOURCED_WRITES",
Packit 577717
		.desc = "A directory write to the Level-1 Data cache"
Packit 577717
			" directory where the returned cache line was sourced"
Packit 577717
			" from On-Node memory",
Packit 577717
	},
Packit 577717
	{
Packit 577717
		.ctrnum = 159,
Packit 577717
		.ctrset = CPUMF_CTRSET_EXTENDED,
Packit 577717
		.name = "L1D_ONDRAWER_MEM_SOURCED_WRITES",
Packit 577717
		.desc = "A directory write to the Level-1 Data cache"
Packit 577717
			" directory where the returned cache line was sourced"
Packit 577717
			" from On-Drawer memory",
Packit 577717
	},
Packit 577717
	{
Packit 577717
		.ctrnum = 160,
Packit 577717
		.ctrset = CPUMF_CTRSET_EXTENDED,
Packit 577717
		.name = "L1D_OFFDRAWER_MEM_SOURCED_WRITES",
Packit 577717
		.desc = "A directory write to the Level-1 Data cache"
Packit 577717
			" directory where the returned cache line was sourced"
Packit 577717
			" from On-Drawer memory",
Packit 577717
	},
Packit 577717
	{
Packit 577717
		.ctrnum = 161,
Packit 577717
		.ctrset = CPUMF_CTRSET_EXTENDED,
Packit 577717
		.name = "L1D_ONCHIP_MEM_SOURCED_WRITES",
Packit 577717
		.desc = "A directory write to the Level-1 Data cache"
Packit 577717
			" directory where the returned cache line was sourced"
Packit 577717
			" from On-Chip memory",
Packit 577717
	},
Packit 577717
	{
Packit 577717
		.ctrnum = 162,
Packit 577717
		.ctrset = CPUMF_CTRSET_EXTENDED,
Packit 577717
		.name = "L1I_ONCHIP_L3_SOURCED_WRITES",
Packit 577717
		.desc = "A directory write to the Level-1 Instruction cache"
Packit 577717
			" directory where the returned cache line was sourced"
Packit 577717
			" from an On-Chip Level-3 cache without intervention",
Packit 577717
	},
Packit 577717
	{
Packit 577717
		.ctrnum = 163,
Packit 577717
		.ctrset = CPUMF_CTRSET_EXTENDED,
Packit 577717
		.name = "L1I_ONCHIP_L3_SOURCED_WRITES_IV",
Packit 577717
		.desc = "A directory write to the Level-1 Instruction cache"
Packit 577717
			" directory where the returned cache line was sourced"
Packit 577717
			" from an On Chip Level-3 cache with intervention",
Packit 577717
	},
Packit 577717
	{
Packit 577717
		.ctrnum = 164,
Packit 577717
		.ctrset = CPUMF_CTRSET_EXTENDED,
Packit 577717
		.name = "L1I_ONNODE_L4_SOURCED_WRITES",
Packit 577717
		.desc = "A directory write to the Level-1 Instruction cache"
Packit 577717
			" directory where the returned cache line was sourced"
Packit 577717
			" from an On-Node Level-4 cache",
Packit 577717
	},
Packit 577717
	{
Packit 577717
		.ctrnum = 165,
Packit 577717
		.ctrset = CPUMF_CTRSET_EXTENDED,
Packit 577717
		.name = "L1I_ONNODE_L3_SOURCED_WRITES_IV",
Packit 577717
		.desc = "A directory write to the Level-1 Instruction cache"
Packit 577717
			" directory where the returned cache line was sourced"
Packit 577717
			" from an On-Node Level-3 cache with intervention",
Packit 577717
	},
Packit 577717
	{
Packit 577717
		.ctrnum = 166,
Packit 577717
		.ctrset = CPUMF_CTRSET_EXTENDED,
Packit 577717
		.name = "L1I_ONNODE_L3_SOURCED_WRITES",
Packit 577717
		.desc = "A directory write to the Level-1 Instruction cache"
Packit 577717
			" directory where the returned cache line was sourced"
Packit 577717
			" from an On-Node Level-3 cache without intervention",
Packit 577717
	},
Packit 577717
	{
Packit 577717
		.ctrnum = 167,
Packit 577717
		.ctrset = CPUMF_CTRSET_EXTENDED,
Packit 577717
		.name = "L1I_ONDRAWER_L4_SOURCED_WRITES",
Packit 577717
		.desc = "A directory write to the Level-1 Instruction cache"
Packit 577717
			" directory where the returned cache line was sourced"
Packit 577717
			" from an On-Drawer Level-4 cache",
Packit 577717
	},
Packit 577717
	{
Packit 577717
		.ctrnum = 168,
Packit 577717
		.ctrset = CPUMF_CTRSET_EXTENDED,
Packit 577717
		.name = "L1I_ONDRAWER_L3_SOURCED_WRITES_IV",
Packit 577717
		.desc = "A directory write to the Level-1 Instruction cache"
Packit 577717
			" directory where the returned cache line was sourced"
Packit 577717
			" from an On-Drawer Level-3 cache with intervention",
Packit 577717
	},
Packit 577717
	{
Packit 577717
		.ctrnum = 169,
Packit 577717
		.ctrset = CPUMF_CTRSET_EXTENDED,
Packit 577717
		.name = "L1I_ONDRAWER_L3_SOURCED_WRITES",
Packit 577717
		.desc = "A directory write to the Level-1 Instruction cache"
Packit 577717
			" directory where the returned cache line was sourced"
Packit 577717
			" from an On-Drawer Level-3 cache without"
Packit 577717
			" intervention",
Packit 577717
	},
Packit 577717
	{
Packit 577717
		.ctrnum = 170,
Packit 577717
		.ctrset = CPUMF_CTRSET_EXTENDED,
Packit 577717
		.name = "L1I_OFFDRAWER_SCOL_L4_SOURCED_WRITES",
Packit 577717
		.desc = "A directory write to the Level-1 Instruction cache"
Packit 577717
			" directory where the returned cache line was sourced"
Packit 577717
			" from an Off-Drawer Same-Column Level-4 cache",
Packit 577717
	},
Packit 577717
	{
Packit 577717
		.ctrnum = 171,
Packit 577717
		.ctrset = CPUMF_CTRSET_EXTENDED,
Packit 577717
		.name = "L1I_OFFDRAWER_SCOL_L3_SOURCED_WRITES_IV",
Packit 577717
		.desc = "A directory write to the Level-1 Instruction cache"
Packit 577717
			" directory where the returned cache line was sourced"
Packit 577717
			" from an Off-Drawer Same-Column Level-3 cache with"
Packit 577717
			" intervention",
Packit 577717
	},
Packit 577717
	{
Packit 577717
		.ctrnum = 172,
Packit 577717
		.ctrset = CPUMF_CTRSET_EXTENDED,
Packit 577717
		.name = "L1I_OFFDRAWER_SCOL_L3_SOURCED_WRITES",
Packit 577717
		.desc = "A directory write to the Level-1 Instruction cache"
Packit 577717
			" directory where the returned cache line was sourced"
Packit 577717
			" from an Off-Drawer Same-Column Level-3 cache"
Packit 577717
			" without intervention",
Packit 577717
	},
Packit 577717
	{
Packit 577717
		.ctrnum = 173,
Packit 577717
		.ctrset = CPUMF_CTRSET_EXTENDED,
Packit 577717
		.name = "L1I_OFFDRAWER_FCOL_L4_SOURCED_WRITES",
Packit 577717
		.desc = "A directory write to the Level-1 Instruction cache"
Packit 577717
			" directory where the returned cache line was sourced"
Packit 577717
			" from an Off-Drawer Far-Column Level-4 cache",
Packit 577717
	},
Packit 577717
	{
Packit 577717
		.ctrnum = 174,
Packit 577717
		.ctrset = CPUMF_CTRSET_EXTENDED,
Packit 577717
		.name = "L1I_OFFDRAWER_FCOL_L3_SOURCED_WRITES_IV",
Packit 577717
		.desc = "A directory write to the Level-1 Instruction cache"
Packit 577717
			" directory where the returned cache line was sourced"
Packit 577717
			" from an Off-Drawer Far-Column Level-3 cache with"
Packit 577717
			" intervention",
Packit 577717
	},
Packit 577717
	{
Packit 577717
		.ctrnum = 175,
Packit 577717
		.ctrset = CPUMF_CTRSET_EXTENDED,
Packit 577717
		.name = "L1I_OFFDRAWER_FCOL_L3_SOURCED_WRITES",
Packit 577717
		.desc = "A directory write to the Level-1 Instruction cache"
Packit 577717
			" directory where the returned cache line was sourced"
Packit 577717
			" from an Off-Drawer Far-Column Level-3 cache without"
Packit 577717
			" intervention",
Packit 577717
	},
Packit 577717
	{
Packit 577717
		.ctrnum = 176,
Packit 577717
		.ctrset = CPUMF_CTRSET_EXTENDED,
Packit 577717
		.name = "L1I_ONNODE_MEM_SOURCED_WRITES",
Packit 577717
		.desc = "A directory write to the Level-1 Instruction cache"
Packit 577717
			" directory where the returned cache line was sourced"
Packit 577717
			" from On-Node memory",
Packit 577717
	},
Packit 577717
	{
Packit 577717
		.ctrnum = 177,
Packit 577717
		.ctrset = CPUMF_CTRSET_EXTENDED,
Packit 577717
		.name = "L1I_ONDRAWER_MEM_SOURCED_WRITES",
Packit 577717
		.desc = "A directory write to the Level-1 Instruction cache"
Packit 577717
			" directory where the returned cache line was sourced"
Packit 577717
			" from On-Drawer memory",
Packit 577717
	},
Packit 577717
	{
Packit 577717
		.ctrnum = 178,
Packit 577717
		.ctrset = CPUMF_CTRSET_EXTENDED,
Packit 577717
		.name = "L1I_OFFDRAWER_MEM_SOURCED_WRITES",
Packit 577717
		.desc = "A directory write to the Level-1 Instruction cache"
Packit 577717
			" directory where the returned cache line was sourced"
Packit 577717
			" from On-Drawer memory",
Packit 577717
	},
Packit 577717
	{
Packit 577717
		.ctrnum = 179,
Packit 577717
		.ctrset = CPUMF_CTRSET_EXTENDED,
Packit 577717
		.name = "L1I_ONCHIP_MEM_SOURCED_WRITES",
Packit 577717
		.desc = "A directory write to the Level-1 Instruction cache"
Packit 577717
			" directory where the returned cache line was sourced"
Packit 577717
			" from On-Chip memory",
Packit 577717
	},
Packit 577717
	{
Packit 577717
		.ctrnum = 218,
Packit 577717
		.ctrset = CPUMF_CTRSET_EXTENDED,
Packit 577717
		.name = "TX_NC_TABORT",
Packit 577717
		.desc = "A transaction abort has occurred in a non-"
Packit 577717
			" constrained transactional-execution mode",
Packit 577717
	},
Packit 577717
	{
Packit 577717
		.ctrnum = 219,
Packit 577717
		.ctrset = CPUMF_CTRSET_EXTENDED,
Packit 577717
		.name = "TX_C_TABORT_NO_SPECIAL",
Packit 577717
		.desc = "A transaction abort has occurred in a constrained"
Packit 577717
			" transactional-execution mode and the CPU is not"
Packit 577717
			" using any special logic to allow the transaction to"
Packit 577717
			" complete",
Packit 577717
	},
Packit 577717
	{
Packit 577717
		.ctrnum = 220,
Packit 577717
		.ctrset = CPUMF_CTRSET_EXTENDED,
Packit 577717
		.name = "TX_C_TABORT_SPECIAL",
Packit 577717
		.desc = "A transaction abort has occurred in a constrained"
Packit 577717
			" transactional-execution mode and the CPU is using"
Packit 577717
			" special logic to allow the transaction to complete",
Packit 577717
	},
Packit 577717
	{
Packit 577717
		.ctrnum = 448,
Packit 577717
		.ctrset = CPUMF_CTRSET_MT_DIAG,
Packit 577717
		.name = "MT_DIAG_CYCLES_ONE_THR_ACTIVE",
Packit 577717
		.desc = "Cycle count with one thread active",
Packit 577717
	},
Packit 577717
	{
Packit 577717
		.ctrnum = 449,
Packit 577717
		.ctrset = CPUMF_CTRSET_MT_DIAG,
Packit 577717
		.name = "MT_DIAG_CYCLES_TWO_THR_ACTIVE",
Packit 577717
		.desc = "Cycle count with two threads active",
Packit 577717
	},
Packit 577717
};
Packit 577717
Packit 577717
static const pme_cpumf_ctr_t cpumsf_counters[] = {
Packit 577717
	{
Packit 577717
		.ctrnum = 720896,
Packit 577717
		.ctrset = CPUMF_CTRSET_NONE,
Packit 577717
		.name = "SF_CYCLES_BASIC",
Packit 577717
		.desc = "Sample CPU cycles using basic-sampling mode",
Packit 577717
	},
Packit 577717
	{
Packit 577717
		.ctrnum = 774144,
Packit 577717
		.ctrset = CPUMF_CTRSET_NONE,
Packit 577717
		.name = "SF_CYCLES_BASIC_DIAG",
Packit 577717
		.desc = "Sample CPU cycle using diagnostic-sampling mode"
Packit 577717
			" (not for ordinary use)",
Packit 577717
	},
Packit 577717
};
Packit 577717
Packit 577717
#endif /* __S390X_CPUMF_EVENTS_H__ */