From 04bb72c0dce54c922440d07619cf0d508269f979 Mon Sep 17 00:00:00 2001 From: Thomas Richter Date: Tue, 20 Mar 2018 07:35:11 +0000 Subject: [PATCH] cpumf: Add short description for z10 extended counter set MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Add a short description to the z10 extended counter set definition file. Signed-off-by: Thomas Richter Reviewed-by: Hendrik Brueckner Signed-off-by: Jan Höppner --- cpumf/data/cpum-cf-extended-z10.ctr | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) diff --git a/cpumf/data/cpum-cf-extended-z10.ctr b/cpumf/data/cpum-cf-extended-z10.ctr index 12536d61..c4676e4e 100644 --- a/cpumf/data/cpum-cf-extended-z10.ctr +++ b/cpumf/data/cpum-cf-extended-z10.ctr @@ -1,96 +1,114 @@ Counter: 128 Name:L1I_L2_SOURCED_WRITES +Short-Description:L1I L2 Sourced Writes Description: A directory write to the Level-1 I-Cache directory where the returned cache line was sourced from the Level-2 (L1.5) cache . Counter: 129 Name:L1D_L2_SOURCED_WRITES +Short-Description:L1D L2 Sourced Writes Description: A directory write to the Level-1 D-Cache directory where the installed cache line was sourced from the Level-2 (L1.5) cache . Counter: 130 Name:L1I_L3_LOCAL_WRITES +Short-Description:L1I L3 Local Writes Description: A directory write to the Level-1 I-Cache directory where the installed cache line was sourced from the Level-3 cache that is on the same book as the Instruction cache (Local L2 cache) . Counter: 131 Name:L1D_L3_LOCAL_WRITES +Short-Description:L1D L3 Local Writes Description: A directory write to the Level-1 D-Cache directory where the installtion cache line was source from the Level-3 cache that is on the same book as the Data cache (Local L2 cache) . Counter: 132 Name:L1I_L3_REMOTE_WRITES +Short-Description:L1I L3 Remote Writes Description: A directory write to the Level-1 I-Cache directory where the installed cache line was sourced from a Level-3 cache that is not on the same book as the Instruction cache (Remote L2 cache) . Counter: 133 Name:L1D_L3_REMOTE_WRITES +Short-Description:L1D L3 Remote Writes Description: A directory write to the Level-1 D-Cache directory where the installed cache line was sourced from a Level-3 cache that is not on the same book as the Data cache (Remote L2 cache) . Counter: 134 Name:L1D_LMEM_SOURCED_WRITES +Short-Description:L1D Local Memory Sourced Writes Description: A directory write to the Level-1 D-Cache directory where the installed cache line was sourced from memory that is attached to the same book as the Data cache (Local Memory) . Counter: 135 Name:L1I_LMEM_SOURCED_WRITES +Short-Description:L1I Local Memory Sourced Writes Description: A directory write to the Level-1 I-Cache where the installed cache line was sourced from memory that is attached to the s ame book as the Instruction cache (Local Memory) . Counter: 136 Name:L1D_RO_EXCL_WRITES +Short-Description:L1D Read-only Exclusive Writes Description: A directory write to the Level-1 D-Cache where the line was originally in a Read-Only state in the cache but has been updated to be in the Exclusive state that allows stores to the cache line . Counter: 137 Name:L1I_CACHELINE_INVALIDATES +Short-Description:L1I Cacheline Invalidates Description: A cache line in the Level-1 I-Cache has been invalidated by a store on the same CPU as the Level-1 I-Cache . Counter: 138 Name:ITLB1_WRITES +Short-Description:ITLB1 Writes Description: A translation entry has been written into the Level-1 Instruction Translation Lookaside Buffer . Counter: 139 Name:DTLB1_WRITES +Short-Description:DTLB1 Writes Description: A translation entry has been written to the Level-1 Data Translation Lookaside Buffer . Counter: 140 Name:TLB2_PTE_WRITES +Short-Description:TLB2 PTE Writes Description: A translation entry has been written to the Level-2 TLB Page Table Entry arrays . Counter: 141 Name:TLB2_CRSTE_WRITES +Short-Description:TLB2 CRSTE Writes Description: A translation entry has been written to the Level-2 TLB Common Region Segment Table Entry arrays . Counter: 142 Name:TLB2_CRSTE_HPAGE_WRITES +Short-Description:TLB2 CRSTE One-Megabyte Page Writes Description: A translation entry has been written to the Level-2 TLB Common Region Segment Table Entry arrays for a one-megabyte large page translation . Counter: 145 Name:ITLB1_MISSES +Short-Description:ITLB1 Misses Description: Level-1 Instruction TLB miss in progress. Incremented by one for every cycle an ITLB1 miss is in progress . Counter: 146 Name:DTLB1_MISSES +Short-Description:DTLB1 Misses Description: Level-1 Data TLB miss in progress. Incremented by one for every cycle an DTLB1 miss is in progress . Counter: 147 Name:L2C_STORES_SENT +Short-Description:L2C Stores Sent Description: Incremented by one for every store sent to Level-2 (L1.5) cache .