/linux/tools/perf/pmu-events/arch/powerpc/power10/ |
H A D | metrics.json | 10 "BriefDescription": "Average cycles per completed instruction", 16 …"BriefDescription": "Average cycles per completed instruction when dispatch was stalled for any re… 22 …"BriefDescription": "Average cycles per completed instruction when dispatch was stalled because th… 28 …"BriefDescription": "Average cycles per completed instruction when dispatch was stalled because Fe… 34 …"BriefDescription": "Average cycles per completed instruction when dispatch was stalled because th… 40 …"BriefDescription": "Average cycles per completed instruction when dispatch was stalled waiting to… 46 …"BriefDescription": "Average cycles per completed instruction when dispatch was stalled waiting to… 52 …"BriefDescription": "Average cycles per completed instruction when dispatch was stalled due to an … 58 …"BriefDescription": "Average cycles per completed instruction when dispatch was stalled while the … 64 …"BriefDescription": "Average cycles per completed instruction when dispatch was stalled while the … [all …]
|
/linux/Documentation/devicetree/bindings/hwmon/ |
H A D | adi,adm1275.yaml | 37 adi,volt-curr-sample-average: 43 adi,power-sample-average: 60 adi,volt-curr-sample-average: 62 adi,power-sample-average: false 72 adi,volt-curr-sample-average: 74 adi,power-sample-average: false 84 adi,volt-curr-sample-average: 86 adi,power-sample-average: 100 adi,volt-curr-sample-average: 102 adi,power-sample-average: [all …]
|
/linux/Documentation/devicetree/bindings/input/ |
H A D | microchip,qt1050.txt | 38 - microchip,average-samples: 41 - microchip,average-scaling: 42 The scaling factor which is used to scale the average-samples. 60 microchip,average-samples = <64>; 61 microchip,average-scaling = <16>; 68 microchip,average-samples = <64>; 69 microchip,average-scaling = <8>; 75 microchip,average-samples = <256>; 76 microchip,average-scaling = <16>;
|
/linux/Documentation/translations/zh_CN/accounting/ |
H A D | delay-accounting.rst | 92 CPU count real total virtual total delay total delay average 94 IO count delay total delay average 96 SWAP count delay total delay average 98 RECLAIM count delay total delay average 100 THRASHING count delay total delay average 102 COMPACT count delay total delay average 104 WPCOPY count delay total delay average
|
/linux/Documentation/hwmon/ |
H A D | lochnagar.rst | 30 power1_average Measured average power for DBVDD1 (microWatts) 37 power2_average Measured average power for 1V8 DSP (microWatts) 44 power3_average Measured average power for 1V8 CDC (microWatts) 51 power4_average Measured average power for VDDCORE DSP (microWatts) 58 power5_average Measured average power for AVDD 1V8 (microWatts) 63 power6_average Measured average power for SYSVDD (microWatts) 70 power7_average Measured average power for VDDCORE CDC (microWatts) 77 power8_average Measured average power for MICVDD (microWatts)
|
H A D | lm25066.rst | 100 in1_average Average measured input voltage. 116 in3_average Average measured output voltage. 122 curr1_average Average measured input current. 128 power1_average Average measured input power.
|
/linux/Documentation/accounting/ |
H A D | delay-accounting.rst | 110 CPU count real total virtual total delay total delay average 112 IO count delay total delay average 114 SWAP count delay total delay average 116 RECLAIM count delay total delay average 118 THRASHING count delay total delay average 120 COMPACT count delay total delay average 122 WPCOPY count delay total delay average 124 IRQ count delay total delay average
|
/linux/tools/perf/bench/ |
H A D | synthesize.c | 39 "Number of iterations used to compute single-threaded average"), 41 "Number of iterations used to compute multi-threaded average"), 97 printf(" Average %ssynthesis took: %.3f usec (+- %.3f usec)\n", in do_run_single_threaded() 102 printf(" Average num. events: %.3f (+- %.3f)\n", in do_run_single_threaded() 105 printf(" Average time per event %.3f usec\n", in do_run_single_threaded() 191 printf(" Average synthesis took: %.3f usec (+- %.3f usec)\n", in do_run_multi_threaded() 196 printf(" Average num. events: %.3f (+- %.3f)\n", in do_run_multi_threaded() 199 printf(" Average time per event %.3f usec\n", in do_run_multi_threaded()
|
/linux/tools/perf/pmu-events/arch/x86/elkhartlake/ |
H A D | ehl-metrics.json | 34 "BriefDescription": "Average per-core data fill bandwidth to the L3 cache [GB / sec]", 39 "BriefDescription": "Average CPU Utilization", 44 "BriefDescription": "Measured Average Frequency for unhalted processors [GHz]", 49 "BriefDescription": "Average Frequency Utilization relative nominal frequency",
|
/linux/drivers/gpu/drm/amd/pm/swsmu/smu11/ |
H A D | vangogh_ppt.c | 378 *value = (metrics->Average.CurrentSocketPower << 8) / in vangogh_get_smu_metrics_data() 1805 gpu_metrics->average_temperature_gfx = metrics.Average.GfxTemperature; in vangogh_get_gpu_metrics_v2_3() 1806 gpu_metrics->average_temperature_soc = metrics.Average.SocTemperature; in vangogh_get_gpu_metrics_v2_3() 1808 &metrics.Average.CoreTemperature[0], in vangogh_get_gpu_metrics_v2_3() 1810 gpu_metrics->average_temperature_l3[0] = metrics.Average.L3Temperature[0]; in vangogh_get_gpu_metrics_v2_3() 1820 &metrics.Average.CorePower[0], in vangogh_get_gpu_metrics_v2_3() 1823 gpu_metrics->average_gfxclk_frequency = metrics.Average.GfxclkFrequency; in vangogh_get_gpu_metrics_v2_3() 1824 gpu_metrics->average_socclk_frequency = metrics.Average.SocclkFrequency; in vangogh_get_gpu_metrics_v2_3() 1825 gpu_metrics->average_uclk_frequency = metrics.Average.MemclkFrequency; in vangogh_get_gpu_metrics_v2_3() 1826 gpu_metrics->average_fclk_frequency = metrics.Average in vangogh_get_gpu_metrics_v2_3() [all...] |
H A D | cyan_skillfish_ppt.c | 162 *value = (metrics->Average.CurrentSocketPower << 8) / in cyan_skillfish_get_smu_metrics_data() 405 gpu_metrics->average_gfxclk_frequency = metrics.Average.GfxclkFrequency; in cyan_skillfish_get_gpu_metrics() 406 gpu_metrics->average_socclk_frequency = metrics.Average.SocclkFrequency; in cyan_skillfish_get_gpu_metrics() 407 gpu_metrics->average_uclk_frequency = metrics.Average.MemclkFrequency; in cyan_skillfish_get_gpu_metrics() 408 gpu_metrics->average_fclk_frequency = metrics.Average.MemclkFrequency; in cyan_skillfish_get_gpu_metrics() 409 gpu_metrics->average_vclk_frequency = metrics.Average.VclkFrequency; in cyan_skillfish_get_gpu_metrics() 410 gpu_metrics->average_dclk_frequency = metrics.Average.DclkFrequency; in cyan_skillfish_get_gpu_metrics() 421 gpu_metrics->average_core_power[i] = metrics.Average.CorePower[i]; in cyan_skillfish_get_gpu_metrics()
|
/linux/tools/perf/pmu-events/arch/x86/snowridgex/ |
H A D | uncore-memory.json | 472 …average occupancy (in conjunction with the Read Pending Queue Occupancy count). The RPQ is used t… 483 …average occupancy (in conjunction with the Read Pending Queue Occupancy count). The RPQ is used t… 513 …en be used to calculate both the average occupancy (in conjunction with the number of cycles not e… 522 …en be used to calculate both the average occupancy (in conjunction with the number of cycles not e… 552 …average queue occupancy (in conjunction with the WPQ Occupancy Accumulation count). The WPQ is us… 563 …average queue occupancy (in conjunction with the WPQ Occupancy Accumulation count). The WPQ is us… 573 …ns into the Write Pending Queue. This can then be used to calculate the average queuing latency (… 583 …ns into the Write Pending Queue. This can then be used to calculate the average queuing latency (… 593 …average queue occupancy (in conjunction with the number of cycles not empty) and the average laten… 602 …average queue occupancy (in conjunction with the number of cycles not empty) and the average laten…
|
/linux/drivers/crypto/intel/qat/qat_common/ |
H A D | adf_gen4_tl.c | 32 /* Read latency average[ns]. */ 39 /* Get to put latency average[ns]. */ 49 /* Page request latency average[ns]. */ 53 /* Page translation latency average[ns]. */ 111 /* Get to put latency average[ns]. */
|
/linux/drivers/gpu/drm/amd/include/ |
H A D | kgd_pp_interface.h | 260 * moving average of APU power (default ~5000 ms). 261 * @PP_PWR_TYPE_FAST: manages the ~10 ms moving average of APU power, 502 /* Average clocks */ 554 /* Average clocks */ 613 /* Average clocks */ 675 /* Average clocks */ 902 /* Average clocks */ 952 /* Average clocks */ 1002 /* Average clocks */ 1055 /* Average clocks */ [all …]
|
/linux/include/uapi/linux/netfilter/ |
H A D | xt_hashlimit.h | 34 __u32 avg; /* Average secs between packets * scale */ 58 __u32 avg; /* Average secs between packets * scale */ 71 __u64 avg; /* Average secs between packets * scale */ 85 __u64 avg; /* Average secs between packets * scale */
|
/linux/tools/perf/pmu-events/arch/x86/ivytown/ |
H A D | uncore-interconnect.json | 48 …cle. This can be used with the write transaction count to calculate the average write latency in … 58 …cle. This can be used with the write transaction count to calculate the average write latency in … 68 …ycle. This can be used with the read transaction count to calculate the average read latency in t… 78 …ycle. This can be used with the read transaction count to calculate the average read latency in t… 108 …cle. This can be used with the transaction count event to calculate the average latency in the un… 118 …cle. This can be used with the transaction count event to calculate the average latency in the un… 332 … be used in conjunction with the allocations event in order to calculate average latency of outbou… 864 … conjunction with the Flit Buffer Occupancy Accumulator event to calculate the average occupancy.", 873 …nction with the Flit Buffer Occupancy Accumulator event to calculate the average occupancy. This … 883 …nction with the Flit Buffer Occupancy Accumulator event to calculate the average occupancy. This … [all …]
|
/linux/tools/perf/pmu-events/arch/x86/sapphirerapids/ |
H A D | spr-metrics.json | 210 …"BriefDescription": "Average latency of a last level cache (LLC) demand data read miss (read memor… 216 …"BriefDescription": "Average latency of a last level cache (LLC) demand data read miss (read memor… 222 …"BriefDescription": "Average latency of a last level cache (LLC) demand data read miss (read memor… 228 …"BriefDescription": "Average latency of a last level cache (LLC) demand data read miss (read memor… 234 …"BriefDescription": "Average latency of a last level cache (LLC) demand data read miss (read memor… 949 …"BriefDescription": "Instruction-Level-Parallelism (average number of uops executed when there is … 963 …"BriefDescription": "Average number of cycles of a switch from the DSB fetch-unit to MITE fetch un… 969 "BriefDescription": "Average number of Uops issued by front-end when it issued something", 975 "BriefDescription": "Average Latency for L1 instruction cache misses", 1006 …"BriefDescription": "Average number of cycles the front-end was delayed due to an Unknown Branch d… [all …]
|
/linux/tools/perf/pmu-events/arch/x86/emeraldrapids/ |
H A D | emr-metrics.json | 210 …"BriefDescription": "Average latency of a last level cache (LLC) demand data read miss (read memor… 216 …"BriefDescription": "Average latency of a last level cache (LLC) demand data read miss (read memor… 222 …"BriefDescription": "Average latency of a last level cache (LLC) demand data read miss (read memor… 228 …"BriefDescription": "Average latency of a last level cache (LLC) demand data read miss (read memor… 234 …"BriefDescription": "Average latency of a last level cache (LLC) demand data read miss (read memor… 949 …"BriefDescription": "Instruction-Level-Parallelism (average number of uops executed when there is … 963 …"BriefDescription": "Average number of cycles of a switch from the DSB fetch-unit to MITE fetch un… 969 "BriefDescription": "Average number of Uops issued by front-end when it issued something", 975 "BriefDescription": "Average Latency for L1 instruction cache misses", 1006 …"BriefDescription": "Average number of cycles the front-end was delayed due to an Unknown Branch d… [all …]
|
/linux/Documentation/iio/ |
H A D | ad7380.rst | 64 This family supports 2 types of oversampling: normal average and rolling 65 average. Only normal average is supported by the driver, as rolling average can 128 - Rolling average oversampling
|
/linux/tools/perf/pmu-events/arch/powerpc/power8/ |
H A D | metrics.json | 1326 …"BriefDescription": "Average number of stores that gather in the store buffer before being sent to… 1344 "BriefDescription": "average L1 miss latency using marked events", 1350 "BriefDescription": "Average icache miss latency", 1356 "BriefDescription": "average service time for SYNC", 1362 "BriefDescription": "Cycles LMQ slot0 was active on an average", 1368 …"BriefDescription": "Average number of cycles LRQ stays active for one load. Slot 0 is VALID ONLY… 1374 …"BriefDescription": "Average number of cycles LRQ stays active for one load. Slot 43 is valid ONL… 1380 …"BriefDescription": "Average number of cycles SRQ stays active for one load. Slot 0 is VALID ONLY… 1386 …"BriefDescription": "Average number of cycles SRQ stays active for one load. Slot 39 is valid ONL… 1416 "BriefDescription": "Distant L4 average load latency", [all …]
|
/linux/tools/perf/pmu-events/arch/x86/jaketown/ |
H A D | uncore-interconnect.json | 48 …cle. This can be used with the write transaction count to calculate the average write latency in … 58 …cle. This can be used with the write transaction count to calculate the average write latency in … 68 …ycle. This can be used with the read transaction count to calculate the average read latency in t… 78 …ycle. This can be used with the read transaction count to calculate the average read latency in t… 108 …cle. This can be used with the transaction count event to calculate the average latency in the un… 118 …cle. This can be used with the transaction count event to calculate the average latency in the un… 322 … be used in conjunction with the allocations event in order to calculate average latency of outbou… 523 … conjunction with the Flit Buffer Occupancy Accumulator event to calculate the average occupancy.", 692 …njunction with the Flit Buffer Occupancy event in order to calculate the average flit buffer lifet… 701 …njunction with the Flit Buffer Occupancy event in order to calculate the average flit buffer lifet… [all …]
|
H A D | uncore-memory.json | 362 …he high-priority request at the expense of lower bandwidth and increased overall average latency.", 372 …he high-priority request at the expense of lower bandwidth and increased overall average latency.", 411 …average occupancy (in conjunction with the Read Pending Queue Occupancy count). The RPQ is used t… 429 …en be used to calculate both the average occupancy (in conjunction with the number of cycles not e… 447 …average queue occupancy (in conjunction with the WPQ Occupancy Accumulation count). The WPQ is us… 456 …ns into the Write Pending Queue. This can then be used to calculate the average queuing latency (… 465 …average queue occupancy (in conjunction with the number of cycles not empty) and the average laten…
|
/linux/tools/perf/pmu-events/arch/x86/icelakex/ |
H A D | icx-metrics.json | 168 …"BriefDescription": "Average latency of a last level cache (LLC) demand data read miss (read memor… 174 …"BriefDescription": "Average latency of a last level cache (LLC) demand data read miss (read memor… 180 …"BriefDescription": "Average latency of a last level cache (LLC) demand data read miss (read memor… 186 …"BriefDescription": "Average latency of a last level cache (LLC) demand data read miss (read memor… 884 …"BriefDescription": "Instruction-Level-Parallelism (average number of uops executed when there is … 898 …"BriefDescription": "Average number of cycles of a switch from the DSB fetch-unit to MITE fetch un… 904 "BriefDescription": "Average number of Uops issued by front-end when it issued something", 910 "BriefDescription": "Average Latency for L1 instruction cache misses", 1058 "BriefDescription": "Average per-core data fill bandwidth to the L1 data cache [GB / sec]", 1064 "BriefDescription": "Average per-core data fill bandwidth to the L2 cache [GB / sec]", [all …]
|
/linux/Documentation/ABI/testing/ |
H A D | debugfs-driver-qat_telemetry | 12 and average for each counter over 2, 3 or 4 samples 24 used to calculate the minimum, maximum and average for each 54 rd_lat_acc_avg average read latency [ns] 57 gp_lat_acc_avg average get to put latency [ns] 60 at_page_req_lat_avg Address Translator(AT), average page 62 at_trans_lat_avg AT, average page translation latency [ns] 131 gp_lat_acc_avg average get to put latency [ns]
|
/linux/tools/perf/pmu-events/arch/x86/rocketlake/ |
H A D | rkl-metrics.json | 677 …"BriefDescription": "Instruction-Level-Parallelism (average number of uops executed when there is … 691 …"BriefDescription": "Average number of cycles of a switch from the DSB fetch-unit to MITE fetch un… 697 "BriefDescription": "Average number of Uops issued by front-end when it issued something", 703 "BriefDescription": "Average Latency for L1 instruction cache misses", 869 "BriefDescription": "Average per-core data fill bandwidth to the L1 data cache [GB / sec]", 875 "BriefDescription": "Average per-core data fill bandwidth to the L2 cache [GB / sec]", 881 "BriefDescription": "Average per-core data access bandwidth to the L3 cache [GB / sec]", 887 "BriefDescription": "Average per-core data fill bandwidth to the L3 cache [GB / sec]", 893 "BriefDescription": "Average Parallel L2 cache miss data reads", 905 … "BriefDescription": "Average per-thread data fill bandwidth to the L1 data cache [GB / sec]", [all …]
|