/Linux-v6.1/tools/perf/pmu-events/arch/x86/ivytown/ |
D | uncore-cache.json | 4 "Counter": "0,1,2,3", string 10 "BriefDescription": "Counter 0 Occupancy", 11 "Counter": "1,2,3", string 15 …counter, this event allows a user to capture occupancy related information by filtering the Cb0 oc… 20 "Counter": "0,1", string 24 … LLC was accessed - this includes code, data, prefetches and hints coming from L2. This has numer… 30 "Counter": "0,1", string 34 … LLC was accessed - this includes code, data, prefetches and hints coming from L2. This has numer… 40 "Counter": "0,1", string 44 … LLC was accessed - this includes code, data, prefetches and hints coming from L2. This has numer… [all …]
|
D | uncore-interconnect.json | 4 "Counter": "0,1,2,3", string 13 "Counter": "0,1,2,3", string 22 "BriefDescription": "Direct 2 Core Spawning; Spawn Failure - Egress Credits", 23 "Counter": "0,1,2,3", string 32 "BriefDescription": "Direct 2 Core Spawning; Spawn Failure - Egress and RBT Miss", 33 "Counter": "0,1,2,3", string 42 "BriefDescription": "Direct 2 Core Spawning; Spawn Failure - Egress and RBT Invalid", 43 "Counter": "0,1,2,3", string 52 "BriefDescription": "Direct 2 Core Spawning; Spawn Failure - Egress and RBT Miss, Invalid", 53 "Counter": "0,1,2,3", string [all …]
|
D | uncore-other.json | 4 "Counter": "0,1", string 14 "Counter": "0,1", string 24 "Counter": "0,1", string 28 … yet returned their data to the uncore. These writes are generally queued up in the switch trying… 34 "Counter": "0,1", string 38 … yet returned their data to the uncore. These writes are generally queued up in the switch trying… 44 "Counter": "0,1", string 54 "Counter": "0,1", string 64 "Counter": "0,1", string 74 "Counter": "0,1", string [all …]
|
/Linux-v6.1/tools/perf/pmu-events/arch/x86/jaketown/ |
D | uncore-cache.json | 4 "Counter": "0,1,2,3", string 10 "BriefDescription": "Counter 0 Occupancy", 11 "Counter": "1,2,3", string 15 …counter, this event allows a user to capture occupancy related information by filtering the Cb0 oc… 20 "Counter": "0,1", string 24 … LLC was accessed - this includes code, data, prefetches and hints coming from L2. This has numer… 30 "Counter": "0,1", string 34 … LLC was accessed - this includes code, data, prefetches and hints coming from L2. This has numer… 40 "Counter": "0,1", string 44 … LLC was accessed - this includes code, data, prefetches and hints coming from L2. This has numer… [all …]
|
D | uncore-interconnect.json | 4 "Counter": "0,1,2,3", string 13 "Counter": "0,1,2,3", string 22 "BriefDescription": "Direct 2 Core Spawning; Spawn Failure - Egress Credits", 23 "Counter": "0,1,2,3", string 32 "BriefDescription": "Direct 2 Core Spawning; Spawn Failure - Egress and RBT", 33 "Counter": "0,1,2,3", string 42 "BriefDescription": "Direct 2 Core Spawning; Spawn Failure - RBT Not Set", 43 "Counter": "0,1,2,3", string 53 "Counter": "0,1,2,3", string 63 "Counter": "0,1,2,3", string [all …]
|
D | uncore-power.json | 4 "Counter": "0,1,2,3", string 7 …z clock. This event counts the number of pclk cycles measured while the counter was enabled. The… 12 "Counter": "0,1,2,3", string 22 "Counter": "0,1,2,3", string 32 "Counter": "0,1,2,3", string 42 "Counter": "0,1,2,3", string 52 "Counter": "0,1,2,3", string 62 "Counter": "0,1,2,3", string 72 "Counter": "0,1,2,3", string 82 "Counter": "0,1,2,3", string [all …]
|
D | uncore-other.json | 4 "Counter": "0,1", string 14 "Counter": "0,1", string 24 "Counter": "0,1", string 28 … yet returned their data to the uncore. These writes are generally queued up in the switch trying… 34 "Counter": "0,1", string 38 … yet returned their data to the uncore. These writes are generally queued up in the switch trying… 44 "Counter": "0,1", string 54 "Counter": "0,1", string 64 "Counter": "0,1", string 74 "Counter": "0,1", string [all …]
|
/Linux-v6.1/drivers/counter/ |
D | stm32-lptimer-cnt.c | 1 // SPDX-License-Identifier: GPL-2.0 3 * STM32 Low-Power Timer Encoder and Counter driver 9 * Inspired by 104-quad-8 and stm32-timer-trigger drivers. 14 #include <linux/counter.h> 15 #include <linux/mfd/stm32-lptimer.h> 37 ret = regmap_read(priv->regmap, STM32_LPTIM_CR, &val); in stm32_lptim_is_enabled() 51 ret = regmap_write(priv->regmap, STM32_LPTIM_CR, val); in stm32_lptim_set_enable_state() 56 clk_disable(priv->clk); in stm32_lptim_set_enable_state() 57 priv->enabled = false; in stm32_lptim_set_enable_state() 62 ret = regmap_write(priv->regmap, STM32_LPTIM_ARR, priv->ceiling); in stm32_lptim_set_enable_state() [all …]
|
D | stm32-timer-cnt.c | 1 // SPDX-License-Identifier: GPL-2.0 3 * STM32 Timer Encoder and Counter driver 10 #include <linux/counter.h> 11 #include <linux/mfd/stm32-timers.h> 46 static int stm32_count_read(struct counter_device *counter, in stm32_count_read() argument 49 struct stm32_timer_cnt *const priv = counter_priv(counter); in stm32_count_read() 52 regmap_read(priv->regmap, TIM_CNT, &cnt); in stm32_count_read() 58 static int stm32_count_write(struct counter_device *counter, in stm32_count_write() argument 61 struct stm32_timer_cnt *const priv = counter_priv(counter); in stm32_count_write() 64 regmap_read(priv->regmap, TIM_ARR, &ceiling); in stm32_count_write() [all …]
|
/Linux-v6.1/include/linux/ |
D | pm_runtime.h | 1 /* SPDX-License-Identifier: GPL-2.0-only */ 3 * pm_runtime.h - Device run-time power management helper functions. 100 * pm_runtime_get_if_in_use - Conditionally bump up runtime PM usage counter. 103 * Increment the runtime PM usage counter of @dev if its runtime PM status is 104 * %RPM_ACTIVE and its runtime PM usage counter is greater than 0. 112 * pm_suspend_ignore_children - Set runtime PM behavior regarding children. 122 dev->power.ignore_children = enable; in pm_suspend_ignore_children() 126 * pm_runtime_get_noresume - Bump up runtime PM usage counter of a device. 131 atomic_inc(&dev->power.usage_count); in pm_runtime_get_noresume() 135 * pm_runtime_put_noidle - Drop runtime PM usage counter of a device. [all …]
|
/Linux-v6.1/tools/perf/pmu-events/arch/x86/broadwellde/ |
D | uncore-cache.json | 4 "Counter": "0,1,2,3", string 12 "Counter": "0,1,2,3", string 18 "BriefDescription": "Counter 0 Occupancy", 19 "Counter": "0,1,2,3", string 23 …counter, this event allows a user to capture occupancy related information by filtering the Cb0 oc… 28 "Counter": "0,1", string 32 …l distress or incoming distress signals are asserted. Incoming distress includes both up and dn.", 37 "Counter": "0,1,2,3", string 41 … LLC was accessed - this includes code, data, prefetches and hints coming from L2. This has numer… 47 "Counter": "0,1,2,3", string [all …]
|
/Linux-v6.1/tools/testing/selftests/netfilter/ |
D | conntrack_icmp_related.sh | 3 # check that ICMP df-needed/pkttoobig icmp are set are set as related 8 # nsclient1 -> nsrouter1 -> nsrouter2 -> nsclient2 9 # MTU 1500, except for nsrouter2 <-> nsclient2 link (1280). 15 # nat of "established" icmp-echo "connection". 17 # Kselftest framework requirement - SKIP code is 4. 21 nft --version > /dev/null 2>&1 22 if [ $? -ne 0 ];then 27 ip -Version > /dev/null 2>&1 28 if [ $? -ne 0 ];then 39 echo -n 192.168.$1.2 [all …]
|
D | conntrack_vrf.sh | 38 sfx=$(mktemp -u "XXXXXXXX") 39 ns0="ns0-$sfx" 40 ns1="ns1-$sfx" 50 nft --version > /dev/null 2>&1 51 if [ $? -ne 0 ];then 56 ip -Version > /dev/null 2>&1 57 if [ $? -ne 0 ];then 63 if [ $? -ne 0 ];then 71 ip netns exec $ns0 sysctl -q -w net.ipv4.conf.default.rp_filter=0 72 ip netns exec $ns0 sysctl -q -w net.ipv4.conf.all.rp_filter=0 [all …]
|
D | conntrack_tcp_unreplied.sh | 2 # SPDX-License-Identifier: GPL-2.0 7 # Kselftest framework requirement - SKIP code is 4. 12 sfx=$(mktemp -u "XXXXXXXX") 13 ns1="ns1-$sfx" 14 ns2="ns2-$sfx" 16 nft --version > /dev/null 2>&1 17 if [ $? -ne 0 ];then 22 ip -Version > /dev/null 2>&1 23 if [ $? -ne 0 ];then 37 echo -n 192.168.$1.2 [all …]
|
D | nft_queue.sh | 7 # Kselftest framework requirement - SKIP code is 4. 11 sfx=$(mktemp -u "XXXXXXXX") 12 ns1="ns1-$sfx" 13 ns2="ns2-$sfx" 14 nsrouter="nsrouter-$sfx" 26 rm -f "$TMPFILE0" 27 rm -f "$TMPFILE1" 28 rm -f "$TMPFILE2" "$TMPFILE3" 31 nft --version > /dev/null 2>&1 32 if [ $? -ne 0 ];then [all …]
|
D | nft_flowtable.sh | 2 # SPDX-License-Identifier: GPL-2.0 7 # Originator (MTU 9000) <-Router1-> MTU 1500 <-Router2-> Responder (MTU 2000) 14 # nft_flowtable.sh -o8000 -l1500 -r2000 17 sfx=$(mktemp -u "XXXXXXXX") 18 ns1="ns1-$sfx" 19 ns2="ns2-$sfx" 20 nsr1="nsr1-$sfx" 21 nsr2="nsr2-$sfx" 23 # Kselftest framework requirement - SKIP code is 4. 31 log_netns=$(sysctl -n net.netfilter.nf_log_all_netns) [all …]
|
/Linux-v6.1/Documentation/devicetree/bindings/mfd/ |
D | st,stm32-timers.yaml | 1 # SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause) 3 --- 4 $id: http://devicetree.org/schemas/mfd/st,stm32-timers.yaml# 5 $schema: http://devicetree.org/meta-schemas/core.yaml# 11 - advanced-control timers consist of a 16-bit auto-reload counter driven 14 - general-purpose timers consist of a 16-bit or 32-bit auto-reload counter 16 - basic timers consist of a 16-bit auto-reload counter driven by a 20 - Fabrice Gasnier <fabrice.gasnier@foss.st.com> 24 const: st,stm32-timers 32 clock-names: [all …]
|
/Linux-v6.1/tools/perf/pmu-events/arch/x86/broadwellx/ |
D | uncore-other.json | 4 "Counter": "0,1", string 13 "Counter": "0,1", string 22 "Counter": "0,1", string 29 "Counter": "0,1", string 38 "Counter": "0,1", string 47 "Counter": "0,1", string 56 "Counter": "0,1", string 65 "Counter": "0,1", string 74 "Counter": "0,1", string 83 "Counter": "0,1", string [all …]
|
/Linux-v6.1/tools/perf/pmu-events/arch/x86/haswellx/ |
D | uncore-other.json | 4 "Counter": "0,1", string 13 "Counter": "0,1", string 22 "Counter": "0,1", string 29 "Counter": "0,1", string 38 "Counter": "0,1", string 47 "Counter": "0,1", string 56 "Counter": "0,1", string 65 "Counter": "0,1", string 74 "Counter": "0,1", string 83 "Counter": "0,1", string [all …]
|
/Linux-v6.1/Documentation/ABI/testing/ |
D | sysfs-bus-counter | 1 What: /sys/bus/counter/devices/counterX/countY/count 3 Contact: linux-iio@vger.kernel.org 7 What: /sys/bus/counter/devices/counterX/countY/capture 9 Contact: linux-iio@vger.kernel.org 13 What: /sys/bus/counter/devices/counterX/countY/ceiling 15 Contact: linux-iio@vger.kernel.org 18 respective counter. 20 What: /sys/bus/counter/devices/counterX/countY/floor 22 Contact: linux-iio@vger.kernel.org 25 respective counter. [all …]
|
/Linux-v6.1/Documentation/power/ |
D | runtime_pm.rst | 5 (C) 2009-2011 Rafael J. Wysocki <rjw@sisk.pl>, Novell Inc. 18 put their PM-related work items. It is strongly recommended that pm_wq be 20 them to be synchronized with system-wide power transitions (suspend to RAM, 53 The ->runtime_suspend(), ->runtime_resume() and ->runtime_idle() callbacks 57 1. PM domain of the device, if the device's PM domain object, dev->pm_domain, 60 2. Device type of the device, if both dev->type and dev->type->pm are present. 62 3. Device class of the device, if both dev->class and dev->class->pm are 65 4. Bus type of the device, if both dev->bus and dev->bus->pm are present. 69 dev->driver->pm directly (if present). 73 and bus type. Moreover, the high-priority one will always take precedence over [all …]
|
/Linux-v6.1/tools/perf/pmu-events/arch/x86/knightslanding/ |
D | uncore-other.json | 3 …ries successfully inserted into the TOR that match qualifications specified by the subevent -IPQ", 4 "Counter": "0,1,2,3", string 12 …ries successfully inserted into the TOR that match qualifications specified by the subevent -IPQ", 13 "Counter": "0,1,2,3", string 21 …ries successfully inserted into the TOR that match qualifications specified by the subevent -IRQ", 22 "Counter": "0,1,2,3", string 30 …ies successfully inserted into the TOR that match qualifications specified by the subevent -IRQ ", 31 "Counter": "0,1,2,3", string 39 …ccessfully inserted into the TOR that match qualifications specified by the subevent -IRQ or PRQ", 40 "Counter": "0,1,2,3", string [all …]
|
/Linux-v6.1/Documentation/arm64/ |
D | amu.rst | 9 Date: 2019-09-10 16 --------------------- 23 system register interface to the counter registers and also supports an 24 optional external memory-mapped interface. 26 Version 1 of the Activity Monitors architecture implements a counter group 27 of four fixed and architecturally defined 64-bit event counters. 29 - CPU cycle counter: increments at the frequency of the CPU. 30 - Constant counter: increments at the fixed frequency of the system 32 - Instructions retired: increments with every architecturally executed 34 - Memory stall cycles: counts instruction dispatch stall cycles caused by [all …]
|
/Linux-v6.1/fs/xfs/scrub/ |
D | fscounters.c | 1 // SPDX-License-Identifier: GPL-2.0+ 25 * The basics of filesystem summary counter checking are that we iterate the 26 * AGs counting the number of free blocks, free space btree blocks, per-AG 28 * Then we compare what we computed against the in-core counters. 33 * freezing is costly. To get around this, we added a per-cpu counter of the 38 * So the first thing we do is warm up the buffer cache in the setup routine by 39 * walking all the AGs to make sure the incore per-AG structure has been 40 * initialized. The expected value calculation then iterates the incore per-AG 42 * after this operation and use the difference in counter values to guess at 43 * our tolerance for mismatch between expected and actual counter values. [all …]
|
/Linux-v6.1/drivers/net/wireless/ti/wl18xx/ |
D | wl18xx.h | 1 /* SPDX-License-Identifier: GPL-2.0-only */ 43 /* number of keys requiring extra spare mem-blocks */ 63 * is short lived, for multi-channel Tx requirements. 72 /* number of packets to queue up for a link in PS */ 75 /* number of packet to queue up for a suspended link */ 89 * link before we stop queuing up packets for it. 94 * link before we stop queuing up packets for it. 102 /* Cumulative counter of released packets per AC */ 105 /* Cumulative counter of freed packets per HLID */ 108 /* Cumulative counter of released Voice memory blocks */ [all …]
|