/Linux-v5.10/Documentation/devicetree/bindings/memory-controllers/ |
D | baikal,bt1-l2-ctl.yaml | 1 # SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause) 4 --- 5 $id: http://devicetree.org/schemas/memory-controllers/baikal,bt1-l2-ctl.yaml# 6 $schema: http://devicetree.org/meta-schemas/core.yaml# 8 title: Baikal-T1 L2-cache Control Block 11 - Serge Semin <fancer.lancer@gmail.com> 14 By means of the System Controller Baikal-T1 SoC exposes a few settings to 15 tune the MIPS P5600 CM2 L2 cache performance up. In particular it's possible 16 to change the Tag, Data and Way-select RAM access latencies. Baikal-T1 17 L2-cache controller block is responsible for the tuning. Its DT node is [all …]
|
/Linux-v5.10/drivers/memory/ |
D | bt1-l2-ctl.c | 1 // SPDX-License-Identifier: GPL-2.0-only 8 * Baikal-T1 CM2 L2-cache Control Block driver. 38 * struct l2_ctl - Baikal-T1 L2 Control block private data. 40 * @sys_regs: Baikal-T1 System Controller registers map. 49 * enum l2_ctl_stall - Baikal-T1 L2-cache-RAM stall identifier. 50 * @L2_WSSTALL: Way-select latency. 51 * @L2_TAGSTALL: Tag latency. 52 * @L2_DATASTALL: Data latency. 61 * struct l2_ctl_device_attribute - Baikal-T1 L2-cache device attribute. 63 * @id: L2-cache stall field identifier. [all …]
|
/Linux-v5.10/Documentation/devicetree/bindings/arm/ |
D | l2c2x0.yaml | 1 # SPDX-License-Identifier: GPL-2.0 3 --- 5 $schema: http://devicetree.org/meta-schemas/core.yaml# 7 title: ARM L2 Cache Controller 10 - Rob Herring <robh@kernel.org> 15 implementations of the L2 cache controller have compatible programming 16 models (Note 1). Some of the properties that are just prefixed "cache-*" are 21 Note 1: The description in this document doesn't apply to integrated L2 22 cache controllers as found in e.g. Cortex-A15/A7/A57/A53. These 23 integrated L2 controllers are assumed to be all preconfigured by [all …]
|
/Linux-v5.10/tools/perf/pmu-events/arch/powerpc/power9/ |
D | metrics.json | 50 …the NTF instruction was a load that missed the L1 and was waiting for the data to return from the … 56 …"BriefDescription": "Finish stall because the NTF instruction was a multi-cycle instruction issued… 62 "BriefDescription": "Stalls due to short latency decimal floating ops.", 63 "MetricExpr": "dfu_stall_cpi - dflong_stall_cpi", 75 "MetricExpr": "dmiss_non_local_stall_cpi - dmiss_remote_stall_cpi", 80 …iefDescription": "Completion stall by Dcache miss which resolved on chip ( excluding local L2/L3)", 86 …"BriefDescription": "Completion stall due to cache miss that resolves in the L2 or L3 with a confl… 92 …"BriefDescription": "Completion stall due to cache miss that resolves in the L2 or L3 without conf… 93 "MetricExpr": "dmiss_l2l3_stall_cpi - dmiss_l2l3_conflict_stall_cpi", 98 "BriefDescription": "Completion stall by Dcache miss which resolved in L2/L3", [all …]
|
D | cache.json | 5 …ion": "PPC Instructions Finished by this thread when all threads in the core had the run-latch set" 15 …"BriefDescription": "Completion stall due to a long latency scalar fixed point instruction (divisi… 30 "BriefDescription": "Completion stall by Dcache miss which resolved in L2/L3" 40 …sor's Instruction cache was reloaded either shared or modified data from another core's L2/L3 on t… 55 …The processor's Instruction cache was reloaded with Shared (S) data from another chip's L2 or L3 o… 70 …was loaded into the TLB from local core's L2 hit without dispatch conflicts on Mepf state. due to … 80 …another chip's memory on the same Node or Group ( Remote) due to a marked data side request. When … 85 …"BriefDescription": "Completion stall due to cache miss that resolves in the L2 or L3 with a confl… 90 …ecause the NTF instruction was a load that hit on an older store and it was waiting for store data" 100 …e processor's Instruction cache was reloaded with Modified (M) data from another chip's L2 or L3 o…
|
D | translation.json | 15 …"BriefDescription": "The processor's data cache was reloaded with Shared (S) data from another cor… 20 "BriefDescription": "Double-Precion or Quad-Precision instruction completed" 25 …B from another chip's memory on the same Node or Group (Distant) due to a data side request. When … 35 …": "A Page Table Entry was loaded into the TLB with Shared (S) data from another chip's L2 or L3 o… 60 …o the TLB with Shared (S) data from another chip's L2 or L3 on a different Node or Group (Distant)… 65 …"BriefDescription": "Completion stall due to a long latency vector fixed point instruction (divisi… 70 …"BriefDescription": "The processor's data cache was reloaded from a location other than the local … 75 … Table Entry was loaded into the TLB either shared or modified data from another core's L2/L3 on t… 80 …The processor's Instruction cache was reloaded with Shared (S) data from another core's L2 on the … 95 …"BriefDescription": "The processor's data cache was reloaded with Modified (M) data from another c… [all …]
|
/Linux-v5.10/tools/perf/pmu-events/arch/x86/jaketown/ |
D | memory.json | 3 …lears can result from memory disambiguation, external snoops, or cross SMT-HW-thread snoop (stores… 21 "BriefDescription": "Loads with latency value being above 4 .", 34 "BriefDescription": "Loads with latency value being above 8.", 47 "BriefDescription": "Loads with latency value being above 16.", 60 "BriefDescription": "Loads with latency value being above 32.", 73 "BriefDescription": "Loads with latency value being above 64.", 86 "BriefDescription": "Loads with latency value being above 128.", 99 "BriefDescription": "Loads with latency value being above 256.", 112 "BriefDescription": "Loads with latency value being above 512.", 123 …le stores and collect precise store operation via PEBS record. PMC3 only. (Precise Event - PEBS).", [all …]
|
/Linux-v5.10/tools/perf/pmu-events/arch/x86/ivytown/ |
D | memory.json | 3 "PublicDescription": "Speculative cache-line split load uops dispatched to L1D.", 13 "PublicDescription": "Speculative cache-line split Store-address uops dispatched to L1D.", 33 "PublicDescription": "Loads with latency value being above 4.", 41 "BriefDescription": "Loads with latency value being above 4", 47 "PublicDescription": "Loads with latency value being above 8.", 55 "BriefDescription": "Loads with latency value being above 8", 61 "PublicDescription": "Loads with latency value being above 16.", 69 "BriefDescription": "Loads with latency value being above 16", 75 "PublicDescription": "Loads with latency value being above 32.", 83 "BriefDescription": "Loads with latency value being above 32", [all …]
|
/Linux-v5.10/Documentation/x86/ |
D | resctrl_ui.rst | 1 .. SPDX-License-Identifier: GPL-2.0 9 :Authors: - Fenghua Yu <fenghua.yu@intel.com> 10 - Tony Luck <tony.luck@intel.com> 11 - Vikas Shivappa <vikas.shivappa@intel.com> 23 CDP (Code and Data Prioritization) "cdp_l3", "cdp_l2" 31 # mount -t resctrl resctrl [-o cdp[,cdpl2][,mba_MBps]] /sys/fs/resctrl 36 Enable code/data prioritization in L3 cache allocations. 38 Enable code/data prioritization in L2 cache allocations. 43 L2 and L3 CDP are controlled separately. 47 pseudo-locking is a unique way of using cache control to "pin" or [all …]
|
/Linux-v5.10/arch/arm/boot/dts/ |
D | vf610.dtsi | 1 // SPDX-License-Identifier: (GPL-2.0 OR MIT) 9 next-level-cache = <&L2>; 13 L2: cache-controller@40006000 { label 14 compatible = "arm,pl310-cache"; 16 cache-unified; 17 cache-level = <2>; 18 arm,data-latency = <3 3 3>; 19 arm,tag-latency = <2 2 2>;
|
D | arm-realview-pbx-a9.dts | 23 /dts-v1/; 24 #include "arm-realview-pbx.dtsi" 28 * This is the RealView Platform Baseboard Explore for Cortex-A9 31 model = "ARM RealView Platform Baseboard Explore for Cortex-A9"; 35 #address-cells = <1>; 36 #size-cells = <0>; 37 enable-method = "arm,realview-smp"; 39 cpu-map { 51 compatible = "arm,cortex-a9"; 53 next-level-cache = <&L2>; [all …]
|
/Linux-v5.10/tools/perf/pmu-events/arch/x86/amdzen1/ |
D | cache.json | 5 …tch windows transferred from IC pipe to DE instruction decoder (includes non-cacheable and cacheab… 15 …"BriefDescription": "The number of 64 byte instruction cache line was fulfilled from the L2 cache." 25 …fDescription": "The number of instruction fetches that miss in the L1 ITLB but hit in the L2 ITLB." 30 "BriefDescription": "The number of instruction fetches that miss in both the L1 and L2 TLBs." 35 … instruction stream was being modified by another processor in an MP system - typically a highly u… 52 …l. IC pipe was stalled during this clock cycle (including IC to OC fetches) due to back-pressure.", 58 …"IC line invalidated due to L2 invalidating probe (external or LS). The number of instruction cach… 64 …ting fill response. The number of instruction cache lines invalidated. A non-SMC event is CMC (cro… 75 …"BriefDescription": "All L2 Cache Requests (Breakdown 1 - Common). Data cache reads (including har… 81 "BriefDescription": "All L2 Cache Requests (Breakdown 1 - Common). Data cache stores.", [all …]
|
D | recommended.json | 4 "BriefDescription": "Execution-Time Branch Misprediction Ratio (Non-Speculative)", 12 "BriefDescription": "All L1 Data Cache Accesses", 17 "BriefDescription": "All L2 Cache Accesses", 24 "BriefDescription": "L2 Cache Accesses from L1 Instruction Cache Misses (including prefetch)", 30 "BriefDescription": "L2 Cache Accesses from L1 Data Cache Misses (including prefetch)", 35 "BriefDescription": "L2 Cache Accesses from L2 HWPF", 41 "BriefDescription": "All L2 Cache Misses", 48 "BriefDescription": "L2 Cache Misses from L1 Instruction Cache Misses", 54 "BriefDescription": "L2 Cache Misses from L1 Data Cache Misses", 59 "BriefDescription": "L2 Cache Misses from L2 HWPF", [all …]
|
/Linux-v5.10/arch/arm/mach-sunxi/ |
D | headsmp.S | 1 /* SPDX-License-Identifier: GPL-2.0 3 * Copyright (c) 2018 Chen-Yu Tsai 6 * Chen-Yu Tsai <wens@csie.org> 18 .arch armv7-a 20 * Enable cluster-level coherency, in preparation for turning on the MMU. 22 * Also enable regional clock gating and L2 data latency settings for 23 * Cortex-A15. These settings are from the vendor kernel. 34 /* The following is Cortex-A15 specific */ 43 /* Enable L2, GIC, and Timer regional clock gates */ 49 /* L2CTRL: L2 data RAM latency */ [all …]
|
/Linux-v5.10/tools/perf/pmu-events/arch/x86/amdzen2/ |
D | cache.json | 5 …"BriefDescription": "All L2 Cache Requests (Breakdown 1 - Common). Data cache reads (including har… 11 "BriefDescription": "All L2 Cache Requests (Breakdown 1 - Common). Data cache stores.", 17 "BriefDescription": "All L2 Cache Requests (Breakdown 1 - Common). Data cache shared reads.", 23 "BriefDescription": "All L2 Cache Requests (Breakdown 1 - Common). Instruction cache reads.", 29 …fDescription": "All L2 Cache Requests (Breakdown 1 - Common). Data cache state change requests. Re… 35 "BriefDescription": "All L2 Cache Requests (Breakdown 1 - Common). PrefetchL2Cmd.", 41 …tion": "All L2 Cache Requests (Breakdown 1 - Common). L2 Prefetcher. All prefetches accepted by L2… 64 "BriefDescription": "All L2 Cache Requests (Breakdown 2 - Rare). Data cache read sized.", 70 …"BriefDescription": "All L2 Cache Requests (Breakdown 2 - Rare). Data cache read sized non-cacheab… 76 "BriefDescription": "All L2 Cache Requests (Breakdown 2 - Rare). Instruction cache read sized.", [all …]
|
D | recommended.json | 4 "BriefDescription": "Execution-Time Branch Misprediction Ratio (Non-Speculative)", 12 "BriefDescription": "All L1 Data Cache Accesses", 17 "BriefDescription": "All L2 Cache Accesses", 24 "BriefDescription": "L2 Cache Accesses from L1 Instruction Cache Misses (including prefetch)", 30 "BriefDescription": "L2 Cache Accesses from L1 Data Cache Misses (including prefetch)", 35 "BriefDescription": "L2 Cache Accesses from L2 HWPF", 41 "BriefDescription": "All L2 Cache Misses", 48 "BriefDescription": "L2 Cache Misses from L1 Instruction Cache Misses", 54 "BriefDescription": "L2 Cache Misses from L1 Data Cache Misses", 59 "BriefDescription": "L2 Cache Misses from L2 HWPF", [all …]
|
/Linux-v5.10/tools/perf/pmu-events/arch/x86/skylakex/ |
D | memory.json | 3 …"BriefDescription": "Counts all demand & prefetch RFOs that miss the L3 and the data is returned f… 29 …"BriefDescription": "Cycles with at least 6 Demand Data Read requests that miss L3 cache in the su… 39 …"BriefDescription": "Counts all prefetch (that bring data to L2) RFOs that miss the L3 and the dat… 52 … "BriefDescription": "Counts all prefetch (that bring data to LLC only) RFOs that miss in the L3.", 65 …"BriefDescription": "Counts all demand data writes (RFOs) that miss the L3 and the modified data i… 87 …"BriefDescription": "Counts all prefetch data reads that miss the L3 and the data is returned from… 110 …"BriefDescription": "Counts all demand code reads that miss the L3 and the data is returned from r… 133 "BriefDescription": "Counts all demand data writes (RFOs) that miss in the L3.", 146 …"BriefDescription": "Counts prefetch RFOs that miss the L3 and the data is returned from local or … 159 "BriefDescription": "Counts all prefetch data reads that miss in the L3.", [all …]
|
/Linux-v5.10/tools/perf/pmu-events/arch/x86/broadwell/ |
D | memory.json | 3 …"PublicDescription": "This event counts speculative cache-line split load uops dispatched to the L… 13 …"PublicDescription": "This event counts speculative cache line split store-address (STA) uops disp… 43 …"PublicDescription": "Number of times a TSX Abort was triggered due to a non-release/commit store … 49 …"BriefDescription": "Number of times a TSX Abort was triggered due to a non-release/commit store t… 63 …on": "Number of times a TSX Abort was triggered due to release/commit but data and address mismatc… 69 …on": "Number of times a TSX Abort was triggered due to release/commit but data and address mismatc… 141 …following:\n1. memory disambiguation,\n2. external snoop, or\n3. cross SMT-HW-thread snoop (stores… 208 … "BriefDescription": "Number of times an HLE execution aborted due to HLE-unfriendly instructions", 222 …cription": "Number of times HLE aborted and was not due to the abort conditions in subevents 3-6.", 289 … "BriefDescription": "Number of times an RTM execution aborted due to HLE-unfriendly instructions", [all …]
|
/Linux-v5.10/tools/perf/pmu-events/arch/x86/sandybridge/ |
D | memory.json | 30 …lears can result from memory disambiguation, external snoops, or cross SMT-HW-thread snoop (stores… 48 "BriefDescription": "Loads with latency value being above 4 .", 61 "BriefDescription": "Loads with latency value being above 8.", 74 "BriefDescription": "Loads with latency value being above 16.", 87 "BriefDescription": "Loads with latency value being above 32.", 100 "BriefDescription": "Loads with latency value being above 64.", 113 "BriefDescription": "Loads with latency value being above 128.", 126 "BriefDescription": "Loads with latency value being above 256.", 139 "BriefDescription": "Loads with latency value being above 512.", 150 …le stores and collect precise store operation via PEBS record. PMC3 only. (Precise Event - PEBS).", [all …]
|
/Linux-v5.10/tools/perf/scripts/python/Perf-Trace-Util/lib/Perf/Trace/ |
D | EventClass.py | 2 # SPDX-License-Identifier: GPL-2.0 18 EVTYPE_PEBS_LL = 2 # PEBS event with load latency info 23 # the size of raw buffer, raw PEBS event with load latency data's 52 # Basic Intel PEBS (Precise Event-based Sampling) event, whose raw buffer 77 # Intel Nehalem and Westmere support PEBS plus Load Latency info which lie 78 # in the four 64 bit words write after the PEBS data: 80 # DLA: Data Linear Address (EIP) 81 # DSE: Data Source Encoding, where the latency happens, hit or miss 82 # in L1/L2/L3 or IO operations 83 # LAT: the actual latency in cycles
|
/Linux-v5.10/tools/perf/pmu-events/arch/x86/haswell/ |
D | memory.json | 3 "PublicDescription": "Speculative cache-line split load uops dispatched to L1D.", 13 "PublicDescription": "Speculative cache-line split store-address uops dispatched to L1D.", 28 …"BriefDescription": "Number of times a transactional abort was signaled due to a data conflict on … 37 …"BriefDescription": "Number of times a transactional abort was signaled due to a data capacity lim… 55 …r of times an HLE transactional execution aborted due to NoAllocatedElisionBuffer being non-zero.", 131 …memory address aliasing or snoops from another hardware thread or core to data inflight in the pip… 192 …"BriefDescription": "Number of times an HLE execution aborted due to HLE-unfriendly instructions.", 268 …"BriefDescription": "Number of times an RTM execution aborted due to HLE-unfriendly instructions.", 301 "BriefDescription": "Randomly selected loads with latency value being above 4.", 315 "BriefDescription": "Randomly selected loads with latency value being above 8.", [all …]
|
/Linux-v5.10/tools/perf/Documentation/ |
D | perf-c2c.txt | 1 perf-c2c(1) 5 ---- 6 perf-c2c - Shared Data C2C/HITM Analyzer. 9 -------- 12 'perf c2c record' [<options>] -- [<record command options>] <command> 16 ----------- 19 The perf c2c tool provides means for Shared Data C2C/HITM analysis. It allows 22 On x86, the tool is based on load latency and precise store facility events 27 - memory address of the access 28 - type of the access (load and store details) [all …]
|
/Linux-v5.10/tools/perf/pmu-events/arch/powerpc/power8/ |
D | other.json | 11 …"BriefDescription": "Cycles in 2-lpar mode. Threads 0-3 belong to Lpar0 and threads 4-7 belong to … 17 …cles in 4 LPAR mode. Threads 0-1 belong to lpar0, threads 2-3 belong to lpar1, threads 4-5 belong … 23 …d Final Pump Scope was chip pump (prediction=correct) for all data types (demand load,data prefetc… 24 …and Final Pump Scope and data sourced across this scope was chip pump (prediction=correct) for all… 29 … "Initial and Final Pump Scope and data sourced across this scope was group pump for all data type… 30 …": "Initial and Final Pump Scope and data sourced across this scope was group pump for all data ty… 35 …d up either larger or smaller than Initial Pump Scope for all data types (demand load,data prefetc… 36 …"Final Pump Scope(Group) to get data sourced, ended up larger than Initial Pump Scope OR Final Pum… 41 …Group) ended up larger than Initial Pump Scope (Chip) for all data types (demand load,data prefetc… 42 … data sourced, ended up larger than Initial Pump Scope (Chip) Final pump was group pump and initia… [all …]
|
/Linux-v5.10/tools/perf/pmu-events/arch/x86/cascadelakex/ |
D | clx-metrics.json | 7 …-lines are fetched from the memory subsystem; parsed into instructions; and lastly decoded into mi… 14 …-lines are fetched from the memory subsystem; parsed into instructions; and lastly decoded into mi… 18 …"MetricExpr": "( UOPS_ISSUED.ANY - UOPS_RETIRED.RETIRE_SLOTS + 4 * INT_MISC.RECOVERY_CYCLES ) / (4… 21 …-pipeline was blocked due to recovery from earlier incorrect speculation. For example; wasted work… 25 …"MetricExpr": "( UOPS_ISSUED.ANY - UOPS_RETIRED.RETIRE_SLOTS + 4 * ( INT_MISC.RECOVERY_CYCLES_ANY … 28 …-pipeline was blocked due to recovery from earlier incorrect speculation. For example; wasted work… 33 …"MetricExpr": "1 - ( (IDQ_UOPS_NOT_DELIVERED.CORE / (4 * cycles)) + (( UOPS_ISSUED.ANY - UOPS_RETI… 36 …-of-order scheduler dispatches ready uops into their respective execution units; and once complete… 40 …- ( (IDQ_UOPS_NOT_DELIVERED.CORE / (4 * ( ( CPU_CLK_UNHALTED.THREAD / 2 ) * ( 1 + CPU_CLK_UNHALTED… 43 …-of-order scheduler dispatches ready uops into their respective execution units; and once complete… [all …]
|
/Linux-v5.10/tools/perf/pmu-events/arch/x86/haswellx/ |
D | memory.json | 8 "PublicDescription": "Speculative cache-line split load uops dispatched to L1D.", 18 "PublicDescription": "Speculative cache-line split store-address uops dispatched to L1D.", 25 …"BriefDescription": "Number of times a transactional abort was signaled due to a data conflict on … 34 …"BriefDescription": "Number of times a transactional abort was signaled due to a data capacity lim… 52 …r of times an HLE transactional execution aborted due to NoAllocatedElisionBuffer being non-zero.", 136 …memory address aliasing or snoops from another hardware thread or core to data inflight in the pip… 189 …"BriefDescription": "Number of times an HLE execution aborted due to HLE-unfriendly instructions.", 265 …"BriefDescription": "Number of times an RTM execution aborted due to HLE-unfriendly instructions.", 294 "BriefDescription": "Randomly selected loads with latency value being above 4.", 308 "BriefDescription": "Randomly selected loads with latency value being above 8.", [all …]
|