Home
last modified time | relevance | path

Searched full:measures (Results 1 – 25 of 329) sorted by relevance

12345678910>>...14

/kernel/linux/linux-6.6/tools/perf/pmu-events/arch/arm64/arm/neoverse-n1/
Dmetrics.json12 …"BriefDescription": "This metric measures the ratio of branches mispredicted to the total number o…
19 …"BriefDescription": "This metric measures the number of branch mispredictions per thousand instruc…
26 …"BriefDescription": "This metric measures branch operations as a percentage of operations speculat…
33 …"BriefDescription": "This metric measures crypto operations as a percentage of operations speculat…
40 …"BriefDescription": "This metric measures the number of data TLB Walks per thousand instructions e…
47 …"BriefDescription": "This metric measures the ratio of instruction TLB Walks to the total number o…
61 …"BriefDescription": "This metric measures scalar integer operations as a percentage of operations …
68 "BriefDescription": "This metric measures the number of instructions retired per cycle.",
75 …"BriefDescription": "This metric measures the number of instruction TLB Walks per thousand instruc…
82 …"BriefDescription": "This metric measures the ratio of instruction TLB Walks to the total number o…
[all …]
/kernel/linux/linux-6.6/tools/perf/pmu-events/arch/arm64/arm/neoverse-n2-v2/
Dmetrics.json20 …"BriefDescription": "This metric measures the ratio of branches mispredicted to the total number o…
27 …"BriefDescription": "This metric measures the number of branch mispredictions per thousand instruc…
34 …"BriefDescription": "This metric measures branch operations as a percentage of operations speculat…
41 …"BriefDescription": "This metric measures crypto operations as a percentage of operations speculat…
48 …"BriefDescription": "This metric measures the number of data TLB Walks per thousand instructions e…
55 …"BriefDescription": "This metric measures the ratio of data TLB Walks to the total number of data …
73 …"BriefDescription": "This metric measures scalar integer operations as a percentage of operations …
80 "BriefDescription": "This metric measures the number of instructions retired per cycle.",
87 …"BriefDescription": "This metric measures the number of instruction TLB Walks per thousand instruc…
94 …"BriefDescription": "This metric measures the ratio of instruction TLB Walks to the total number o…
[all …]
/kernel/linux/linux-6.6/tools/perf/pmu-events/arch/arm64/ampere/ampereone/
Dmetrics.json19 …"BriefDescription": "This metric measures the ratio of level 1 data cache accesses missed to the t…
26 …"BriefDescription": "This metric measures the ratio of level 1 instruction cache accesses missed t…
40 …"BriefDescription": "This metric measures the ratio of level 2 cache accesses missed to the total …
75 …"BriefDescription": "This metric measures advanced SIMD operations as a percentage of total operat…
82 …"BriefDescription": "This metric measures crypto operations as a percentage of operations speculat…
95 …"BriefDescription": "This metric measures scalar integer operations as a percentage of operations …
102 "BriefDescription": "This metric measures the number of instructions retired per cycle.",
109 …"BriefDescription": "This metric measures load operations as a percentage of operations speculativ…
142 …"BriefDescription": "This metric measures store operations as a percentage of operations speculati…
149 …"BriefDescription": "This metric measures scalar floating point operations as a percentage of oper…
[all …]
/kernel/linux/linux-6.6/Documentation/userspace-api/media/dvb/
Dfrontend-stat-properties.rst33 the measure (dB measures) and ``uvalue`` is for unsigned values
96 Measures the number of bit errors before the forward error correction
125 Measures the amount of bits received before the inner code block, during
153 Measures the number of bit errors after the forward error correction
182 Measures the amount of bits received after the inner coding, during the
210 Measures the number of block errors after the outer forward error
231 Measures the total number of blocks received during the same period as
/kernel/linux/linux-5.10/Documentation/userspace-api/media/dvb/
Dfrontend-stat-properties.rst33 the measure (dB measures) and ``uvalue`` is for unsigned values
96 Measures the number of bit errors before the forward error correction
125 Measures the amount of bits received before the inner code block, during
153 Measures the number of bit errors after the forward error correction
182 Measures the amount of bits received after the inner coding, during the
210 Measures the number of block errors after the outer forward error
231 Measures the total number of blocks received during the same period as
/kernel/linux/linux-5.10/tools/power/cpupower/
DToDo18 -> Execute start measures via the forked processes on
21 -> Execute stop measures via the forked processes on
/kernel/linux/linux-6.6/tools/power/cpupower/
DTODO18 -> Execute start measures via the forked processes on
21 -> Execute stop measures via the forked processes on
/kernel/linux/linux-5.10/drivers/net/ethernet/mscc/
Docelot_police.h15 MSCC_QOS_RATE_MODE_DATA, /* Measures data rate in kbps excl. IPG */
16 MSCC_QOS_RATE_MODE_FRAME, /* Measures frame rate in fps */
/kernel/linux/linux-6.6/drivers/net/ethernet/mscc/
Docelot_police.h16 MSCC_QOS_RATE_MODE_DATA, /* Measures data rate in kbps excl. IPG */
17 MSCC_QOS_RATE_MODE_FRAME, /* Measures frame rate in fps */
/kernel/linux/linux-6.6/Documentation/hwmon/
Dacpi_power_meter.rst36 arbitrary strings that ACPI provides with the meter. The measures/ directory
37 contains symlinks to the devices that this meter measures.
Dltc2947.rst21 The LTC2947 is a high precision power and energy monitor that measures current,
24 The device also measures accumulated quantities as energy. It has two banks of
Dmax31827.rst49 sensor measures the temperature of the chip itself.
70 a set frequency. When powered on, the chip measures temperatures with 1 conv/s.
/kernel/linux/linux-5.10/Documentation/hwmon/
Dacpi_power_meter.rst36 arbitrary strings that ACPI provides with the meter. The measures/ directory
37 contains symlinks to the devices that this meter measures.
Dltc2947.rst21 The LTC2947 is a high precision power and energy monitor that measures current,
24 The device also measures accumulated quantities as energy. It has two banks of
/kernel/linux/linux-6.6/drivers/iio/pressure/
Dicp10100.c250 __be16 measures[3]; in icp10100_get_measures() local
259 ret = icp10100_send_cmd(st, cmd, measures, sizeof(measures)); in icp10100_get_measures()
264 *pressure = (be16_to_cpu(measures[0]) << 8) | in icp10100_get_measures()
265 (be16_to_cpu(measures[1]) >> 8); in icp10100_get_measures()
266 *temperature = be16_to_cpu(measures[2]); in icp10100_get_measures()
/kernel/linux/linux-5.10/drivers/iio/pressure/
Dicp10100.c250 __be16 measures[3]; in icp10100_get_measures() local
257 ret = icp10100_send_cmd(st, cmd, measures, sizeof(measures)); in icp10100_get_measures()
262 *pressure = (be16_to_cpu(measures[0]) << 8) | in icp10100_get_measures()
263 (be16_to_cpu(measures[1]) >> 8); in icp10100_get_measures()
264 *temperature = be16_to_cpu(measures[2]); in icp10100_get_measures()
/kernel/linux/linux-5.10/include/linux/
Dtimeriomem-rng.h14 /* measures in usecs */
/kernel/linux/linux-6.6/include/linux/
Dtimeriomem-rng.h14 /* measures in usecs */
/kernel/linux/linux-6.6/LICENSES/dual/
DCC-BY-4.0107 d. Effective Technological Measures means those measures that, in the
177 Technological Measures. For purposes of this Public License,
191 apply any Effective Technological Measures to, the
/kernel/linux/linux-5.10/Documentation/devicetree/bindings/iio/afe/
Dcurrent-sense-amplifier.txt4 When an io-channel measures the output voltage from a current sense
Dcurrent-sense-shunt.txt4 When an io-channel measures the voltage over a current sense shunt,
/kernel/linux/linux-5.10/Documentation/devicetree/bindings/input/touchscreen/
Dresistive-adc-touch.txt18 used if the ADC device also measures pressure besides position.
/kernel/linux/linux-5.10/drivers/ras/
DKconfig27 measures how often it is available for use, even though it may not
/kernel/linux/linux-6.6/drivers/ras/
DKconfig27 measures how often it is available for use, even though it may not
/kernel/linux/linux-6.6/arch/m68k/fpsp040/
Dx_bsun.S9 | measures as outlined in the 040 User's Manual on pages

12345678910>>...14